- Issue created by @D34dMan
- 🇩🇪Germany D34dMan Hamburg
FlowDrop Workflow Entity
The FlowDrop Workflow (flowdrop_workflow) entity is a configuration entity that stores workflow definitions with the following properties:
Core Properties
- id: Unique identifier for the workflow
- label: Human-readable name for the workflow
- description: Detailed description of the workflow
- status: Whether the workflow is enabled/disabledWorkflow Data
- nodes: Array of workflow nodes with their configurations
- edges: Array of connections between nodes
- metadata: Additional workflow metadata and settingsAudit Information
- created: Timestamp when the workflow was created
- changed: Timestamp when the workflow was last modified
- uid: User ID who created the workflow