Accessing Arguments, Workflow Variables from custom activities
I have a workflow composed of many custom activities. All these activities need to access startup arguments of the workflow itself. I can define InArgument inside all these custom activities and bind the workflow arguments to custom activity arguments but I am not comfortable with this solution. What is the best way to access workflow level argument and variable declarations from custom activities. Can I get them from ActivityContext? Thanks. One way we've looked at this with our custom activities is using the Properties property available in the ActivityContext. We have an activity with an