fluig_process_start
Start a new process instance by setting form fields and defining the target state after the start activity completes. Used to automate process initiation in Fluig.
Instructions
WRITE. Start a process instance. cardData holds the form fields; choosedState is the target state when the start activity completes. The configured user needs the start role.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardData | No | {field: value} — send ALL fields; the API replaces the card, it does not merge. | |
| comments | No | Comment (optional). | |
| processId | Yes | Process id. | |
| choosedState | Yes | Target state (number of the next node or gateway). | |
| colleagueIds | No | Next assignees (optional). | |
| completeTask | No | true (default) completes and moves; false parks on the start activity. |