public interface FlowExecutionResourceHandler
| Modifier and Type | Method and Description |
|---|---|
com.linkedin.restli.server.UpdateResponse |
delete(com.linkedin.restli.common.ComplexResourceKey<FlowStatusId,com.linkedin.restli.common.EmptyRecord> key)
Kill a running
FlowExecution |
FlowExecution |
get(com.linkedin.restli.common.ComplexResourceKey<FlowStatusId,com.linkedin.restli.common.EmptyRecord> key)
Get
FlowExecution |
List<FlowExecution> |
getLatestFlowExecution(com.linkedin.restli.server.PagingContext context,
FlowId flowId,
Integer count,
String tag,
String executionStatus)
Get latest
FlowExecution |
void |
resume(com.linkedin.restli.common.ComplexResourceKey<FlowStatusId,com.linkedin.restli.common.EmptyRecord> key)
Resume a failed
FlowExecution from the point before failure |
FlowExecution get(com.linkedin.restli.common.ComplexResourceKey<FlowStatusId,com.linkedin.restli.common.EmptyRecord> key)
FlowExecutionList<FlowExecution> getLatestFlowExecution(com.linkedin.restli.server.PagingContext context, FlowId flowId, Integer count, String tag, String executionStatus)
FlowExecutionvoid resume(com.linkedin.restli.common.ComplexResourceKey<FlowStatusId,com.linkedin.restli.common.EmptyRecord> key)
FlowExecution from the point before failurecom.linkedin.restli.server.UpdateResponse delete(com.linkedin.restli.common.ComplexResourceKey<FlowStatusId,com.linkedin.restli.common.EmptyRecord> key)
FlowExecution