Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 7.92 KB

File metadata and controls

15 lines (12 loc) · 7.92 KB

WorkflowRegistration

Fields

Field Type Required Description
id str ✔️ Unique identifier of the workflow registration
deployment_id OptionalNullable[str] : 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] : 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 ✔️ N/A
workflow_id str ✔️ Workflow ID of the workflow
workflow OptionalNullable[models.Workflow] Workflow of the workflow registration
deployment_name OptionalNullable[str] Name of the deployment this registration belongs to
compatible_with_chat_assistant Optional[bool] Whether the workflow is compatible with chat assistant