Flow
Flows illustrate logic of interaction between objects. Flows aren't involved in the monitoring process and are for informational purposes only.
Flow model
Field | Type | Description |
---|---|---|
client_data | String | Flow's client data. See a more detailed description below |
id | String | Flow's ID. |
items_ids | Array<String> | An array of object IDs the flow goes through. |
owner_id | String | The ID of a flow's parent object. |
properties | Array<Property> | An array of flow's properties. |
Client data
Client data is a set of fields that correspond to various flow's UI settings. The fields are specified in the JSON format and stored on a server as a string. The table below contains a description of all fields from the set:
Field | Type | Description |
---|---|---|
color | String | Flow's color. |
connectorStyle | String | The type of flow's shape. Available options: Bezier , Flowchart , Straight . |