create_flow_action
Create custom Flow Designer actions in ServiceNow by defining inputs, outputs, and script logic to automate business processes.
Instructions
Create a custom Flow Designer action. [Scripting]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Action name | |
| description | No | Action description | |
| inputs | No | Input definitions [{name, type, mandatory}] | |
| outputs | No | Output definitions [{name, type}] | |
| script | No | Action script body |