Injecting Data into a Business Service
You can inject data into a business service multiple times while it is in progress, regardless of whether the flow from any previous occurrence is still in progress.
You can use an event handler to do this. An event handler is a catch intermediate event with no specific trigger and incoming flow that can be triggered by an external client application using the objectAPI. Note that the event handler does not have to happen for the business service to complete.
The following example illustrates injecting data into a business service. It involves listing all the deployed business services, starting a business service, and while it is running, injecting data.
Procedure
Copyright © Cloud Software Group, Inc. All rights reserved.