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
- first the place from where the argument is passed must have a argument of type OUT in its argument type
- the workflow where its taking that argument must have a type IN in the import argument option in the invoke workflow activity
- Make sure this is available for sure
- Thats all buddy you are done…
kindly try this and let know whether this works or not buddy @MaheshShelke
Cheers
1 Like