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