You need to sign in to do that
Don't have an account?
Error: myRule_1_A1 (Action Call) - We can't find an action with the name and action type that you specified.
I created a process builder flow for an email alert and added it to our package. When I tried to deploy the change to another developer org (using ant), I'm encountering the below error.
[sf:deploy] -----------------------------------------------------------------------------------
[sf:deploy] Component Failures:
[sf:deploy] 1. flows/Complaint_Email_Notification-8.flow -- Error: myRule_1_A1 (Action Call) - We can't find an action with the name and action type that you specified.
[sf:deploy] -----------------------------------------------------------------------------------
I came across this know issue that seems like the same issue I'm facing, but says it's fixed.
https://success.salesforce.com/issues_view?id=a1p300000008Y2MAAU
Seems like the myRule_1_A1 is the API name given to the flow components in the background.
Has anyone run into this issue?
[sf:deploy] -----------------------------------------------------------------------------------
[sf:deploy] Component Failures:
[sf:deploy] 1. flows/Complaint_Email_Notification-8.flow -- Error: myRule_1_A1 (Action Call) - We can't find an action with the name and action type that you specified.
[sf:deploy] -----------------------------------------------------------------------------------
I came across this know issue that seems like the same issue I'm facing, but says it's fixed.
https://success.salesforce.com/issues_view?id=a1p300000008Y2MAAU
Seems like the myRule_1_A1 is the API name given to the flow components in the background.
Has anyone run into this issue?
We managed to resolve this. Apparently creating a dummy workflow and pulling those existing email alerts (referenced in the flow) and deploying with that updated workflow file (which now has the email alerts and which is typically where the email alerts usually reside) resolved the issue. I deployed with the 33.0 API version I had initially and it worked just fine. This workaround was suggested here.
https://github.com/srikant12/DepTest/search?utf8=✓&q=DiscountRejected
Thanks for looking into this.
All Answers
You can determine your ant jar version by following the steps in this link [1]. I don't have a good way to do it in non-linux environments.
[1] https://github.com/pcon/ant-salesforce#linux
I'm trying to get the api version of the ant jar. I can locate the ant-salesforce.jar file, but figuring out how to get the API version. I'll keep looking.
FWIW, When I extracted the ant-salesforce.jar file, I got some version numbers in the following files that says 24.0. Not sure if it's relevant.
ant-Salesforce-->META-INF-->maven-->com.force.api-->force-wsc-->pom.properties
ant-Salesforce-->META-INF-->maven-->com.force.api-->force-wsc-->pom.xml
#Generated by Maven
#Mon Feb 06 11:22:08 PST 2012
version=24.0.0
groupId=com.force.api
artifactId=force-wsc
NOTE: Please use the "Add a code sample" button (icon <>) when adding code to increase readability and make it easier to reference
Here's the build.xml
We managed to resolve this. Apparently creating a dummy workflow and pulling those existing email alerts (referenced in the flow) and deploying with that updated workflow file (which now has the email alerts and which is typically where the email alerts usually reside) resolved the issue. I deployed with the 33.0 API version I had initially and it worked just fine. This workaround was suggested here.
https://github.com/srikant12/DepTest/search?utf8=✓&q=DiscountRejected
Thanks for looking into this.
Was anyone able to find out the whats the meaning of FlowActionCall|myRule_1_A1 error in debug log? i ran into this error while runninga flow with a process builder.
Thank you
myRule_1_A1 (Action Call) - We can't find an action with the name and action type that you specified.
Simple fix - remove and re-add the process to the changeset.
@TerryWyman - I'm sure you've already resolved this. Just thought I'd add answer for those of us deploying using changesets.
<members>object api name.email alert api name</members>
<name>WorkflowAlert</name>
</types>
use this to deploy email alert using package.xml
I receive the same error.
myRule_9_A1 (Action) - We can't find an action with the name and action type that you specified.