120 Commits

Author SHA1 Message Date
Dan
c78afceb37 Allow pre-script and post-script's "Launch Editor" button to work correctly.
use commandStack to update Moddle Properties.
Providing a working example of using a code editor with this library, so it's clear how the integration would work.
Rename titles of various components -- don't call sections "SpiffWorkflow", but maybe we find a way to more gently call out these extensions later on.
2022-10-29 10:36:25 -04:00
Dan
6fe36aeb0e Minor fixes. 2022-10-19 16:12:04 -04:00
Dan
d21cb75fb4 Assure we aren't setting the properties on every service task to the same thing. 2022-10-19 15:56:31 -04:00
Dan
f28a3f89e4 Deleting any data object reference caused the associated data object to get deleted.
Fixes this so that only if you delete all references, wii the data object be removed.
Also assures that a new data object is not created when adding to a participant in a collaboration (an edge case bug(.
2022-10-19 14:58:52 -04:00
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
burnettk
2db50cb738 minor cleanup 2022-09-30 16:16:16 -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
19cc2e3961 fixes to add and update script unit tests w/ burnettk 2022-09-27 17:40:12 -04:00
jasquat
28eccc0d00 merged in main and resolved conflicts w/ burnettk 2022-09-27 10:31:45 -04:00
jasquat
cfb2badc72 remove all related messageRefs when removing a message 2022-09-20 09:35:58 -04:00
burnettk
4ce085017d Merge remote-tracking branch 'origin/main' into feature/script_unit_tests 2022-09-19 14:05:18 -04:00
jasquat
1f86a459eb show placeholder help message if no correlation keys exist when editing a property w/ burnettk 2022-09-19 11:17:56 -04:00
jasquat
5b155c040f update the prop panel when selecting a correlation key for a property w/ burnettk 2022-09-19 11:04:30 -04:00
jasquat
4b377a80aa started adding tests 2022-09-15 14:00:47 -04:00
jasquat
9926fb900f unit tests can be added and deleted from script tasks w/ burnettk 2022-09-12 17:14:26 -04:00
jasquat
58e3e7c158 some initial work to support script unit tests w/ burnettk 2022-09-12 15:31:01 -04:00
jasquat
a9196834ff some minor cleanup w/ burnettk cullerton 2022-09-08 16:23:06 -04:00
jasquat
c4f46a4d52 added support for call activities w/ burnettk cullerton 2022-09-06 15:43:04 -04:00
Dan
44e3680df8 fixing tests. 2022-09-06 13:06:11 -04:00
jasquat
1b7973ade5 fixed setting updating message properties and removed service_tasks since that is handled as an extension now 2022-09-02 14:35:21 -04:00
jasquat
4e68e61781 added ability to add instructions to manual task w/ burnettk 2022-09-01 17:34:32 -04:00
jasquat
e17c9c8d01 sort service task lists w/ burnettk 2022-08-31 17:10:58 -04:00
jasquat
7ea8891f5c use id instead of name for service task parameters w/ burnettk 2022-08-31 12:41:49 -04:00
jasquat
70d7ae8491 store the service task parameter values so we can remember when switching between operators w/ burnettk 2022-08-31 12:23:53 -04:00
jasquat
f89104742b a little refactor for service tasks w/ burnettk 2022-08-31 12:06:53 -04:00
jasquat
8407ead54b we can add service operator from scratch as well w/ burnettk 2022-08-31 11:55:01 -04:00
jasquat
2f04b9a172 we can update the service task operator w/ burnettk 2022-08-31 11:51:27 -04:00
jasquat
0208ee7dfb we can modify the service task parameter value w/ burnettk 2022-08-31 11:05:27 -04:00
jasquat
d3598f39da call the group items from the serve properties file w/ burnettk 2022-08-30 17:31:52 -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
2a15c5e004 use index in property names and not a value that could change to avoid losing focus when typing 2022-08-26 08:57:35 -04:00
jasquat
5ac68f8e52 we can add and update condition expressions w/ burnettk jbirddog 2022-08-25 12:45:08 -04:00
jasquat
ca2cd90e70 Merge remote-tracking branch 'origin/main' into feature/gateway_condition_expressions 2022-08-25 12:25:21 -04:00
jasquat
c6d4d300c3 do not show properties in dropdown that are already associated with the message w/ burnettk jbirddog 2022-08-25 12:19:19 -04:00
jasquat
aa866412d8 we can add and remove properties from messages w/ burnettk 2022-08-25 11:23:05 -04:00
burnettk
880fdf75ce simplify one-liner 2022-08-24 22:29:24 -04:00
jasquat
fcd6bd8638 we can select a property for message w/ burnettk cullerton 2022-08-24 18:17:03 -04:00
jasquat
cab4fb10fc we can remove correlation properties w/ burnettk cullerton 2022-08-24 17:33:04 -04:00
jasquat
60e515f868 we can add correlation properties w/ burnettk cullerton 2022-08-24 17:27:49 -04:00
jasquat
22cb81feee allow assigning keys to properties w/ burnettk cullerton 2022-08-24 15:59:08 -04:00
jasquat
a6cb4e2aaa we can remove correlation keys w/ burnettk cullerton 2022-08-24 12:38:47 -04:00
jasquat
51aa461a04 we can delete messages w/ burnettk cullerton 2022-08-24 12:22:41 -04:00
jasquat
feb1d64a5a added ability to create new messages w/ burnettk cullerton 2022-08-24 12:04:47 -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
85c2e03b88 correlation key names can be edited w/ burnettk cullerton 2022-08-17 16:01:33 -04:00
jasquat
f5ce011f50 added ability to add new correlation keys w/ burnettk cullerton 2022-08-17 15:04:14 -04:00
jasquat
cdde899f2e renamed message correlation array to correlation properties w/ burnettk cullerton 2022-08-17 14:24:37 -04:00