Studio
Graph
Test Cases
View Examples
- Click the View Examples
button on the Studio tab of the Workflows plugin.
- In the Examples dialog, click on the workflow example you want to use from the list on the left. In the graphic below, the Custom Session Properties example is selected.
- On the Graph tab in the middle pane of the Examples dialog, select all the code text and copy the code using the keyboard shortcut Ctrl+C.
- Close the Examples dialog then go back to the Studio tab
and paste the code into the code textbox using the keyboard shortcut
Ctrl+V.
The workflow diagram on the right side of the window updates to show the workflow you pasted in.
Before publishing your workflow, it's wise to review the example code you pasted to look for any variables that need to be updated to variables specific to your organization. For example, Custom Session Properties needs the name of the property that you stored on the session to match. The Fast Track example needs references to the workflowButtonKey to match the key of the button you created in on the Dynamic Workflow Buttons subtab on the Advanced tab in the Editor plugin.