Create Workflow Configuration
Create a new workflow configuration with custom settings, schedule, and triggers.
This creates a configuration that can be used to run workflows with specific settings.
Required:
workflow_definition_id: ID of the workflow definition to configure
Optional:
config: Configuration overridesschedule: Schedule configuration for automated executiontriggers: Event-based triggers for workflow execution
Authorizations
JWT Bearer token authentication. Include the token in the Authorization header as: Authorization: Bearer <token>. The JWT must contain valid client_id, and project_id claims for tenant isolation and SDK routing.
Body
Request body for creating a workflow configuration.
ID of the workflow definition to configure
"550e8400-e29b-41d4-a716-446655440001"
Configuration overrides for this workflow configuration.
Schedule configuration for automated execution
Event-based triggers for workflow execution
Response
Successful Response
Response for workflow configuration creation.
Created configuration identifier
"123e4567-e89b-12d3-a456-426614174000"
Creation timestamp (ISO 8601)
"2024-01-15T10:30:00Z"
Applied configuration
Schedule summary
List of triggers

