Hi team,
I’m trying to trigger an API request to use a front-end application to one of the Cloud Orchestrator processes.
The use case is:
- Upload an excel file in the web application
- Click submit button, which in turn triggers an API request to orchestrator with the Excel as a payload
this is the part where I need some input:
- Is it possible to send an excel file as a payload to the API that triggers the job from the orchestrator?
- If the Excel payload comes in, how to store it somewhere and have it as an input argument to process?
Currently, My process has an input argument as String which I use to get the Excel path.