You can create a new Workflow Process by selecting File > New > Workflow > Workflow Process.

You build a process by adding links and nodes.
For a process to be valid:
- All nodes must be connected and mapped correctly.
- All links must be attached to a node at both ends.
You can validate the process at any time using validate
. This will display any errors found in the Validation Results.

To check the workflow logic, you can step through the process using the Test Harness
.
You can configure Process Properties
including shared function scripts and the Assignment Service for the process.