diff --git a/skyvern/services/task_v2_service.py b/skyvern/services/task_v2_service.py index eb521898..06367f92 100644 --- a/skyvern/services/task_v2_service.py +++ b/skyvern/services/task_v2_service.py @@ -166,6 +166,7 @@ async def initialize_task_v2( ) -> TaskV2: task_v2 = await app.DATABASE.create_task_v2( prompt=user_prompt, + url=user_url, organization_id=organization.organization_id, totp_verification_url=totp_verification_url, totp_identifier=totp_identifier,