Prerequisites
- Access to the Admin Portal
- Appropriate permissions for workflow management
Step 1: Access workflow management
- Go to the Admin Portal
- In the left sidebar, scroll to the bottom and click Workflow Management
- You’ll see a page listing all existing workflows
- At the top right, you’ll find two tabs:
- Workflow Links - Configure triggers
- Create Workflow - Create new templates
Step 2: Create a workflow template
- Click Create Workflow
- In the modal that appears, enter:
- Workflow name - A descriptive name for your workflow
- Other optional fields as needed
- Click Create to add the new workflow
- The new workflow appears in the workflows table
Step 3: Create a version
- Click any row in the workflow list to open the Workflow Detail Page
- Click Add Version (top right)
- In the modal, enter:
- Version number - Semantic version (e.g., “1.0.0”)
- Starter version (optional) - Copy from an existing version
- Click Create to generate the new version
- The system opens the Workflow Editor
Step 4: Design your workflow
Inside the editor, you’ll see:- Steps Panel (left) - All available step types
- Canvas (center) - Drag and drop steps here
- Configuration Panel (right) - Appears when you click any step
Add steps
- Drag a step type from the Steps Panel onto the Canvas
- Click the step to configure it in the Configuration Panel
- Connect steps by dragging from output handles to input handles
Configure transitions
- Click on a transition line to select it
- For conditional gateways, set the condition expression
- Mark one transition as the default for exclusive/inclusive splits
Step 5: Publish your version
- Review your workflow design
- Click Publish (top right)
- The version status changes from Draft to Published
Newly created versions start in Draft status. Publishing makes the version eligible to be activated.
Step 6: Activate the version
- Return to the workflow’s versions list
- Find the published version
- Click Activate Version
- This version is now used whenever this workflow is triggered
Step 7: Create workflow links
Workflow links determine how and when a workflow is triggered.Access workflow links
- Go to the main workflow page
- Click the Workflow Links tab
- View, edit, or delete existing links
Create a new link
- Click Add Link
- In the modal, select:
- Workflow Template - Choose from all templates
- Link Type:
- Service Request Type - Trigger on specific service requests
- Product ID - Trigger when a product is purchased
- Identifier - The specific service request type or product ID
- Click Save
Next steps
Core concepts
Learn about workflow fundamentals
Step types
Explore all available step types