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 configureOptional:
config: Configuration overridesschedule: Schedule configuration for automated executiontriggers: Event-based triggers for workflow executionDocumentation Index
Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.
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.
{
"processor_config": {
"enable_profiling": true,
"profile_sample": 1000
},
"source_config": {
"database": "analytics",
"host": "db.example.com",
"port": 5432,
"type": "postgres"
}
}Schedule configuration for automated execution
Event-based triggers for workflow execution
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
{ "confidence_threshold": 0.85 }Schedule summary
{
"cron_expression": "0 0 * * *",
"enabled": true
}List of triggers