FlowNodeProperties
Defines the basic properties for a workflow node, including its type and name.
Properties
Name | Description |
---|---|
NodeName | Represents the name of the node in the workflow. |
NodeType | Specifies the type of the node in the workflow. |
IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |
Caption | A dictionary containing captions for workflow objects, mapping identifiers to their display names. |