FlowStep¶
Type: object
Properties¶
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
id |
integer (int32) | Yes | Id of the flow step, used in flow step mutation endpoints | |
activityTypeId |
integer (int32) | Yes | Id of the flow step action type | |
activityTypeName |
string | Yes | Name of the flow step action type | |
stepChoice |
array |
No |
Generated example¶
{
"id": 123,
"activityTypeId": 123,
"activityTypeName": "Example name",
"stepChoice": [
{
"id": 123,
"default": true,
"attributes": [
{
"id": 123,
"activityTypeAttribId": 123,
"name": "Example name",
"dataType": "string",
"value": "string"
}
],
"rule": {
"name": "Example name",
"operator": "string",
"ruleType": "activity",
"ruleTypeId": {
"id": 123,
"type": "activity"
},
"values": [
"string"
]
}
}
]
}
Referenced models¶
Source¶
Generated from swagger-asset.json.