Creating a workflow
To create a workflow, you create the steps for the workflow, define the routing order for the steps, assign performers to the steps, and specify validation rules for each step. Additional custom business processes and validations could be specified using the IN and OUT scripts associated with the workflow steps.
Before you begin
About this task
Procedure
Create a workflow by using the UI, the Java™ API, or the Script API.
Option | Description |
---|---|
User interface | See Creating a workflow in the UI. |
Java | See Sample Java code for creating a workflow. |
Script | See Sample script code for creating a workflow. |