Commit Graph

20 Commits

Author SHA1 Message Date
Dan Funk e7be00a6e1
Merge pull request #18 from sartography/feature/service_result
Allow setting the variable that will contain the result of a service call
2022-10-11 10:25:40 -04:00
Dan 9de648c5c6 Allow setting the variable that will contain the result of a service call, and add a quick sanity test on the Service Task properties panel. 2022-09-30 12:53:12 -04:00
jasquat 58e3e7c158 some initial work to support script unit tests w/ burnettk 2022-09-12 15:31:01 -04:00
jasquat 4e68e61781 added ability to add instructions to manual task w/ burnettk 2022-09-01 17:34:32 -04:00
jasquat 7ea8891f5c use id instead of name for service task parameters w/ burnettk 2022-08-31 12:41:49 -04:00
jasquat 0208ee7dfb we can modify the service task parameter value w/ burnettk 2022-08-31 11:05:27 -04:00
jasquat bdeb584485 some support to communicate service tasks with the app using the event bus w/ burnettk 2022-08-30 17:04:31 -04:00
jasquat 5ecb49e9f5 some initial work to support adding condition expressions to gateway 2022-08-24 09:33:06 -04:00
jasquat 125f4c2716 merged in main and resolved conflicts w/ burnettk cullerton 2022-08-23 16:44:20 -04:00
burnettk c242f687f1 update name based on feedback 2022-08-23 14:06:12 -04:00
burnettk 9afa58257f use xml element body rather than attribute for business rule task since that is more conventional 2022-08-22 18:31:35 -04:00
jasquat 395004c696 added message variable but need to fix setting it and payload w/ burnettk cullerton 2022-08-17 12:55:14 -04:00
jasquat 89436f3e9c send task can edit payload w/ cullerton 2022-08-09 12:26:52 -04:00
Dan c73cff8a63 refactor - just reorganizing the properties panel so it is chunked under different topic areas rather than all in one giant file. 2022-08-04 15:57:15 -04:00
jasquat bb3968e038 place property tags under properties in xml - tests are not fully working yet w/ burnettk 2022-07-13 10:52:43 -04:00
jasquat 5e1e1a88fb added called decision tag to the properties panel for business rules 2022-07-12 17:51:23 -04:00
Dan b9bfbca159 So saying tagAlias: lowercase is very bad idea. 2022-07-12 16:30:45 -04:00
Dan 291a093a38 Adding the ability to set the form files for React Json Forms, using a very generic properties setting in the Spiffworkflow extensions.
Moved the test bpmn files into a sub-directory to keep things a little cleaner.
2022-07-11 11:00:19 -04:00
Dan 4c413c4907 merged reverse of pre/post scripts
updated spiffworkflow moddle to use "script" rather than "text" - to match up with bpmn.io's script task.
Added some ability to change what a DataObjectReference, references.  But more work needed here.
Fixed a bug in the script task that prevented you from writing text in that script object.
2022-07-05 10:27:38 -04:00
Dan 0c9e21a2a5 Adding ability to define pre-scripts and post-scripts on every task that isn't aleady a script task (All tasks, call activities and sub-processes) Scripts will show up as:
```
<userTask id="Task_1" name="What is your favorite color?">
      <extensionElements>
        <spiffworkflow:postScript>x=1</spiffworkflow:postScript>
        <spiffworkflow:preScript>answer="blue"</spiffworkflow:preScript>
      </extensionElements>
     ...
```
2022-06-27 17:29:24 -04:00