Passing arguments

I am passing one argument from Invoke work flow activity to another sequence, howevere it is not getting passed. Can anuone help on this?

@MaheshShelke Refer this zip file InvokeWorkflow.zip (12.3 KB)

Buddy @MaheshShelke

Great…
Whenever a argument is passed between two workflows we need to make sure the following buddy

  1. first the place from where the argument is passed must have a argument of type OUT in its argument type
  2. the workflow where its taking that argument must have a type IN in the import argument option in the invoke workflow activity
  3. Make sure this is available for sure
  4. Thats all buddy you are done…

kindly try this and let know whether this works or not buddy @MaheshShelke

Cheers

1 Like