Hello,
I triggered another process with the HttpRequest activity and added a json body to it. The process has been successfully triggered. But how can I read the parameters I sent in this json data in the triggered process.
Can you help me?
Hello,
I triggered another process with the HttpRequest activity and added a json body to it. The process has been successfully triggered. But how can I read the parameters I sent in this json data in the triggered process.
Can you help me?
Hey @selahattin.sert
If you want to pass arguments to the job you triggered, you need to use the arguments property when you trigger & the same arguments should also be created in the project’s main file.
Hope this helps.
Thanks
#nK
{“startInfo”:{“ReleaseKey”:“10348db3-2be1-4818-994d-d728ba25af31”,“Strategy”:“Specific”,“RobotIds”:[2],“InputArguments”:“{"tarih":"31.01.2022"}”}}
First Process sended this Body. I create in arguments in the main with tarih name. Then write tarih with Log message. But tarih is empty.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.