Skip to content

FlowStepChoice

Type: object

Properties

Property Type Required Description Constraints
id integer (int32) Yes Id of the choice, used in choice mutation endpoints
default boolean Yes Whether this is the default choice for the flow step
attributes array No
rule model: FlowStepChoiceRule No Condition for the choice, present on non-default choices

Generated example

{
  "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.