Uses of Class
io.automatiko.engine.api.workflow.ExportedProcessInstance
Packages that use ExportedProcessInstance
-
Uses of ExportedProcessInstance in io.automatiko.engine.api.workflow
Methods in io.automatiko.engine.api.workflow that return ExportedProcessInstanceModifier and TypeMethodDescriptionMutableProcessInstances.exportInstance(ProcessInstance<?> instance, boolean abort) default ExportedProcessInstanceMutableProcessInstances.exportInstance(String id) default ExportedProcessInstanceMutableProcessInstances.exportInstance(String id, boolean abort) Process.exportInstance(String id, boolean abort) ArchivedProcessInstance.getExport()Methods in io.automatiko.engine.api.workflow with parameters of type ExportedProcessInstanceModifier and TypeMethodDescriptionMutableProcessInstances.importInstance(ExportedProcessInstance instance, Process<T> process) Process.importInstance(ExportedProcessInstance instance) ArchiveBuilder.instance(String id, String processId, ExportedProcessInstance<?> exported) Constructors in io.automatiko.engine.api.workflow with parameters of type ExportedProcessInstanceModifierConstructorDescriptionArchivedProcessInstance(String id, String processId, ExportedProcessInstance<?> export)