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>

Type Hierarchy

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

public ConvertedProcessHintType HintType { get; init; } #
The type of the hint, specifying the nature of the guidance for the converted process.
public string Message { get; init; } #
An optional message providing context or details about the hint.