In Workflow Manager 1.0, how can I access value of Workflow 'Out' argument from the client?

244 Views Asked by At

This article describes how to read Out arguments of a Workflow, but when using Workflow Manager 1.0, you don't have access to the workflow running in a host:

I have read the following documents about Workflow Manager 1.0

I have downloaded and dissected he sample code provided by microsoft, but the information I need is not included.

All the samples appear to return values using

WorkflowInstance.UserStatus

and set this using a SetUserStatus activity in the workflow, which isn't much use if you want to read the value of an Out argument defined in the workflow itself.

0

There are 0 best solutions below