Generate a Business Service
A business service can call a business process. A business service provides input data to the business process with parameters. A sub-process in the business service sends the parameters to a Start Event in a business process.
- A business process with a Start Event, and any required tasks.
- The business process should have at least one input parameter.
- The Start Event must have a Trigger Type set to Start Request Event.
The generated business service finishes with a Task that calls the business process.
- Procedure
- Right-click the Start Event, and select
.
A new business service opens, with a default Label similar to ProcessPackage-Process.
The business service consists of a Start Event, a User Task, and a final Task.
- Rename the business service with a more descriptive name, so that users can easily identify it from the list of available business services.
- Add any additional User Tasks, as required.
- From the
General tab, use
Select the privileges required to use this service to specify all of the organization model privileges that a resource must have to be able to use this business service.
Note: If there are no required privileges for the business service, then all resources can use the business service.
- Choose the
Target Device:
DesktopMobilePublish as Business Service is already checked, and the default is Desktop.
- Press Ctrl+S to save the changes.