Represents an AI Workflow in Wacht
id
(string, optional): The unique identifier of the AI workflow.name
(string, optional): The name of the AI workflow.description
(string, optional): A description of the AI workflow.trigger_type
(string, optional): The type of trigger for the workflow (‘manual’, ‘webhook’, ‘schedule’, or ‘event’).steps
(AiWorkflowStepsInner[], optional): A list of steps in the workflow.is_active
(boolean, optional): Indicates if the workflow is active.created_at
(string, optional): The timestamp when the workflow was created.updated_at
(string, optional): The timestamp when the workflow was last updated.