Ability to mock a subprocess (called activity) #694
Labels
good first issue
Good for newcomers
kind/feature
Categorizes an issue or PR as a feature, i.e. new behavior
Description
It would be great if one could mock a called activity in a zeebe process test.
Use case: Model technical processes and call them from a main "business view" process
So it is kind of the same situation as when I want to test a service or similar. I want to mock away the dependencies of the system under test for all the well known reasons.
I want to test the business process by mocking away technical (sub-)processes and just say what the outcome of the technical process should be for my test case.
The text was updated successfully, but these errors were encountered: