For MS CRM 2011 I have made custom workflow activity, but I’m not able to register it, because as an output parameter I’m trying to return
OutArgument<IEnumerable<EntityReference>>
which is propably not supported.
How can I return the collection or an array of entity refereces?
Thank you
This is list of supported types you can return on a custom workflow. Unfortunately
IEnumerableis not on the list 🙁