NodeTransition
Last updated
Last updated
A NodeTransition represents a decision point within a . In this decision point the evaluation of a condition determines the subsequent path the candidate will follow.
GET /node-transitions
- Retrieve all node transitions (of all flows and )
GET /node-transitions/{id}
- Retrieve a single node transition by ID
POST /node-transitions
- Create a new node transition
PATCH /node-transitions/{id}
- Update a node transition by ID
DELETE /node-transitions/{id}
- Delete a node transition by ID
condition
String
condition to evaluate
index
Integer
order in which to evaluate the transitons
condition
X
X
X
index
X
X
X
In this example we alter the exitNode, effectively rerouting the transition.