Workflow Engine .NET

Assembly: OptimaJet.Workflow.BpmnPlugin

Class ConvertedProcessHint

OptimaJet.Workflow.BpmnPlugin.Import.ConvertedProcessHint

Represents a hint that provides additional information about a converted process.

public record ConvertedProcessHint : IEquatable<ConvertedProcessHint>

Inheritance

  • System.Object

Implemented Interfaces

  • System.IEquatable{OptimaJet.Workflow.BpmnPlugin.Import.ConvertedProcessHint}

Constructors

public ConvertedProcessHint(ConvertedProcessHintType HintType, string Message) #
Represents a hint that provides additional information about a converted process.

Parameters

Name
Type
Description
HintType
ConvertedProcessHintType
The type of the hint, specifying the nature of the guidance for the converted process.
Message
String
An optional message providing context or details about the hint.

Properties

Name
Type
HintType #
ConvertedProcessHintType
The type of the hint, specifying the nature of the guidance for the converted process.
Message #
String
An optional message providing context or details about the hint.