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
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
jasquat
1198f2bae5
Merge remote-tracking branch 'origin/main' into chore/bug_fixes
2022-07-12 12:15:20 -04:00
jasquat
9f819eff74
changed JSONSchema and UISchema to be more descriptive w/ burnettk
2022-07-12 11:59:03 -04:00
Dan
1874c5b689
Some minor bug fixes that needed squashing:
...
1. When you rename a DataObject in the properties panel for a process, the labels of all the references should update.
2. Sub-processes should have their own independent list of data objects in the properties panel.
2022-07-11 17:29:41 -04:00
Dan
4441e2894a
fixing a bug in the Extension Text Input.
...
Adding the ability to upload a BPMN file to test out in the default index.html
2022-07-11 13:57:12 -04:00
Dan
1fee4a6dfc
Merge branch 'feature/prescript_postscript' into feature/user_forms
2022-07-11 13:11:17 -04:00
Dan
e365124b49
We had findDataObject(s) methods all over the place, so consolidating this logic.
2022-07-11 13:09:25 -04:00
Dan
3f2ae54f62
1. Fixed the URI for spifflworkflow
...
2. When injecting something, I realized how important having lowercase names in the imports can be. So changed the index.js files to refer to lower case names always.
3. Added a test for the DataObjectRules.
2022-07-11 13:01:50 -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
ea56f270bc
fixing a bug that was preventing the dropping of components in some situtations.
...
Adding new data object rules that will prevent you from moving a DataObject from one process to a sub-process.
Fixing the Selection of Data Objects to properly use the command stack.
2022-07-08 10:30:21 -04:00
Dan
d20c7e8677
Don't create new data objects each time you add a data reference, rather, use the first data object you can find. If no data objects exist, add one.
2022-07-07 11:20:43 -04:00
Dan
a582fa6b55
Ability to add and delete data objects (not just data object references)
...
Adding and removing these objects through the event bus / command stack to enable undo.
2022-07-06 13:25:53 -04:00
Dan
13a00d1762
fixes to the Data Object model - some serious cleanup of names so things make a little more sense.
2022-07-05 13:44:02 -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
2527bf2823
Added ability to select which data object is associated with a data object reference.
2022-07-01 13:01:52 -04:00
Dan
212bd0c1ac
a little more test cleanup.
2022-06-30 14:05:57 -04:00
Dan
84be279476
More test refactoring - lots of crazy hell going on in helpers.js -- but the actual tests are now very clean and simple, and should be easy to extend and replicate as this thing grows.
2022-06-30 14:02:38 -04:00
Dan
c2390509bf
Clean up the web frameworks (it is just webpack now, no more browserify)
...
Laying out the groundwork for running tests on the properties panel.
2022-06-28 15:30:50 -04:00
Dan
c8a14b6d4e
Initial work to get a properties panel working.
2022-06-15 09:51:46 -04:00
Dan
228478426b
setting up some basic tests - just to assure things are working correctly.
2022-06-08 16:31:17 -04:00