Enum ParameterPurpose
OptimaJet.Workflow.Core.Model.ParameterPurpose
Specifies the lifecycle and persistence behavior of a process parameter.
Namespace: OptimaJet.Workflow.Core.Model
public enum ParameterPurposeFields
Temporary = 0 #Indicates a process parameter that remains in memory for the current process execution and is not saved by the IPersistenceProvider.
Persistence = 1 #Indicates a process parameter that the IPersistenceProvider saves and restores for later process executions.
System = 2 #Indicates a process parameter that Workflow Engine maintains from process and execution information.