Uses of Interface
io.automatiko.engine.api.runtime.process.ProcessInstance
Packages that use ProcessInstance
Package
Description
Events emitted while process instances are executing.
io library for working with Resources
The process runtime classes.
-
Uses of ProcessInstance in io.automatiko.engine.api.event.process
Methods in io.automatiko.engine.api.event.process that return ProcessInstanceModifier and TypeMethodDescriptionProcessEvent.getProcessInstance()The ProcessInstance this event relates to. -
Uses of ProcessInstance in io.automatiko.engine.api.io
Methods in io.automatiko.engine.api.io with parameters of type ProcessInstanceModifier and TypeMethodDescriptiondefault <M> MOutputConverter.metadata(ProcessInstance pi, Class<M> metadataClass) -
Uses of ProcessInstance in io.automatiko.engine.api.runtime.process
Subinterfaces of ProcessInstance in io.automatiko.engine.api.runtime.processModifier and TypeInterfaceDescriptioninterfaceA workflow process instance represents one specific instance of a workflow process that is currently executing.Methods in io.automatiko.engine.api.runtime.process that return ProcessInstanceModifier and TypeMethodDescriptionProcessRuntime.createProcessInstance(String processId, Map<String, Object> parameters) Creates a new process instance (but does not yet start it).ProcessContext.getProcessInstance()Returns the process instance that is currently being executed in this context.ProcessRuntime.getProcessInstance(String processInstanceId) Returns the process instance with the given id.ProcessRuntime.getProcessInstance(String processInstanceId, boolean readonly) Returns the process instance with the given id.WorkItem.getProcessInstance()The process instance that requested the execution of this work itemProcessRuntime.startProcess(String processId) Start a new process instance.ProcessRuntime.startProcess(String processId, Map<String, Object> parameters) Start a new process instance.ProcessRuntime.startProcessInstance(String processInstanceId) Starts the given process instance (which was created by using createProcesInstance but not yet started).ProcessRuntime.startProcessInstance(String processInstanceId, String trigger, Object triggerData) Starts the given process instance (which was created by using createProcesInstance but not yet started).Methods in io.automatiko.engine.api.runtime.process that return types with arguments of type ProcessInstanceModifier and TypeMethodDescriptionProcessRuntime.getProcessInstances()Returns a collection of currently active process instances.Methods in io.automatiko.engine.api.runtime.process with parameters of type ProcessInstanceModifier and TypeMethodDescriptionvoidWorkItem.setProcessInstance(ProcessInstance processInstance)