How to trigger a workflow via URL in Apache Hop Server running in Docker? #5135
-
Hi everyone, Need some help!!! I’ve set up Apache Hop Server inside a Docker container using the official apache/hop image. The server is running at: http://localhost:8181/hop/status/ It shows the UI and status page correctly (see attached screenshot). Any guidance or example would be super helpful. Thanks a lot in advance!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The simplest way to do this is to create a Hop Web Service |
Beta Was this translation helpful? Give feedback.
The simplest way to do this is to create a Hop Web Service
If you want to do everything via web calls (add a pipeline and execute it) the best answer currently can be found here.