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