Interface ScheduleInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ScheduleInfo, ScheduleInfo.Builder

    @Generated(value="protoc",
               comments="annotations:ScheduleInfoOrBuilder.java.pb.meta")
    public interface ScheduleInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getActionCount

        long getActionCount()
         Number of actions taken so far.
         
        int64 action_count = 1;
        Returns:
        The actionCount.
      • getMissedCatchupWindow

        long getMissedCatchupWindow()
         Number of times a scheduled action was skipped due to missing the catchup window.
         
        int64 missed_catchup_window = 2;
        Returns:
        The missedCatchupWindow.
      • getOverlapSkipped

        long getOverlapSkipped()
         Number of skipped actions due to overlap.
         
        int64 overlap_skipped = 3;
        Returns:
        The overlapSkipped.
      • getRunningWorkflowsList

        java.util.List<WorkflowExecution> getRunningWorkflowsList()
         Currently-running workflows started by this schedule. (There might be
         more than one if the overlap policy allows overlaps.)
         Note that the run_ids in here are the original execution run ids as
         started by the schedule. If the workflows retried, did continue-as-new,
         or were reset, they might still be running but with a different run_id.
         
        repeated .temporal.api.common.v1.WorkflowExecution running_workflows = 9;
      • getRunningWorkflows

        WorkflowExecution getRunningWorkflows​(int index)
         Currently-running workflows started by this schedule. (There might be
         more than one if the overlap policy allows overlaps.)
         Note that the run_ids in here are the original execution run ids as
         started by the schedule. If the workflows retried, did continue-as-new,
         or were reset, they might still be running but with a different run_id.
         
        repeated .temporal.api.common.v1.WorkflowExecution running_workflows = 9;
      • getRunningWorkflowsCount

        int getRunningWorkflowsCount()
         Currently-running workflows started by this schedule. (There might be
         more than one if the overlap policy allows overlaps.)
         Note that the run_ids in here are the original execution run ids as
         started by the schedule. If the workflows retried, did continue-as-new,
         or were reset, they might still be running but with a different run_id.
         
        repeated .temporal.api.common.v1.WorkflowExecution running_workflows = 9;
      • getRunningWorkflowsOrBuilderList

        java.util.List<? extends WorkflowExecutionOrBuilder> getRunningWorkflowsOrBuilderList()
         Currently-running workflows started by this schedule. (There might be
         more than one if the overlap policy allows overlaps.)
         Note that the run_ids in here are the original execution run ids as
         started by the schedule. If the workflows retried, did continue-as-new,
         or were reset, they might still be running but with a different run_id.
         
        repeated .temporal.api.common.v1.WorkflowExecution running_workflows = 9;
      • getRunningWorkflowsOrBuilder

        WorkflowExecutionOrBuilder getRunningWorkflowsOrBuilder​(int index)
         Currently-running workflows started by this schedule. (There might be
         more than one if the overlap policy allows overlaps.)
         Note that the run_ids in here are the original execution run ids as
         started by the schedule. If the workflows retried, did continue-as-new,
         or were reset, they might still be running but with a different run_id.
         
        repeated .temporal.api.common.v1.WorkflowExecution running_workflows = 9;
      • getRecentActionsList

        java.util.List<ScheduleActionResult> getRecentActionsList()
         Most recent ten actual action times (including manual triggers).
         
        repeated .temporal.api.schedule.v1.ScheduleActionResult recent_actions = 4;
      • getRecentActions

        ScheduleActionResult getRecentActions​(int index)
         Most recent ten actual action times (including manual triggers).
         
        repeated .temporal.api.schedule.v1.ScheduleActionResult recent_actions = 4;
      • getRecentActionsCount

        int getRecentActionsCount()
         Most recent ten actual action times (including manual triggers).
         
        repeated .temporal.api.schedule.v1.ScheduleActionResult recent_actions = 4;
      • getRecentActionsOrBuilderList

        java.util.List<? extends ScheduleActionResultOrBuilder> getRecentActionsOrBuilderList()
         Most recent ten actual action times (including manual triggers).
         
        repeated .temporal.api.schedule.v1.ScheduleActionResult recent_actions = 4;
      • getRecentActionsOrBuilder

        ScheduleActionResultOrBuilder getRecentActionsOrBuilder​(int index)
         Most recent ten actual action times (including manual triggers).
         
        repeated .temporal.api.schedule.v1.ScheduleActionResult recent_actions = 4;
      • getFutureActionTimesList

        java.util.List<com.google.protobuf.Timestamp> getFutureActionTimesList()
         Next ten scheduled action times.
         
        repeated .google.protobuf.Timestamp future_action_times = 5 [(.gogoproto.stdtime) = true];
      • getFutureActionTimes

        com.google.protobuf.Timestamp getFutureActionTimes​(int index)
         Next ten scheduled action times.
         
        repeated .google.protobuf.Timestamp future_action_times = 5 [(.gogoproto.stdtime) = true];
      • getFutureActionTimesCount

        int getFutureActionTimesCount()
         Next ten scheduled action times.
         
        repeated .google.protobuf.Timestamp future_action_times = 5 [(.gogoproto.stdtime) = true];
      • getFutureActionTimesOrBuilderList

        java.util.List<? extends com.google.protobuf.TimestampOrBuilder> getFutureActionTimesOrBuilderList()
         Next ten scheduled action times.
         
        repeated .google.protobuf.Timestamp future_action_times = 5 [(.gogoproto.stdtime) = true];
      • getFutureActionTimesOrBuilder

        com.google.protobuf.TimestampOrBuilder getFutureActionTimesOrBuilder​(int index)
         Next ten scheduled action times.
         
        repeated .google.protobuf.Timestamp future_action_times = 5 [(.gogoproto.stdtime) = true];
      • hasCreateTime

        boolean hasCreateTime()
         Timestamps of schedule creation and last update.
         
        .google.protobuf.Timestamp create_time = 6 [(.gogoproto.stdtime) = true];
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        com.google.protobuf.Timestamp getCreateTime()
         Timestamps of schedule creation and last update.
         
        .google.protobuf.Timestamp create_time = 6 [(.gogoproto.stdtime) = true];
        Returns:
        The createTime.
      • getCreateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Timestamps of schedule creation and last update.
         
        .google.protobuf.Timestamp create_time = 6 [(.gogoproto.stdtime) = true];
      • hasUpdateTime

        boolean hasUpdateTime()
        .google.protobuf.Timestamp update_time = 7 [(.gogoproto.stdtime) = true];
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        com.google.protobuf.Timestamp getUpdateTime()
        .google.protobuf.Timestamp update_time = 7 [(.gogoproto.stdtime) = true];
        Returns:
        The updateTime.
      • getUpdateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
        .google.protobuf.Timestamp update_time = 7 [(.gogoproto.stdtime) = true];
      • getInvalidScheduleError

        @Deprecated
        java.lang.String getInvalidScheduleError()
        Deprecated.
        string invalid_schedule_error = 8 [deprecated = true];
        Returns:
        The invalidScheduleError.
      • getInvalidScheduleErrorBytes

        @Deprecated
        com.google.protobuf.ByteString getInvalidScheduleErrorBytes()
        Deprecated.
        string invalid_schedule_error = 8 [deprecated = true];
        Returns:
        The bytes for invalidScheduleError.