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