use the run_id as the primary key for input text context feature flag (#3412)

This commit is contained in:
Shuchang Zheng
2025-09-11 15:23:37 -07:00
committed by GitHub
parent b7515919d7
commit 7a8974f6c7

View File

@@ -468,7 +468,7 @@ async def run_task_v2_helper(
current_run_id = context.run_id if context and context.run_id else task_v2_id
enable_parse_select_in_extract = app.EXPERIMENTATION_PROVIDER.is_feature_enabled_cached(
"ENABLE_PARSE_SELECT_IN_EXTRACT",
organization_id,
current_run_id,
properties={"organization_id": organization_id, "task_url": task_v2.url},
)
skyvern_context.set(