shivanandullagaddi opened a new issue, #6005:
URL: https://github.com/apache/hop/issues/6005

   Hello Team,
   
   I am currently working on integrating Apache Hop with an external platform 
(Salesforce Apex) where pipelines need to be created and updated dynamically 
based on user inputs.
   
   I reviewed the Hop Server REST API documentation here:
   [https://hop.apache.org/manual/latest/hop-server/rest-api.html]
   
   The available endpoints such as addPipeline, registerPipeline, addExport, 
startPipeline, etc., all focus on executing or registering pipelines. However, 
there is no REST API endpoint documented that allows:
   
   1. Creating a new pipeline (.hpl) dynamically
   2. Updating an existing pipeline (.hpl) programmatically
   3. Modifying pipeline structure (transforms, hops, metadata) via API
   
   Currently, to run a pipeline via API, Hop expects the full pipeline XML to 
be included inside <pipeline_configuration>, which must already contain a valid 
and complete pipeline definition. This means the pipeline must be manually 
created in Hop GUI or generated externally.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to