Hi Alessandro, Did you check the documentation for registerPipeline[1]? The metadata is basically a base64 encoded GZip content of your project's metadata that you can get from "Hop Icon -> export metadata to JSON" in Hop Gui.
[1] https://hop.apache.org//manual/latest/hop-server/rest-api.html#_register_pipeline Regards, Bart On Wed, Apr 24, 2024 at 3:41 PM Alessandro Baldoni < [email protected]> wrote: > Hi everyone, I need to use the registerPipeline/registerWorkflow REST API > outside the Hop GUI. > How can I prepare the XML for the pipeline/workflow as required by the API? > For instance, which kind of data is required in the metadata_json tag? > > Kindest regards, > Alessandro > > > >
