After that i have used type into activity to type user name and paswword and from property panel i passed the argument and variable which i created on above img.
now, i have invoked this workflow in initAllAplication workflow, but it is failed.
yes, i have copied in_config argument from initAllAplication workflow and used in current workflow and used this argument in get credential activity to read the value from config file
yes, but you are not receiving any value, please check when invoking the in_config argument, if it is in the proper direction, also if you are passing the correct value, this argument cannot be null
I guess you ran the init all aplications xaml separately…you have to run it from main…because the config is read in initallsettings amd then the config is initiated…that variable is passed into init applications xaml which you are using to pass into your workflow you created…