Add Decision Services to Processes

Once decisions are exposed as services, you can use the decision services within your processes.

To add a decision service to a process:
  1. Open the process where you want to add the decision service.
  2. In the Activity palette, expand Decision Service. All the available decision services are listed under it.
    Note that if no decision services are available then the Decision Service section won't be displayed in the Activity palette.
  3. Drag a decision service and drop it onto the process flow.
    The decision service gets added to the process.

Another way to add a decision service to a process is by adding a decision activity to the process flow. You can drag and drop a decision activity to the process flow from the System category in the Activity palette. But in this case, you would need to implement the decision activity.

To implement a decision activity:

  1. Double click the decision activity in the process flow to open the Properties pane.

    Optionally, select the decision activity in the process flow, and click Open Properties to open its Properties pane.

  2. Select a decision service from the Decision Service drop-down list.
  3. Close the Properties pane to save and implement the changes.