add_lane
Add a new lane to a BPMN pool, assign flow nodes, and automatically move existing assignments from their prior lane.
Instructions
Add a lane to a white-box pool and assign flow nodes to it. Existing assignments are moved from their previous lane.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the lane | |
| poolId | Yes | ID of the pool to add lane to | |
| position | No | Position relative to existing lanes | bottom |
| flowNodeIds | Yes | IDs of direct flow nodes in the pool process to assign to this lane |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| laneId | Yes | Stable generated or existing BPMN ID | |
| poolId | Yes | Stable generated or existing BPMN ID | |
| filename | Yes | Active BPMN filename | |
| assignedFlowNodeCount | Yes |