Automation action components
- Reference
- 1-min read
The purpose of these React components is the implementation of automation action widgets for workflow task configuration. The automation components support specific functionality when these widgets are rendered in the Workflows app for workflow editing, like expression mode, expression auto-completion, and expression chip rendering.
Components
| Component | Description |
|---|---|
| AutomationConnectionPicker | Allows the user to select a connection (settings object) for third party system connection details, connection selection by workflow expression, links to create/edit a connection and user feedback about connection availability. |
| AutomationTextInput | Text input with workflow expression support. There's no dedicated expression mode; workflow expression support is inline. |
| AutomationNumberInput | Numeric input with workflow expression support. |
| AutomationSelect | Dropdown select with workflow expression support. |
| AutomationCodeEditor | Code editor with workflow expression support. There's no dedicated expression mode; workflow expression support is inline. |