Uipath Missing arguments

is there a way to check which invoked workflows have missing arguments!!!

Please provide some shortcut method to use if it is available

Hi,

How about enabling Workflow Analyzer Rule ST-MNG-012? We can detect if IN-type-argument is passed no data.

Regards,

image

I am looking to find solutions for this situation

Hi @Ritaman_Baral

Please check you haven’t passed the arguments and variables properly. When ever you haven’t passed the arguments then the yellow color will be shown beside import arguments as shown in the image. When you click on the import arguments then you can see over there that the what arguments haven’t been assigned with the variables. If you don’t want the arguments or else wanted to delete those arguments then you can use the remove unused arguments and the unused arguments will be removed from the workflow.

Regards

Hi @Ritaman_Baral

If the arguments haven’t passed it will show the Import Arguments option will highlight in Invoke Workflow activity. we have to check manually there is no other approach for it. When it shows in Highlight then we have to click on Import Arguments and pass the variables to the arguments.

There is no other approach we have to check manually, that’s it.

Hope it helps!!

HI,

Can you try to press ImportArguments button then set value to pass?

image

Regards,

I know the issue… I am looking for workflow analyzer to find out if import arguments is missing

Hi,

I think ST-MNG-012 is useful for case of argument is added or renamed because it will be default value if not set in caller.
Or if argument is deleted in callee xaml, compile error will occurs.

If you have any other case to concern, can you share it?

Regards,

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