Workflow Engine .NET

Assembly: OptimaJet.Workflow.BpmnPlugin

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.

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
ProcessDefinition
ProcessDefinition
The definition of the converted process.
Issues
ImmutableList<String>
A list of issues encountered during the conversion of the process.
Hint
ConvertedProcessHint
An optional hint providing additional information or instructions regarding the converted process.

Properties

Name
Type
ProcessDefinition #
ProcessDefinition
The definition of the converted process.
Issues #
ImmutableList<String>
A list of issues encountered during the conversion of the process.
Hint #
ConvertedProcessHint
An optional hint providing additional information or instructions regarding the converted process.
HasIssues #
Boolean
Gets a value indicating whether the converted process has any issues encountered during the conversion.
DontSave #
Boolean
Gets a value indicating whether the converted process should not be saved.