Summary
Get Details of a Workflow
Description
Get the details of a Workflow by Workflow name.
Route
GET /workflow_engine/workflows/detailed/:name
Roles
admin
engineering
support
apiread
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
name | string | yes | Name of Workflow to get Workflow details. |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
workflow_details | object | Workflow details matching the Workflow name. |