Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nadment opened this issue Nov 12, 2024 · 0 comments
Open

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

nadment opened this issue Nov 12, 2024 · 0 comments

Comments

@nadment
Copy link
Contributor

nadment commented Nov 12, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant