Workflow builder: How to set up a workflow
Last updated
Was this helpful?
Last updated
Was this helpful?
At the top of the workflow builder, you'll find several settings buttons.
Recall that every workflow is kicked off by a trigger. Which trigger you choose will depend on the goals of your workflow. There's no right or wrong order to build your workflow as long as it contains all the correct parts at the time of publication. You could start with adding actions to your canvas first, then set up your trigger.
If your trigger is form, you'll need to create and set up that form first before pulling it into your workflow.
Name your trigger with something simple but descriptive.
Toggle Enabled to on.
Search for your desired trigger in the Trigger Type drop down menu. Depending on your trigger, new Trigger Parameters will appear as a new section in the setup menu with additional selections to be made to set parameters for the trigger. For example, if your trigger is a form, you would be asked to select the name of an existing form to use as the trigger.
If needed, add an integration override.
Set your trigger criteria, if required for your workflow.
Think about which organizations you want the trigger to run for.
Selected Organization (Org Name) will be toggled on by default. Toggle to off if desired.
If you want the automation to work for your main org as well as all child organizations, toggle All current and future managed organizations to on.
If you want the automation to apply only for certain organizations, select them manually in the Organizations selector field.
Click Submit to save the trigger.
Click Create.
Give your workflow a Name, and add any tags you would like via the Tags drop-down selector.
Click Submit. This will launch the workflow builder.
Search for your desired action in the left side menu.
Click on it, drag it, and drop it onto the canvas.
Repeat this process to add all needed actions to your workflow.
Click on the placed task, which will open a configuration dialog featuring two sections:
A set of basic details fields at the top:
Name: A user-editable field for the task's identifier.
Reference: The integration pack and task description.
Output: Specifies where the task's output gets stored in the task logs.
Task ID: The unique ID for referencing this task.
Description: A user-fillable text box for additional task information.
Publish Result As: A friendly name you assign for the task's results that you can use as an a context variable for calling it's content in future tasks.
Four distinct tabs beneath the basic details:
Parameters: Unique to each task, this tab houses options for defining the task's behavior during execution, including settings for endpoints, filters, conditions, and query parameters.
Advanced: In this tab, you'll set the rules for your task's path and behavior within the workflow. Options include Integration Overrides, Transition Mode, Task Transition Criteria Sensitivity, Run as Org, With Items, Items Concurrency, and Task Timeout. See more about this on the Advanced Workflow Operations page.
Mocking: This tab provides the option to simulate the task's function with a user-defined result, useful for testing and debugging.
Time Savings: In this tab, specify your estimate of the time a human would need to complete the task. This is used for creating Time Entries in PSA platforms.
Security: This tab allows for meticulous redaction of sensitive information within workflow tasks. This is especially vital when using generic HTTP actions for services without official integrations, where API tokens or other sensitive data in headers could be exposed in results.
In the Redacted Input Parameters and Redacted Output Parameters fields, customize redaction with JSONPath queries.
These queries can be entered manually in the editor, or chosen from the field's drop-down selector.
Remember to add transitions between your tasks.
Click Test to see if your workflow executes as desired.
Click Publish to save your changes and push them to the desired effect.
One of the key metrics you can use to understand the value added by your automations is time saved. You can configure this in Rewst by identifying how long it takes to manually work through your process before automating it and adding it into your workflow.
Click on the workflow that you want to configure.
Enter the amount of seconds it takes for the process in Time Saved (seconds).
Click Submit.
Adding notes is disabled for synced clone workflows.
Click and drag it to the desired location on the canvas.
To delete notes, right-click the note and click Delete Note.
Select multiple workflow tasks and notes simultaneously by drawing a selection box around them.
Hold shift and drag your mouse, or hold the middle-mouse button and drag your mouse.
Once you’ve selected multiple tasks or notes, move them by dragging the selection box to the desired location.
With multiple tasks or notes selected, you can perform the following actions:
Delete Items: Press the delete key, or right-click the canvas and select Delete Selected Tasks.
Duplicate Items: Press ctrl+d, or right-click the canvas and select Duplicate Selected Tasks.
Commonly used actions can be favorited to easily find and add actions to workflows. When favorited, actions can be found in the favorites section and added on the workflow canvas by right-clicking.
Find the action you want to favorite.
To add a favorited action to your workflow:
Right-click on the workflow canvas.
Add an action from the favorites section.
Run the command {{ WORKFLOW.name }}
.
Similarly, if you're searching for the name as it relates to completion handlers, run the command
{{ COMPLETED_WORKFLOW.WORKFLOW.name }}
.
Edit Workflow Title : Click to open up a dialogue where you can change the name of your workflow.
View results for workflow : This opens up a new tab in your browser with the entire recorded execution history of that workflow.
History : Click to open a menu on the right side of your screen displaying the record of when the workflow was created and edited. You also have the option to revert back to a previous version of your workflow, or view previous versions to compare changes.
Notes : Click to open the Notes menu, where you can view a record of all notes made on the workflow, and view instructions for how to add new notes. For more information on notes, see the Add, edit, or delete workflow notes section of this document.
Execution History : This reveals the same information as History, but provides an easy way to view the data without leaving your workflow builder.
Data Aliases : Click to view a list of all set data aliases. Click on the data alias to take you directly to that action.
Add Trigger : Click to open up the Add Trigger form, where you can set up your trigger's configuration, parameters, criteria, and activated organizations.
Configure Workflow Settings : Click to open the menu that contains the settings for workflow type, workflow timeout, time saved, and variable, input, and output configuration.
Workflow Completion Handlers : Click to open a submenu where you can set completion handlers. Click the button a second time to collapse the menu.
Workflow Options : Click to open a submenu where you can export, clone, or delete your workflow, as well as edit the workflow's attributes.
Display Validation Errors : By default, this is set to off. When toggled on, Rewst will provide an error on required fields that aren't filled out, and add a message about the field being required beneath the field in red text. The text will be invisible until the user clicks on the field and then click out of it without entering a value.
Test : Click to run a test of your workflow as it appears on your workflow builder canvas, and view the results of that test. Note that this also publishes and saves the workflow.
Publish : Click to publish changes on your workflow without first running a test, which will push the updated version live for use. This also offers a dual screen code viewer, to compare your old workflow to your new one.
Click to add a new trigger.
Note the Redact on Hover setting for inputs that are set to Password. This can be toggled on or off via the .
Click on Configure Workflow Variables to edit the workflow.
Notes are a great way to jot down your thinking behind workflow aspects, and an essential step to building workflows for any team that has multiple employees editing workflows. They save in the workflow itself, and can be viewed via the notes button by anyone who has permissions to edit that workflow. These boxes provide a title and a markdown editor.
Right-click the canvas and select Add Note. Alternatively, press and hold the control key, then drag your mouse to create a note.
Hover over the upper-right icon and click Edit Note to edit a note's content in the right side menu.
Click the star icon next to the action.