Class ConvertedProcessHint
OptimaJet.Workflow.BpmnPlugin.Import.ConvertedProcessHint
Represents a hint that provides additional information about a converted process.
Namespace: OptimaJet.Workflow.BpmnPlugin.Import
public record ConvertedProcessHint : IEquatable<ConvertedProcessHint>Type Hierarchy
- ConvertedProcessHint Current type
- Implemented interfaces
Constructors
public ConvertedProcessHint(ConvertedProcessHintType HintType, string Message) #Represents a hint that provides additional information about a converted process.
Parameters
Name
Type
Description
HintTypeConvertedProcessHintTypeThe type of the hint, specifying the nature of the guidance for the converted process.
MessageStringAn optional message providing context or details about the hint.