I am using Orchestrator API ( v2018.2 ) to invoke my workflow which I am able to do successfully by following steps below:
- Authenticate to get token
- Invoke workflow by providing token and ReleaseKey
Above steps are working fine.
In addition to above steps, I want to pass input arguments to workflow through Orchestrator API call ( https://platform.uipath.com/odata/Jobs/UiPath.Server.Configuration.OData.StartJobs ).
Can anyone guide me how to pass arguments in above mentioned scenario ?