public interface WorkflowManager
| Modifier and Type | Method and Description |
|---|---|
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
|
List<String> getSchedules()
ScheduleManager getSchedule(String scheduleId)
ScheduleManager instance to manage the schedulescheduleId - of the workflow to retrieveScheduleManager instance to manage the schedule identified by scheduleIdList<co.cask.cdap.proto.RunRecord> getHistory()
RunRecord workflow historyCopyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.