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