Update AI workflow configuration
update_workflow
function updates an existing AI workflow’s configuration.
name
: Workflow namedescription
: Workflow descriptionsteps
: Array of workflow stepsis_active
: Whether workflow is activeResult<AiWorkflow>
containing the updated workflow details.