Assignment 1 level 3 System_login issues

Hi
Can someone help me resolve this issue! Though parameters in config & System1_login are same!

InitAllApplications.xaml (7.3 KB)
System1_Login.xaml (16.3 KB)

@preeharris

just click on import argument where you call the workflow and pass the values in the arguments accordingly

Yes done.
Still exception is being thrown

@preeharris,

First go to that invoked workflow and declare arguments and specify direction - In, Out or In/Out and save it.Then pass arguments to that workflow and make sure Argument datatype should be same.

Hi,
you are passing arguments to system1_login workflow but there are no arguments created in system1_login workflow Can you try creating the arguments and then in initAllAplication Workflow, invoke workflow file activity import arguments give the required input


Please refer the image and let us know if this works

Regards,
Pavan H

Hi,

Please check the arguments you’ve used while invoking the workflow and arguments in the workflow are same and all arguments are binded correctly.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.