latestOpenAPI 3.0.32026-08-109359194.9 KB

112399a67ebb

Workflow

Create Workflow Submission from Step

Creates a new workflow submission. Submission ID is auto-generated and returned. Workflow submission data must be provided as a JSON object.

Authorization Required:

  • Application View or Express Read
post/workflow-execute/{workflowPath}/{stepPath}

Path parameters

workflowPathstring required

Unique workflow path

stepPathstring required

Unique path of workflow step, usually "start"

Request body

userIdstring

Submission owner

dataobject

Raw data to include in submission.

Response

Submissions

submissionIdstring

ID of submission

statusCodeinteger

Error or success response code