Uses of Class
org.camunda.automator.bpmnengine.BpmnEngine.ProcessDescription
Packages that use BpmnEngine.ProcessDescription
Package
Description
-
Uses of BpmnEngine.ProcessDescription in org.camunda.automator.bpmnengine
Methods in org.camunda.automator.bpmnengine that return types with arguments of type BpmnEngine.ProcessDescriptionModifier and TypeMethodDescriptionBpmnEngine.searchProcessInstanceByVariable(String processId, Map<String, Object> filterVariables, int maxResult) Search process instance by a variable content -
Uses of BpmnEngine.ProcessDescription in org.camunda.automator.bpmnengine.camunda7
Methods in org.camunda.automator.bpmnengine.camunda7 that return types with arguments of type BpmnEngine.ProcessDescriptionModifier and TypeMethodDescriptionBpmnEngineCamunda7.searchProcessInstanceByVariable(String processId, Map<String, Object> filterVariables, int maxResult) -
Uses of BpmnEngine.ProcessDescription in org.camunda.automator.bpmnengine.camunda8
Methods in org.camunda.automator.bpmnengine.camunda8 that return types with arguments of type BpmnEngine.ProcessDescriptionModifier and TypeMethodDescriptionBpmnEngineCamunda8.searchProcessInstanceByVariable(String processId, Map<String, Object> filterVariables, int maxResult) -
Uses of BpmnEngine.ProcessDescription in org.camunda.automator.bpmnengine.dummy
Methods in org.camunda.automator.bpmnengine.dummy that return types with arguments of type BpmnEngine.ProcessDescriptionModifier and TypeMethodDescriptionBpmnEngineDummy.searchProcessInstanceByVariable(String processId, Map<String, Object> filterVariables, int maxResult)