Skip to main content

Interface IProcessRestorer

Namespace: OptimaJet.Workflow.Core.Runtime.ProcessRestoring

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public interface IProcessRestorer

Methods

NeedCustomRestore(string, ProcessStatus)

Declaration
bool NeedCustomRestore(string schemeCode, ProcessStatus status)
Parameters
TypeNameDescription
stringschemeCode
ProcessStatusstatus
Returns
TypeDescription
bool

GetCustomRestoreDecision(ProcessInstance)

Declaration
RestoreDecision GetCustomRestoreDecision(ProcessInstance process)
Parameters
TypeNameDescription
ProcessInstanceprocess
Returns
TypeDescription
RestoreDecision

Extension Methods