Interface IProcessRestorer
Namespace: OptimaJet.Workflow.Core.Runtime.ProcessRestoring
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic interface IProcessRestorer
Methods
NeedCustomRestore(string, ProcessStatus)
Declarationbool NeedCustomRestore(string schemeCode, ProcessStatus status)
| Type | Name | Description |
|---|---|---|
| string | schemeCode | |
| ProcessStatus | status |
| Type | Description |
|---|---|
| bool |
GetCustomRestoreDecision(ProcessInstance)
DeclarationRestoreDecision GetCustomRestoreDecision(ProcessInstance process)
| Type | Name | Description |
|---|---|---|
| ProcessInstance | process |
| Type | Description |
|---|---|
| RestoreDecision |