Uses of Interface
org.camunda.bpm.scenario.act.MockedCallActivityAction
-
Packages that use MockedCallActivityAction Package Description org.camunda.bpm.scenario org.camunda.bpm.scenario.impl -
-
Uses of MockedCallActivityAction in org.camunda.bpm.scenario
Methods in org.camunda.bpm.scenario that return MockedCallActivityAction Modifier and Type Method Description MockedCallActivityActionProcessScenario. waitsAtMockedCallActivity(String activityId)By implementing - or stubbing/mocking - this method, you define what should be done when the process reaches the mocked call activity (wait state) with the activity id provided. -
Uses of MockedCallActivityAction in org.camunda.bpm.scenario.impl
Constructors in org.camunda.bpm.scenario.impl with parameters of type MockedCallActivityAction Constructor Description MockedProcessRunnerImpl(MockedCallActivityAction action)
-