Arguments will pass through to one workflow to another workflow

ask@vajrang in for each activity getting object instance is not set to an object in one workflow to another workflow

Hi @Singeetham_Sricharan ,

Please check all the arguments used have value initialized or not.

Regards,
Ranjith Udayakumar

@Singeetham_Sricharan

When you invoke a workflow and if argumnets are added make sure you click on import arguments in invoke workflow activity and then link the argumnets with values or variables so that the data ia passed

And if they are out arguments then inside the xaml we need to intialize them

Cheers