R – How to pass parameter from receiveActivity to another activity

workflowworkflow-activityworkflow-foundation

Is it possible to pass the parameters of a ReceiveActivity to an Activity in a no-code behind?

I don't want to create a property on the workflow.

I did click on Bind property of the Activity, but it doesn't show the ReceivedActivity parameters.

Best Answer

Try it the other way round. Click on Bind property of the parameter.

Related Topic