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 |
|
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 |
|