add_workflow_activity
Add a new activity to a ServiceNow workflow by specifying workflow version, name, type, and optional attributes, streamlining workflow customization.
Instructions
Add a new activity to a workflow in ServiceNow
Input Schema
Name | Required | Description | Default |
---|---|---|---|
activity_type | Yes | Type of activity (e.g., 'approval', 'task', 'notification') | |
attributes | No | Additional attributes for the activity | |
description | No | Description of the activity | |
name | Yes | Name of the activity | |
workflow_version_id | Yes | Workflow version ID |