# Creates a workflow Endpoint: POST /platform-config/v1/workflows Version: 1.0.0 ## Request fields (application/json): - `workflowName` (string) - `description` (any, required) - `workflowType` (any, required) Enum: "DOCUMENT", "RELATIONAL_DB", "CONVERSATION", "ENTERPRISE_APPLICATION" - `workflowTemplate` (any) - `sourceId` (any) - `destinationId` (any) - `nodes` (array, required) - `nodes.title` (string) - `nodes.operation` (string) - `nodes.nodeType` (string) - `nodes.order` (any) - `nodes.config` (object) - `nodes.config.settings` (object) - `nodes.dependencies` (array) - `schedule` (any) Enum: "EVERY_15_MINUTES", "EVERY_HOUR", "EVERY_2_HOURS", "EVERY_4_HOURS", "EVERY_6_HOURS", "EVERY_8_HOURS", "EVERY_10_HOURS", "EVERY_12_HOURS", "DAILY", "WEEKLY", "MONTHLY"