Uses of Interface
org.camunda.bpm.scenario.act.MessageIntermediateThrowEventAction
-
Packages that use MessageIntermediateThrowEventAction Package Description org.camunda.bpm.scenario -
-
Uses of MessageIntermediateThrowEventAction in org.camunda.bpm.scenario
Methods in org.camunda.bpm.scenario that return MessageIntermediateThrowEventAction Modifier and Type Method Description MessageIntermediateThrowEventActionProcessScenario. waitsAtMessageIntermediateThrowEvent(String activityId)By implementing - or stubbing/mocking - this method, you define what should be done when the process reaches the message intermediate throw event (waitstate) with the activity id provided.
-