Split large WF, issue passing variables

  • 13 August 2018
  • 1 reply
  • 2 views

Badge +3

Hello,

I have a huuuge workflow that needs to be splited and I have issue passing.

I did red

Passing variables between Nintex workflows | My Learnings 

Start a Workflow using a Web Service 

and this helped me a lot.

Passing variable with an xml string works on my test workflows but not on the one I have to split.

I can see that my string is built correctly in my parent workflow but in the child workflows, the variables remains empty. I am using the same parameters for the call web service as in my test that works.

So could it be that the name of the variables create issue when trying to fill them in the child workflow? What do you advice to check?


1 reply

Badge +3

Well, as often, once you post, you find the solution.

Minutes later I realisedI had forgotten the "/" in my varaible naming in the xml

<var_1>{var1}<var_1> instead of <var_1>{var1}</var_1>

Stupid me ><

Reply