Workflow
Box Relay Workflows are objects that represent a named collection of flows. Your application must be authorized to use theManage Box Relay application scope within the developer console in order to use this resource.
Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
id | string | No | The unique identifier for the workflow. |
type | enum<string> | No | The value will always be workflow. Available options: workflow. |
name | string | No | The name of the workflow. |
description | string | No | The description for a workflow. |
is_enabled | boolean | No | Specifies if this workflow is enabled. |
flows | array of object | No | A list of flows assigned to a workflow. |
Example
Workflow (Mini)
Box Relay Workflows are objects that represent a named collection of flows. You application must be authorized to use theManage Box Relay application scope within the developer console in order to use this resource.
Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
id | string | No | The unique identifier for the workflow. |
type | enum<string> | No | The value will always be workflow. Available options: workflow. |
name | string | No | The name of the workflow. |
description | string | No | The description for a workflow. |
is_enabled | boolean | No | Specifies if this workflow is enabled. |
Example
Workflows
A list of workflows. You application must be authorized to use theManage Box Relay application scope within the developer console in order to use this resource.
Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
limit | integer | No | The limit that was used for these entries. This will be the same as the limit query parameter unless that value exceeded the maximum value allowed. The maximum value varies by API. |
next_marker | string | No | The marker for the start of the next page of results. Can be null. |
prev_marker | string | No | The marker for the start of the previous page of results. Can be null. |
entries | array of Workflow | No | A list of workflows. |
Example
