Commit Graph

34 Commits

Author SHA1 Message Date
Dan 999ea7e4c0 better peer dependencies. 2022-10-31 17:12:32 -04:00
Dan fbcda3f672 Specify Peer Dependencies -- as it is likely that embedding this
library will occur within projects that use other bpmn-js components.
2022-10-31 11:41:48 -04:00
Dan dd34b6182b Undoing mistakes from yesterday and today. 2022-09-23 14:32:25 -04:00
Dan 749e5bdc11 Revert "Fixing a bad package file."
This reverts commit a9ba008788.
2022-09-23 14:28:49 -04:00
Dan e3edeb3e2f Revert "Bumping version."
This reverts commit d5b0a91d52.
2022-09-23 14:28:31 -04:00
Dan d5b0a91d52 Bumping version. 2022-09-22 11:09:35 -04:00
Dan a9ba008788 Fixing a bad package file. 2022-09-22 10:45:19 -04:00
Dan 3fc09c271d Clean up dependencies, and assure build / package process creates something that is easy to import and use. 2022-09-22 10:36:00 -04:00
Dan bd9d530a50 prep for release. 2022-09-21 13:44:10 -04:00
jasquat feb1d64a5a added ability to create new messages w/ burnettk cullerton 2022-08-24 12:04:47 -04:00
jasquat ba41a41108 upgrade to prop panel 1.2.0 w/ burnettk 2022-08-16 11:18:38 -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
jasquat af0b78a93f Upgrade to 0.0.8 fixed issue with DataObjectRules when compiled 2022-07-13 16:44:56 -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
jasquat d27d741b78 Upgrade to 0.0.7 added support setting the dmn table and moved some items under spiffworkflow:properties 2022-07-13 12:30:42 -04:00
jasquat 109bc9a7de Upgrade to 0.0.6 for various bugfixes 2022-07-12 12:35:33 -04:00
jasquat a29f6c41ae Upgrade to 0.0.5 to allow specifying form details for user tasks 2022-07-12 12:13:55 -04:00
jasquat b2ee69f98b Upgrade to 0.0.4 for data object support 2022-07-12 11:11:46 -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 2527bf2823 Added ability to select which data object is associated with a data object reference. 2022-07-01 13:01:52 -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 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 9c05546267 Upgrade to 0.0.3 to add button to launch editor 2022-06-16 09:24:56 -04:00
jasquat 6e38e9a732 Upgrade to 0.0.2 to update dependencies and get script panel working 2022-06-15 15:23:24 -04:00
jasquat 2c336417a4 added bable preset env for ci w/ burnettk 2022-06-15 15:17:16 -04:00
jasquat a6ba6efd18 updated bpmn-js libs and let bpmn-js-properties-panel install the bpmn-ip prop panel it needs instead of specifying it w/ burnettk 2022-06-15 12:53:27 -04:00
Dan c8a14b6d4e Initial work to get a properties panel working. 2022-06-15 09:51:46 -04:00
Dan 175b24897b Bumping version. 2022-06-09 12:59:34 -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 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