Starts a Workflow and returns details about the Workflow Instance
Domo Developer Token for authentication
Message passed to start the Workflow Instance, usually "Start {workflow_name}"
The version identifier (e.g., 0.0.1)
The ID of the Workflow
The start parameters required to kick off the Workflow. Structure this object to be consistent.
{ "parameter1": 13, "parameter2": 7 }Workflow started successfully
ID of the newly created workflow instance
"2052e10a-d142-4391-a731-2be1ab1c0188"
ID of the workflow
"a8afdc89-9491-4ee4-b7c3-b9e9b86c0138"
Name of the workflow
"AddTwoNumbers"
Workflow version number
"1.1.0"
User ID of workflow creator
"8811501"
Timestamp when the instance was created
"2023-11-15T15:28:57.479Z"
User ID of last updater
"8811501"
Timestamp when the instance was last updated
"2023-11-15T15:28:57.479Z"
Status of the workflow instance. Can be null, IN_PROGRESS, CANCELED, or COMPLETED. A null status means the workflow hasn't reported back as started yet.
null, IN_PROGRESS, CANCELED, COMPLETED null