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