Hello Everybody,
In my process, i change the values of my variables via the Rest API message resource.
In fact, i’m calling Uipath Robot which responds the engine with new variables values using this structure :
{
“messageName” : “value of correlation message”,
“processVariables” : {
“Variable Name 1”:{“value” : “value”, “type” : “variable type” },
“Variable Name 2”:{“value” : “value”, “type” : “variable type” },
…
}
}
My problem is that when i complete a task and go to the next task the variables values changes ???
Can you tell me why i have this, i really need your help ?
Thank you