Uses of Class
io.automatiko.engine.workflow.bpmn2.BpmnProcess
Packages that use BpmnProcess
-
Uses of BpmnProcess in io.automatiko.engine.workflow.bpmn2
Methods in io.automatiko.engine.workflow.bpmn2 that return BpmnProcessModifier and TypeMethodDescriptionprotected BpmnProcessBpmnProcessCompiler.create(io.automatiko.engine.api.definition.process.Process process, io.automatiko.engine.api.workflow.ProcessConfig config) Methods in io.automatiko.engine.workflow.bpmn2 that return types with arguments of type BpmnProcessModifier and TypeMethodDescriptionstatic List<BpmnProcess>BpmnProcess.from(io.automatiko.engine.api.io.Resource... resource) static List<BpmnProcess>BpmnProcess.from(io.automatiko.engine.api.workflow.ProcessConfig config, io.automatiko.engine.api.io.Resource... resources) BpmnProcessCompiler.from(io.automatiko.engine.api.workflow.ProcessConfig config, io.automatiko.engine.api.io.Resource... resources) BpmnProcesses.processes()Method parameters in io.automatiko.engine.workflow.bpmn2 with type arguments of type BpmnProcessModifier and TypeMethodDescriptionprotected voidBpmnProcessCompiler.processNode(io.automatiko.engine.api.definition.process.Node node, List<BpmnProcess> bpmnProcesses) Constructor parameters in io.automatiko.engine.workflow.bpmn2 with type arguments of type BpmnProcess