Hello everybody.
I have a problem with my session "prgCtx" and i don't know why, i explain :
I have a script to manage the status of a workflow. The workflow pass to a statement "E20" to "E30" until "E40", "E50" and "E999" (it's an example to explain you the workflow).
An agent run the script to pass to the next workflow, it's works well until "E50" but i don't understand why but it doesn't work from "E50" to "E999". Indeed, i loose my session for this step.
But why do i loose the session for this step if it works for the others ?
So, in my custom functions i search again the session and the script follow, but now i have the same problem in a standard function.
I tried to create a feature with the session but it doesn't change anything.
Do you know how i could keep my session ? I pass it in parameter but i loose it.
Thank you.