In WorkflowInvoker.Invoke Method (Activity, IDictionary)
The second parameter takes the arguments for the activity (first parameter). Does it just takes “InArguments” or is there a way can I set any public property of the activity? Specificly if my custom activity has properties that require activities as arguments(I.E child activity in an activity). Msdn docs and source not exactly all that clear to me. Thx!
In WorkflowInvoker.Invoke Method (Activity, IDictionary) The second parameter takes the arguments for the activity
Share
Yes, Yes I can. my issue was with my parent activity. I added an unnecessary level of complexity to the whole damn thing. I can get into details if anyone would like. If not I guess I just SO to answer my own question again lol…