create_workflow
Design and implement new workflows in ServiceNow with structured parameters, including name, description, table association, and active status, to streamline business processes.
Instructions
Create a new workflow in ServiceNow
Input Schema
Name | Required | Description | Default |
---|---|---|---|
active | No | Whether the workflow is active | |
attributes | No | Additional attributes for the workflow | |
description | No | Description of the workflow | |
name | Yes | Name of the workflow | |
table | No | Table the workflow applies to |