Hi, I need to find a way how can we pass the data related to a particular job (the parameters fulfilled by the User in real time) while starting a job using Orchestrator API
Hi , i have the same challenge. Did you find the solution?
Hi Indiop,
I passed that hurdle by storing the data in the queue as a “queueItem” (before the execution of the process) and in that process, I took those items from the queue and deleted that item irrespective of the process final status.
I was in 2018.3 version at that time and I think in the latest versions they introduced some solution to this problem.