Live Input
Declares one or more live input fields that pause the workflow, allowing users to dynamically provide values at runtime, ensuring interactive and flexible data manipulation within the process.
Category: Variables & Data Assignment · Group: Flow Control · Activity name: LiveInput

Example
LiveInput(variables={}, timeoutMinutes=0)
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Configure Inputs | object | Configure inputs by specifying their name and type. | ||
| Timeout | integer | Sets the maximum time (in minutes) that the activity can wait before it times out. Leave empty to wait indefinitely. |