do not publish workflow by default (#3561)

This commit is contained in:
Shuchang Zheng
2025-09-30 09:07:59 -07:00
committed by GitHub
parent bcb56c4057
commit 0b6de65c6f

View File

@@ -154,7 +154,7 @@ async def initialize_task_v2(
totp_identifier: str | None = None,
totp_verification_url: str | None = None,
webhook_callback_url: str | None = None,
publish_workflow: bool = True,
publish_workflow: bool = False,
parent_workflow_run_id: str | None = None,
extracted_information_schema: dict | list | str | None = None,
error_code_mapping: dict | None = None,