How to handle Workflows/Pipelines via REST API on Windows? #6264
Replies: 3 comments 4 replies
-
|
I recently asked a similar question #6226. A recap of what set me on the correct path.
|
Beta Was this translation helpful? Give feedback.
-
|
My pipelines and workflows were successfully running via hop-run and in the hop-gui. I would verify the pipeline works in the gui first. The argument for -e should be one of the lifecycleEnvironments defined in your hop-config.json and -p argument should be the project name defined in your hop-config.json. Basically the environment and project used to run the pipeline in the hop-gui |
Beta Was this translation helpful? Give feedback.
-
|
I'm also not sure you can combine the xml file and the arguments in the hop-server command. If you are using the XML, I would fill in the metadata folder part to point to the folder. |
Beta Was this translation helpful? Give feedback.





Uh oh!
There was an error while loading. Please reload this page.
-
Goal I am setting up Apache Hop Server on a Windows environment. My goal is to trigger Workflows and Pipelines remotely using the REST API.
Beta Was this translation helpful? Give feedback.
All reactions