update_workflow
Modify an existing ServiceNow workflow by updating its name, description, table assignment, active status, or additional attributes to adapt business processes.
Instructions
Update an existing workflow in ServiceNow
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | Workflow ID or sys_id | |
| name | No | Name of the workflow | |
| description | No | Description of the workflow | |
| table | No | Table the workflow applies to | |
| active | No | Whether the workflow is active | |
| attributes | No | Additional attributes for the workflow |