GitHub user Jagrab3 added a comment to the discussion: Run workflow using Hop server and REST api
I managed to start the workflow but using "asynchronous web service". The repository must be available for hop-server. Then you start the workflow like in the example below: Web service name is runPipeline. It takes parameters pipeline and limit_rows  Run: http://localhost:8080/hop/asyncRun/?service=runPipeline&pipeline=test_with_translation&limit_rows=100000 Monitor: http://localhost:8080/hop/asyncStatus/?service=runPipeline&id=f5fc514c-4df0-4aae-81e1-0fb992bb5d03 GitHub link: https://github.com/apache/hop/discussions/5373#discussioncomment-13388568 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
