Creating a Service Process
You can create a service process and its containing package and project in one operation or create a service process only and add it to existing package/project.
See Creating a Project.
As service processes should be of short duration and have only one function, some activity types are not supported in service processes.
Activity Type | Description |
---|---|
Incoming request event | An incoming request event may be waiting to be triggered for an arbitrary period of time. |
Signal event handlers | A signal event handler event may be waiting to be triggered for an arbitrary period of time. |
User tasks | No direct user interaction with a service process is supported. |
Attached Sub-process calls to non-service process types | Service processes can only synchronously invoke other service processes. However, they can asynchronously invoke conventional stateful business processes. |
Non-boundary timers | Timers that pause rather than monitor the execution of a thread of a service process are not supported. |
When modeling a service process, you must specify a deployment target. You can deploy service processes to either:
The deployment target you choose depends on whether you are invoking your service processes from business processes or pageflow processes. When you create a service process, the service process is set to deploy to the process engine by default.
Procedure
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.