manifest.json file and wire up Workflows to your app.
Start a Workflow
Starts a Workflow and returns details about the Workflow Instance. Code Example
HTTP Request
manifest.json file and properties in the object should correspond to the aliasName of the parameter.
status property can take the values null, IN_PROGRESS, CANCELED, or COMPLETED.
A status of null might be valid. It just means the workflow hasn’t reported back as started yet.
Get Metrics for a Workflow
Returns key metric information about a Workflow. Code Example
HTTP Request
status property can take the values null, IN_PROGRESS, CANCELED, or COMPLETED.
A status of null might be valid. It just means the workflow hasn’t reported back as started yet.
Get Workflow Instance
If you are checking on the status of an existing Workflow instance. Code Example
HTTP Request
status property can take the values null, IN_PROGRESS, CANCELED, or COMPLETED.
A status of null might be valid. It just means the workflow hasn’t reported back as started yet.