| Field | Type | Required | Description |
|---|---|---|---|
id |
str | ✔️ | Unique identifier of the workflow registration |
deployment_id |
OptionalNullable[str] | ➖ | Deployment ID this registration belongs to |
task_queue |
OptionalNullable[str] | ➖ | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. Deprecated. Use deployment_id instead. Will be removed in a future release. |
definition |
models.WorkflowCodeDefinition | ✔️ | N/A |
workflow_id |
str | ✔️ | Workflow ID of the workflow |
workflow |
OptionalNullable[models.Workflow] | ➖ | Workflow of the workflow registration |
compatible_with_chat_assistant |
Optional[bool] | ➖ | Whether the workflow is compatible with chat assistant |