This is a discussion on Workflow Foundation: How do I get the workflow instance ID in external method? - DOTNET ; I need to get the workflow instance ID in an external method called by a external method activity to save instance specific data in the db. how do I get the instance inside the external method? I tried to pass ...
I need to get the workflow instance ID in an external method called by
a external method activity to save instance specific data in the db.
how do I get the instance inside the external method? I tried to pass
it as a parameter but where do I get it inside the workflow designer?
Thanks!