You use workflows to automate business processes such as onboarding and offboarding employees, enforcing best practices for security, processing tickets, interacting with vendor APIs, and automating the updating of records.
Workflows comprise a series of linked chain actions. The begin block starts the workflow based on the criteria that you configure. For example, an employee's status changes to offboarding and this sets off an offboarding workflow. Or, a new field is added, or date or time values are changed. When the workflow begins, the automation blocks in the workflow are triggered and the processes that you configured in the automation blocks occur. For example, notifications are sent by email, fields are updated in records, or calls are made to external APIs.
Creating a workflow
Illustration: Mock-up of a workflow
Each workflow comprises:
- A Begin block
- One or more automation blocks
- An End block
To create a workflow, complete the following steps:
- Click Configuration > Workflows and select an object. A list of the workflows that were created is displayed.
- Click ADD +.
- The Begin and End blocks are automatically added to the workflow canvas.
- Click Blocks. In this scenario, the Update and Notify automation blocks are added to the workflow.
- Drag and drop the Update and the Notify blocks onto the canvas.
- Connect the blocks.
Workflow actions
- Create a workflow that checks when an asset is 5 days from its end-of-life date.
- Set the status to Retired.
- Notify the asset's assignee and the IT team that the asset is nearing its end of life.
Configuring the begin block
In the begin block, you define the rules that trigger the workflow.
- To edit the Begin block, click Edit .
- Set the Actions to Schedule.
- Click ADD RULE.
- Select the End of Life Date field, select Days backward as the operator, and enter 5 for the number of days.
- Click SAVE.
Information
To check the fields that will be targeted by the workflow, always click SHOW IN LIST VIEW in the Begin block. The number of records that are processed and the time that the records are processed can affect performance. Schedule workflows to run at off-peak periods.
Creating the automation blocks
In this scenario, the Notify and Update blocks are added as automation blocks.
Configuring the Update block
- To edit the Update block, click Edit .
- Click Add field.
- Select Status and set the value to Retired.
- Click SAVE.
Configuring the Notify block
Information page
- To edit the Notify block, click Edit .
- Enter a meaningful name for the Notify block.
- Select Workstream, Email, or both.
Recipients
You can choose one or more of the following options:
- Select a role from the Role list. For example, you can send the notification to users with an IT role.
- Enter the names of one or more users.
- Select a field in the record such as the Assigned to field.
- Enter the email addresses of the recipients.
Message
You can click to add metadata fields to the email subject line and the body text.
- Enter the subject of the email.
- Enter the body text.
- Click SAVE.
Save, validate, and activate
- Connect the blocks together.
- Validate the workflow before you launch it. If warnings or errors are detected, review your workflow, save it, and validate it again.
- To check the progress of the workflow, click Run Logs.
Comments
0 comments
Please sign in to leave a comment.