Commit Graph

116 Commits

Author SHA1 Message Date
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