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