You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: