You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a simple BWCE project with a starter process and a subprocess containing actual operation or business logic e.g. operation subprocess.
Create a shared module with a subprocess that doesn't have a response schema e.g logger subprocess.
In the operation subprocess, call the logger subprocess from the shared module.
Create a test file for the operation subprocess from the actual BWCE application.
Additional environment details if any:
Describe the results you received:
You can't mock the logger subprocess call because it doesn't have any response schema while writing the test file for the operation subprocess.
Describe the results you expected:
In most scenarios, we have subprocesses that we spawn or do not have any response schema. In this case, we won't be able to mock such subprocess calls. The only way to get it working
Please help me with this, is it mandatory to have a schema in subprocess response in order to mock it.
If yes then how to mock spawned subprocess or subprocess which doesn't have response schema.
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered:
Maven Plugin version: 2.7.1
Maven version: 3.6.3
Product: TIBCO Businessworks Container edition
Product version: 2.5.4
Component: Maven build plugin
Steps to reproduce the issue:
Additional environment details if any:
Describe the results you received:
Describe the results you expected:
In most scenarios, we have subprocesses that we spawn or do not have any response schema. In this case, we won't be able to mock such subprocess calls. The only way to get it working
Please help me with this, is it mandatory to have a schema in subprocess response in order to mock it.
If yes then how to mock spawned subprocess or subprocess which doesn't have response schema.
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: