Dan
6467e967b8
Adding a Launch Button for Call Activity
...
Json files are now a selection list, not a text field -- see app.json for usage.
New SpiffExtensionSelect can be used to add select boxes anywhere you want.
2022-10-31 16:20:05 -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
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
e7b08a13de
update script task naming
2022-09-19 14:34:10 -04:00
burnettk
f65ee39133
update bpmn script task
2022-09-19 14:27:14 -04:00
jasquat
4b377a80aa
started adding tests
2022-09-15 14:00:47 -04:00
jasquat
58e3e7c158
some initial work to support script unit tests w/ burnettk
2022-09-12 15:31:01 -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
882f5b6472
some cleanup of the tests w/ burnettk
2022-08-30 14:31:50 -04:00
jasquat
ca2cd90e70
Merge remote-tracking branch 'origin/main' into feature/gateway_condition_expressions
2022-08-25 12:25:21 -04:00
jasquat
aa866412d8
we can add and remove properties from messages w/ burnettk
2022-08-25 11:23:05 -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
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
857226f660
added basic message bpmn w/ burnettk cullerton
2022-08-17 14:09:39 -04:00
mike cullerton
1d51ea63ba
fixed merge
2022-08-17 13:42:22 -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
mike cullerton
c585364f0a
simple collaboration
2022-08-17 11:27:53 -04:00
jasquat
66884b3706
remove camunda message from throw events w/ burnettk cullerton
2022-08-16 15:11:35 -04:00
jasquat
c6af750012
fixed getting a send task without a message selected w/ burnettk cullerton
2022-08-16 14:30:45 -04:00
jasquat
9471a6b7bd
displaying a simple entry for collaboration keys w/ burnettk cullerton
2022-08-16 14:17:55 -04:00
jasquat
c31d85b81c
some correlation keys are displaying in the collaboration prop panel w/ burnettk cullerton
2022-08-16 13:02:14 -04:00
mike cullerton
04175a7516
Committing to share w/the machine
2022-08-16 11:11:16 -04:00
mike cullerton
5eff3ccae8
Fix test to work with correlations change to array
2022-08-12 17:01:08 -04:00
mike cullerton
d2ab172f54
Add a correlation key and property
2022-08-12 17:00:21 -04:00
mike cullerton
20e32f2060
Commit for Dan to play with
2022-08-12 15:46:53 -04:00
mike cullerton
89200853d9
Simplified test.
...
Spacing changed after moving messagePayload to message, so test failed.
2022-08-12 12:52:24 -04:00
mike cullerton
2a7010cfda
Move messagePayload from sendTask to message
2022-08-12 12:50:21 -04:00
mike cullerton
521b5962d6
test for message collaborations
2022-08-11 14:29:48 -04:00
Dan
ac29885612
testing a text area.
2022-08-09 14:21:45 -04:00
mike cullerton
91d3744f02
test for message payload
2022-08-09 13:56:12 -04:00
jasquat
89436f3e9c
send task can edit payload w/ cullerton
2022-08-09 12:26:52 -04:00
Dan
098a9cd326
adding the ability to see a list of messages that can be associated with a Send Task. (wip!)
2022-08-08 16:08:44 -04:00
jasquat
016515c85f
we can display correlation keys w/ cullerton
2022-08-05 14:57:30 -04:00
Dan
2d1e880bc3
A better collaboration test.
2022-08-05 14:09:13 -04:00
Dan
7309bc6288
Merge branch 'feature/messages' of github.com:sartography/bpmn-js-spiffworkflow into feature/messages
2022-08-05 13:50:34 -04:00
Dan
0110f186c6
work in progress, adding collaboration properties panel.
2022-08-05 13:49:48 -04:00
jasquat
17c59d8939
the message collaboration prop panel now shows
2022-08-04 17:26:39 -04:00
Dan
8b3ee43232
work in progress, adding collaboration properties panel.
2022-08-04 16:38:40 -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
4a804883db
fixed tests w/ burnettk
2022-07-13 12:29:35 -04:00
jasquat
c0bcd7cedb
place property tags under properties in xml - tests are not fully working yet w/ burnettk
2022-07-13 10:53:04 -04:00