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