Class ConvertedProcess
OptimaJet.Workflow.BpmnPlugin.Import.ConvertedProcess
Represents a converted process which includes its definition, any issues encountered during conversion, and an optional hint providing additional information or instructions.
Namespace: OptimaJet.Workflow.BpmnPlugin.Import
public record ConvertedProcess : IEquatable<ConvertedProcess>Inheritance
- System.Object
Implemented Interfaces
- System.IEquatable{OptimaJet.Workflow.BpmnPlugin.Import.ConvertedProcess}
Constructors
public ConvertedProcess(ProcessDefinition ProcessDefinition, ImmutableList<string> Issues, ConvertedProcessHint? Hint = null) #Represents a converted process which includes its definition, any issues encountered during conversion, and an optional hint providing additional information or instructions.
Parameters
Name
Type
Description
ProcessDefinitionProcessDefinitionThe definition of the converted process.
IssuesImmutableList<String>A list of issues encountered during the conversion of the process.
HintConvertedProcessHintAn optional hint providing additional information or instructions regarding the converted process.
Properties
Name
Type
ProcessDefinition #ProcessDefinitionThe definition of the converted process.
Issues #ImmutableList<String>A list of issues encountered during the conversion of the process.
Hint #ConvertedProcessHintAn optional hint providing additional information or instructions regarding the converted process.
HasIssues #BooleanGets a value indicating whether the converted process has any issues encountered during the conversion.
DontSave #BooleanGets a value indicating whether the converted process should not be saved.