sndev.io / docs

Workflow

Legacy workflows with activities and transitions.

The workflow skill builds legacy ServiceNow workflows — create a workflow, add a version, define activities, connect them with transitions and conditions, then publish. For new development, prefer the flow skill.
OperationDescription
add_activityAdd an activity to the workflow
add_conditionAdd a condition on a transition
add_transitionAdd a transition between activities
create_versionCreate a new workflow version
create_workflowCreate a workflow definition
export_workflowExport the workflow as XML
publishPublish the workflow version
Run sn ops workflow to see the full input schema for each operation.
You

Create a workflow for change request approvals — manager approval then CAB approval.