Create, Open, Duplicate, and Manage a Workflow

Every new Automation Project includes one empty workflow, by default called Workflow-1.

Instructions for managing workflows is the same as for managing all solution components.

Specifically, you can:

Notes on Duplicating Workflows

For instructions on how to duplicate a workflow, see Duplicate a Component.

The copy of the workflow includes:

The workflow is named as the original with the suffix _copy, for example, Workflow - 1_copy.

If the original workflow references its own methods or properties, the duplicate workflow will reference its own methods and properties instead.

For example, Step 1 in Workflow 1 below uses its Set Result method and then assigns a value to its Workflow Exit Reason property.

The duplicate workflow, Workflow 1_copy, instead sets its own Set Result method and then assigns a value to its own Workflow Exit Reason property.

Best Practices

Note the following best practices: