Workflow activities reference
-
- UpdatedAug 3, 2023
- 5 minutes to read
- Vancouver
- Workflow
Workflow activities reference
Workflow activity reference, organized by category.
Each activity performs a different task, such as running a script, sending notifications, or requesting approvals.
Workflow runs activities as the user session that starts or advances them. Workflows started from record operations will run activities as the user session that performed the record operation. Workflows started from schedules or restarted from timers run activities as the System user. Workflows started from script calls run activities as the user session that started the script.
Approval and rollback activities
Condition activities
Notify activities
Notify workflow activities manage calls and SMS messages in Notify.
Notification activities
Notification workflow activities notify users of events that occur during the workflow.
Activity | Description |
---|---|
Create Event workflow activity | The Create Event activity adds an event to the event queue, but does not immediately fire the event. |
Notification workflow activity | The Notification activity sends an email or SMS message to specified users or groups. |
Subflow activities
Subflow activities run and manage workflows from a parent workflow.
Activity | Description |
---|---|
Parallel Flow Launcher workflow activity | The Parallel Flow Launcher activity launches multiple subflows in parallel. |
Task activities
Timer activities
Activity | Description |
---|---|
SLA Percentage Timer workflow activity | The SLA Percentage Timer activity pauses the workflow for a duration equal to a percentage of an SLA. |
Timer workflow activity | The Timer activity pauses the workflow for a specified period of time. |
Utility activities
Utility activities provide controls over the path of the workflow, and other useful tools.
Activities provided with Orchestration
- Active Directory activity pack
- Orchestration activities
- PowerShell activities
- Puppet activities
Templates provided for creating custom activities
If Orchestration is active on your system, users with the proper roles can create custom activities using the ServiceNow Orchestration activity designer. For information about the templates Orchestration provides for creating custom activities that you can upload to the ServiceNow Store, see Orchestration custom activity templates