Launch workflow
POST/workflow/launch
Submits a workflow execution.
To resume a workflow: First, retrieve the launch configuration using GET /workflow/{workflowId}/launch. Then modify the response by setting workDir to the value from resumeDir, revision to the value from resumeCommitId, and resume to true. Submit the modified payload to this endpoint to resume the workflow.
Request
Responses
- 200
- 400
- 403
OK
Bad request
Operation not allowed