fork
fork
Component: Parallel Gateway Node. It splits the flow into multiple parallel execution paths.
# Configuration
None
# Relation Type
This node is connected to the next node with a Success
relationship.
# Execution Result
This component does not change the content of msg
, metadata
, and msgType
.
# Configuration Example
{
"id": "s1",
"type": "fork",
"name": "Parallel Gateway"
}
1
2
3
4
5
2
3
4
5
Edit this page on GitHub (opens new window)
Last Updated: 2024/10/23, 10:13:01