Workflows can be created using the following methods −
To create a work flow using Object Library, follow the steps given below.
Step 1 − Go to the Object Library → Workflow tab.
Step 2 − Right click the New option.
Step 3 − Enter the name of the Workflow.
To create a workflow using tool palette, click the icon on the right side and drag work flow in the work space.
You can also set to execute workflow only once by going to the properties of workflow.
You can also add Conditionals to workflow. This allows you to implement the If/Else/Then logic on the workflows.
Sr.No. | Conditional & Description |
---|---|
1 | If A Boolean expression that evaluates to TRUE or FALSE. You can use functions, variables, and standard operators to construct the expression. |
2 | Then Work flow elements to execute if the If expression evaluates to TRUE. |
3 | Else (Optional) Work flow elements to execute if the If expression evaluates to FALSE. |
Step 1 − Go to Workflow → Click the Conditional icon on the tool palette on the right side.
Step 2 − Double click the name of Conditional to open the If-Then–Else conditional editor.
Step 3 − Enter the Boolean Expression that controls the Conditional. Click OK.
Step 4 − Drag the Data flow you want to execute the Then and Else window as per the expression in IF condition.
Once you complete the condition, you can debug and validate the conditional.