Summary
Get job variables of a workflow
Description
Get job variables of a workflow by workflow name.
Route
GET /workflow_engine/workflows/variables/:name
Roles
            admin
engineering
support
apiread
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| name | string | yes | Name of the workflow. | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| workflow_variables | array | Variables of the workflow matching the name. |