-
Notifications
You must be signed in to change notification settings - Fork 33
Workflow extension #1143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workflow extension #1143
Conversation
|
Looks good - just the failing test needs to be fixed. |
kba
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, not yet tested though.
|
|
|
thx, that explains the test error I am currently looking into / trying to find. Not the first time this happens to me ... |
Co-authored-by: Konstantin Baierer <[email protected]>
Co-authored-by: Konstantin Baierer <[email protected]>
Change the two existing workflow paths to run a workflow and to query a workflow job.
Add endpoints for uploading, updating and downloading a workflow script. The scripts are stored in the mongodb.
Workflows can be run with a previously uploaded script or with providing a script when starting the workflow.