-
Notifications
You must be signed in to change notification settings - Fork 80
Deployment of GenAiPlannerBundle fails with invalid analyzeSemanticData invocation target #3649
Copy link
Copy link
Open
Labels
area:afdxCLI issue within plugin-agent or agents libraryCLI issue within plugin-agent or agents librarybugIssue or pull request that identifies or fixes a bugIssue or pull request that identifies or fixes a bugmore information requiredIssue requires more information or a response from the customerIssue requires more information or a response from the customerowned by another teamThe Salesforce CLI team does not own this work but will pass on the information to the correct team.The Salesforce CLI team does not own this work but will pass on the information to the correct team.
Description
Activity
Metadata
Metadata
Assignees
Labels
area:afdxCLI issue within plugin-agent or agents libraryCLI issue within plugin-agent or agents librarybugIssue or pull request that identifies or fixes a bugIssue or pull request that identifies or fixes a bugmore information requiredIssue requires more information or a response from the customerIssue requires more information or a response from the customerowned by another teamThe Salesforce CLI team does not own this work but will pass on the information to the correct team.The Salesforce CLI team does not own this work but will pass on the information to the correct team.
Summary
We have a Tableau Next / Agentforce Analytics Agent (UKC_Distribution_Analytics_Assistant) developed in a DEV sandbox.
The agent was created successfully in DEV using Agentforce Builder and includes a Data Analysis subagent with the standard action Analyze Data.
Metadata was retrieved successfully using Salesforce CLI (@salesforce/cli) and committed to source control.
When deploying the same metadata to a SIT sandbox, deployment fails with: The invocation target value 'analyzeSemanticData' (type: standardInvocableAction) for action 'AnalyzeSemanticData_179Q10000008Tw5' is invalid. Check that the referenced target exists in your org, or update the invocation target field with a valid value.
Architecture
Data Cloud One
Home Org + Companion Org model
We are creating GenAiPlannerBundle in companion org DEV sandbox, and deploying to SIT sandbox using 'sf project deploy' CLI command.
Steps To Reproduce
Expected result
AI Planner Bundle created, and Salesforce would return a PlannerId using which BotVersion can be created.
Actual result
The invocation target value 'analyzeSemanticData' (type: standardInvocableAction) for action 'AnalyzeSemanticData_179Q10000008Tw5' is invalid
Additional information
Metadata snippet:
Analytics__AnalyzeSemanticData
AnalyzeSemanticData_179Q10000008Tw5
analyzeSemanticData
standardInvocableAction
System Information
We are executing @salesforce/cli commands on Azure DevOps pipelines hosted on dynamic linux agents
{ "error": { "message": "Cannot read properties of undefined (reading '2.150.6')", "name": "TypeError" } }