NodeTransition
A NodeTransition represents a decision point within a Flow. In this decision point the evaluation of a condition determines the subsequent path the candidate will follow.
Endpoints
GET /node-transitions- Retrieve all node transitions (of all flows and nodes)GET /node-transitions/{id}- Retrieve a single node transition by IDPOST /node-transitions- Create a new node transitionPATCH /node-transitions/{id}- Update a node transition by IDDELETE /node-transitions/{id}- Delete a node transition by ID
Attributes
Field
Type
Description
condition
String
condition to evaluate
index
Integer
order in which to evaluate the transitons
HTTP methods
Field
GET
POST
PATCH
condition
X
X
X
index
X
X
X
Example bodies
Post
Patch
In this example we alter the exitNode, effectively rerouting the transition.
OpenAPI
Last updated