WorkflowRegistration
June 23, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | str | :heavy_check_mark: | Unique identifier of the workflow registration |
deployment_id | OptionalNullable[str] | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. Deprecated. Use deployment_name instead. Will be removed in a future release. |
task_queue | OptionalNullable[str] | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. Deprecated. Use deployment_name instead. Will be removed in a future release. |
definition | models.WorkflowCodeDefinition | :heavy_check_mark: | N/A |
workflow_id | str | :heavy_check_mark: | Workflow ID of the workflow |
workflow | OptionalNullable[models.Workflow] | :heavy_minus_sign: | Workflow of the workflow registration |
deployment_name | OptionalNullable[str] | :heavy_minus_sign: | Name of the deployment this registration belongs to |
compatible_with_chat_assistant | Optional[bool] | :heavy_minus_sign: | Whether the workflow is compatible with chat assistant |