Hello! I am using nested jobs in project. How do I retrieve variables these jobs produce? Only the job metadata is accessible on this level…
Uploading screenshots gives me an error, so here is a link to it: https://files.catbox.moe/zzufx5.png
Hello! I am using nested jobs in project. How do I retrieve variables these jobs produce? Only the job metadata is accessible on this level…
Uploading screenshots gives me an error, so here is a link to it: https://files.catbox.moe/zzufx5.png
Thanks @Anil_G, but the problem persists.
I did as you suggested: https://files.catbox.moe/c5i8xf.PNG - the argument regex is set on Out. The process has been updated and published.
Now, I try to use the process in other project… and it does not produce any additional variable, still only processId and jobId:
The response of start job will always be that because it runs async…so the api will give only created details
You need to perform get jobs using id and then get the output arguments as response
Cheers