I have a workflow that I’m working on SharePoint 2010 and I’ve built a custom action and it has an outbound parameter of ActionResult.
I want to be able to set a work flow variable to the value of this outbound parameter. I can’t see to find
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The issue as to why I couldn’t take the output variable of my custom action into the list was because of an incorrect DesignerType value in the .actions file.
Here is the old code:
Here is the correct code:
Once that change was made, setting the output variable into a workflow variable became very intuitive.