|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WorkflowManager
Workflow manager interface for managing the workflow and its schedules
| Method Summary | |
|---|---|
List<co.cask.cdap.proto.RunRecord> |
getHistory()
Get the history of the workflow |
ScheduleManager |
getSchedule(String scheduleId)
Get the ScheduleManager instance to manage the schedule |
List<String> |
getSchedules()
Get the list of schedules of the workflow |
| Method Detail |
|---|
List<String> getSchedules()
ScheduleManager getSchedule(String scheduleId)
ScheduleManager instance to manage the schedule
scheduleId - of the workflow to retrieve
ScheduleManager instance to manage the schedule identified by scheduleIdList<co.cask.cdap.proto.RunRecord> getHistory()
RunRecord workflow history
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||