workflow foundation 4 - Using OutArgument in Definition of another Activity -
i'm creating workflow can call custom activity called post webrequest , return response xmldoc. tried return dynamic didn't work. want take specific value in xml doc , add post dada of next post call chain calls together. can't figure out how response data first post post data of second post. appreciated. variable<xmldocument> output1 = new variable<xmldocument>(); activitybuilder ab1 = new activitybuilder(); ab1.name = "customworkflow"; ab1.implementation = new sequence { activities = { new post() { postdata = "<xml></xml>", endpoint = "www.test.co