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