Thank you so much Bart, I completely missed out that function. Is there something like that for the pipeline_execution_configuration section or should I prepare it by hand?
Regards, Alessandro From: Bart Maertens <[email protected]> Sent: Wednesday, 24 April 2024 15:53 To: [email protected] <[email protected]> Subject: Re: How to use the registerPipeline/registerWorkflow REST API outside Hop GUI? 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
