Commit Graph

210 Commits

Author SHA1 Message Date
Dan 9b57e49695 get mesage correlation array working 2022-08-12 16:02:59 -04:00
mike cullerton 20e32f2060 Commit for Dan to play with 2022-08-12 15:46:53 -04:00
mike cullerton 9bc92b54f6 include correlationProperty id (the key) with the expression 2022-08-12 13:59:35 -04:00
mike cullerton f0d29750d8 Fix getMessagePayloadObject to use new location of messagePayload 2022-08-12 12:51:39 -04:00
mike cullerton d5777c53ea cleanup wording 2022-08-11 14:30:14 -04:00
mike cullerton df606f2feb message correlations start 2022-08-11 14:27:42 -04:00
jasquat 89436f3e9c send task can edit payload w/ cullerton 2022-08-09 12:26:52 -04:00
jasquat 069cb405a0 we can set values on the send task now w/ cullerton 2022-08-09 11:22:08 -04:00
mike cullerton 6cf70d5eaf start message select get and set methods 2022-08-09 10:19:29 -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 f4ed179c84 display correlation property name w/ cullerton 2022-08-05 16:05:30 -04:00
jasquat 016515c85f we can display correlation keys w/ cullerton 2022-08-05 14:57:30 -04:00
jasquat d1b336ea36 ignoring some react lints for now 2022-08-05 09:46:13 -04:00
jasquat defcc1f191 added some linting stuff for vim autocorrect 2022-08-05 09:35:26 -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 34d3127d18 Merge branch 'main' of github.com:sartography/bpmn-js-spiffworkflow 2022-07-13 16:44:01 -04:00
jasquat dcefd45dad inject eventBus into DataObjectRules w/ burnettk cullerton 2022-07-13 16:43:57 -04:00
Dan 6d2918b2a2 When a data object is removed, change the name of it's Data References to "???" 2022-07-13 15:29:58 -04:00
Dan ec0c6ab905 Provide a Data Object editor for Participants as well as Processes.
Added a DataObjectRenderer that will change DataObjectReferences to red if they are not connected to a Data Object.
2022-07-13 15:23:45 -04:00
Dan c680eeafd5 Merge branch 'main' of github.com:sartography/bpmn-js-spiffworkflow into main 2022-07-13 11:49:33 -04:00
Dan cf52f56ac6 Minor fix 2022-07-13 11:49:29 -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 5774d030f1 fixing a few names, adding some comments, correcting some comments. 2022-07-11 11:51:23 -04:00
Dan 35dde7f46d Spiff Specific aspects should include SpiffWorkflow in the name, in the properties pannel." 2022-07-11 11:44:01 -04:00
Dan 2d6f24bb38 Merge branch 'feature/prescript_postscript' of github.com:sartography/bpmn-js-spiffworkflow into feature/prescript_postscript 2022-07-11 11:27:29 -04:00
Dan 270a3deb59 cleaning up the naming of groups and sections so it is clear when we are doing thing internal to BPMN, vs adding SpiffWorkflow specific items. 2022-07-11 11:27:16 -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
burnettk 525bfa0695 fix typo 2022-07-09 00:21:34 -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 Funk b9ed7363f3
Merge pull request #5 from sartography/fix/reverse-pre-post-tags
fix reverse pre/postscript tags
2022-07-05 10:23:14 -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
Elizabeth Esswein 97bd3e9abb fix reverse pre/postscript tags 2022-06-30 17:07:06 -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 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
Dan 10caaf5242 Some quick additions so that we can run this thing independently, and still have breadcrumbs and downloads which will help when debugging with SpiffWorkflow. 2022-06-21 17:04:24 -04:00
jasquat b5b4f1d9a7 added some css for the launch editor button 2022-06-17 17:04:42 -04:00
jasquat 165bb648f6 added launch button to script panel w/ burnettk 2022-06-15 17:34:45 -04:00
jasquat 152777b024 changed the magic example into the script editor that we need w/ burnettk 2022-06-15 15:13:35 -04:00
Dan cd7f3032e6 final fixes to get the custom panel to work. 2022-06-15 10:00:03 -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
Dan 8a244e5dc9 add license, update readme, add more docs in the file. 2022-06-07 15:30:55 -04:00
Dan f1b98bcb70 all the components for doing data/input and data/output 2022-06-07 15:08:47 -04:00
Dan e46505e9a3 Add IO Palette to display the input and output elements. 2022-06-07 14:52:29 -04:00
Dan 8cf9f9ca91 first commit 2022-06-07 14:16:49 -04:00