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