Skip to main content

FlowNodeProperties

Defines the basic properties for a workflow node, including its type and name.

Properties

NameDescription
NodeNameRepresents the name of the node in the workflow.
NodeTypeSpecifies the type of the node in the workflow.
IsChangedIndicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.
CaptionA dictionary containing captions for workflow objects, mapping identifiers to their display names.