mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-23 05:08:32 +00:00
Also: * Assured that arguments are consistent (we always seem to use workflow_spec_id, so I made sure we use that consistently. * Don't require named parameters - so it's cool to call it like: reset_workflow('my_workflow_id') * Task Actions (ie create, assign, etc...) are now an enumeration in the models, and not static variables on Workflow Service, so we can reference them consistently from anywhere. * Removed some repetitive code * Always try to validate as much as possible in the scripts to save folks time debugging. *
7 lines
98 B
JSON
7 lines
98 B
JSON
{
|
|
"name": "cr-connect-workflow",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {}
|
|
}
|