Custom Business Service That Calls Workflow Returns Inputs To The Workflow
(Doc ID 3056709.1)
Last updated on OCTOBER 31, 2024
Applies to:
Siebel CRM - Version 23.5 and laterInformation in this document applies to any platform.
Symptoms
After implementing a custom Business Service to invoke a workflow, all inputs passed to the workflow call are returned in the Business Service Output.
This includes data that is NOT part of the REST BS response, but also other inputs to the workflow.
The expectation is that only the workflow outputs should be returned in the BS outputs, and not the workflow inputs.
The issue can be replicated with the following steps:
- Implement a custom Business Service that in turn invokes a workflow.
- Go to Administration -> Application -> Business Service Simulator.
- Simulate the Business Service.
- Notice that the output of the BS contains the inputs with which the workflow is called.
Changes
Implement a custom BS to call a workflow.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |