But, in the tutorial it is mentioned that when we extract the work flow, the global variables will automatically convert into arguments. That where i am confused
Hi @rameshgp43
you can see arguments only when you create or declare them in arguments panel,
if you declare in variables panel and click import arguments you cant find any.
Yup in the tutorial its bit confusing. You must declare “userid”,“password” in Login workflow as arguments with direction in. So now when you call the workflow for login and by clicking import arguments you can see the variables “userid”,“password” and pass the values for both as you like.