Skip to content

FlowStepChoiceRule

Type: object

Condition describing when a flow step choice applies

Properties

Property Type Required Description Constraints
name string No Name of the rule
operator string No Condition operator, for example 'is', 'is not', 'contains'
ruleType string No Type of the rule enum: activity, attribute
ruleTypeId model: FlowStepChoiceRuleTypeId No
values array No Values used by the condition

Generated example

{
  "name": "Example name",
  "operator": "string",
  "ruleType": "activity",
  "ruleTypeId": {
    "id": 123,
    "type": "activity"
  },
  "values": [
    "string"
  ]
}

Referenced models

Source

Generated from swagger-asset.json.