fluig_process_move
Move a process instance to a target state, replacing all card fields with provided data. For pool tasks, assign the task first.
Instructions
WRITE. Save and move an existing instance. cardData REPLACES the card — send every field that must survive or it is wiped. Call fluig_process_take first if the task belongs to a pool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardData | No | {field: value} — ALL fields (replaces the card). | |
| comments | No | Comment (optional). | |
| managerMode | No | Move as process manager (requires the manager role). | |
| choosedState | Yes | Target state (number of the next node or gateway). | |
| colleagueIds | No | Next assignees (optional). | |
| processInstanceId | Yes | Instance number. |