I need small help to understand how to pass and get parameters from UiPath Orchestrator.
Here is my requirement:
Existing process A should pass parameters to orchestrator and triggers process B (Triggering of process B by the Process A is done but don’t know how to pass parameter from process A)
Process B should read parameters from orchestrator which is passed by Process A. I guess API needs to be use but don’t know how to implement.
Please help me how to implement above requirement. If anyone can share sample workflow would greatly appreciated.