apache / hop

Hop Orchestration Platform
https://hop.apache.org/
Apache License 2.0
985 stars 354 forks source link

[Task]: Reviewing the class org.apache.hop.www.jaxrs.WorkflowResource #4560

Open nadment opened 1 week ago

nadment commented 1 week ago

What needs to happen?

Use carte and job

@Path("/carte/workflow") public class WorkflowResource {

public WorkflowStatus startJob(@PathParam("id") String id) public WorkflowStatus stopJob(@PathParam("id") String id) public Response removeJob(@PathParam("id") String id) public WorkflowStatus addJob(String xml)

Same for Pipeline

@Path("/carte/pipeline") public class PipelineResource {

Issue Priority

Priority: 3

Issue Component

Component: Hop Server