use the run_id as the primary key for input text context feature flag (#3412)
This commit is contained in:
@@ -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
|
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 = app.EXPERIMENTATION_PROVIDER.is_feature_enabled_cached(
|
||||||
"ENABLE_PARSE_SELECT_IN_EXTRACT",
|
"ENABLE_PARSE_SELECT_IN_EXTRACT",
|
||||||
organization_id,
|
current_run_id,
|
||||||
properties={"organization_id": organization_id, "task_url": task_v2.url},
|
properties={"organization_id": organization_id, "task_url": task_v2.url},
|
||||||
)
|
)
|
||||||
skyvern_context.set(
|
skyvern_context.set(
|
||||||
|
|||||||
Reference in New Issue
Block a user