This website requires JavaScript.
Explore
Help
Sign In
sartography
/
cr-connect-workflow
Watch
1
Star
0
Fork
0
You've already forked cr-connect-workflow
mirror of
https://github.com/sartography/cr-connect-workflow.git
synced
2025-02-23 21:28:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cr-connect-workflow
/
package-lock.json
7 lines
98 B
JSON
Raw
Normal View
History
Unescape
Escape
Missed committing a pile of changes last night.
2020-06-02 07:08:29 -04:00
{
"Reset" should not mean "re-start". Calling the reset_workflow script will now set the workflow to an "unstarted" state with no outstanding tasks, no json-state structure stored. The workflow is not yet running. 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. *
2022-04-15 15:36:23 -04:00
"name"
:
"cr-connect-workflow"
,
"lockfileVersion"
:
2
,
"requires"
:
true
,
"packages"
:
{
}
Missed committing a pile of changes last night.
2020-06-02 07:08:29 -04:00
}
Reference in New Issue
Copy Permalink