Skip to main content

Workflow Definition v2

Workflow Definition v2 is a separate, iterative copy of the workflow definition editor. It exists so the team can try out a newer designer experience without changing the stable Workflow Designer. Both work on the same workflows — v2 is an alternative editor, not a different set of processes.

Workflow Definition v2 editor


How to open this screen

From the left navigation menu, open Configuration → Workflow Definition v2 (route /configuration/workflow-definition-v2). Clicking a workflow opens it in the v2 editor at /configuration/workflow-definition-v2/<id>.

  • Access required: the Manage Workflows permission (CONFIGURATION.WORKFLOWS).

The list you land on is the same Workflow Definitions list described in Workflow Definitions — searching, filtering, creating, editing, and deleting all behave identically. The only difference is that opening a workflow takes you into the v2 editor instead of the standard designer.


How v2 differs from the standard designer

The standard Workflow Designer offers six step types in its toolbox. The v2 editor is experimental and groups a larger set of building blocks (called activities) into categories in its toolbox:

CategoryActivities offered in the v2 palette
Control FlowIf / Branch, Loop, Switch Case, Parallel Branch, Merge / Join
ActionsTask, Approval, RPA Bot, Script / Code
CommunicationSend Email, Notification, Webhook
IntegrationREST API Call, Database
DocumentDocument Task, Sign Document, Archive, Timer / Wait
The categorised activity toolbox in v2

Experimental / work-in-progress: v2 is an iteration that explores a richer palette and nested branch arms. It is not the supported way to author production workflows. For live processes, use the standard Workflow Designer, where decisions use binary branches only (one Yes path and one No path). Treat the extra v2 activities as a preview that may change.


Working in v2

The v2 editor follows the same overall pattern as the standard designer:

  1. Open a workflow from the list.
  2. Use the activity toolbox (or the inline add controls) to insert steps.
  3. Fill in each step's Title, Description, Assigned Role, and SLA in the step dialog, exactly as in the standard designer.
  4. Decision-style steps capture a condition and Yes / No arms; you can add steps inside each arm.
  5. Changes are saved to the same shared workflow, so a workflow edited here also reflects in the standard designer.

Because v2 and the standard designer share the same underlying workflow data, avoid editing the same workflow in both at once to prevent confusion over which change "wins".


Tips

  • Use v2 only to preview the newer editing experience. Keep authoring real, in-use workflows in the standard designer.
  • If you experiment in v2, do it on a Draft workflow so nothing live is affected.
  • Remember the supported rule for production: decisions branch into two paths only.

Troubleshooting

ProblemLikely cause and fix
The menu item isn't visibleYou don't have the Manage Workflows (CONFIGURATION.WORKFLOWS) permission.
Edits here also changed the standard designerExpected — both editors read and write the same workflow.
An activity type behaves unexpectedlyv2 is experimental. For reliable results, edit the workflow in the standard Workflow Designer.
I need a guaranteed, supported workflowAuthor it in the standard designer using binary-branch decisions.