Execute a workflow by its ID asynchronously via Hatchet event push.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request model for triggering workflow execution.
Attributes: workflow_id: UUID of the workflow to execute. run_config: Optional run configuration override for workflow-triggered tests. build_config: Optional build configuration override for this execution. override_build_config: When True with build_config, overrides test builds.
Complete configuration for a test run.
Build configuration override for this workflow execution
When True, build_config overrides individual test build configurations
Successful Response