Interface WorkflowPropertiesModifiedExternallyEventAttributesOrBuilder

    • Method Detail

      • getNewTaskQueue

        java.lang.String getNewTaskQueue()
         If set to a nonempty string, future workflow tasks for this workflow shall be dispatched on
         the provided queue.
         
        string new_task_queue = 1;
        Returns:
        The newTaskQueue.
      • getNewTaskQueueBytes

        com.google.protobuf.ByteString getNewTaskQueueBytes()
         If set to a nonempty string, future workflow tasks for this workflow shall be dispatched on
         the provided queue.
         
        string new_task_queue = 1;
        Returns:
        The bytes for newTaskQueue.
      • hasNewWorkflowTaskTimeout

        boolean hasNewWorkflowTaskTimeout()
         If set, update the workflow task timeout to this value.
         
        .google.protobuf.Duration new_workflow_task_timeout = 2;
        Returns:
        Whether the newWorkflowTaskTimeout field is set.
      • getNewWorkflowTaskTimeout

        Duration getNewWorkflowTaskTimeout()
         If set, update the workflow task timeout to this value.
         
        .google.protobuf.Duration new_workflow_task_timeout = 2;
        Returns:
        The newWorkflowTaskTimeout.
      • getNewWorkflowTaskTimeoutOrBuilder

        DurationOrBuilder getNewWorkflowTaskTimeoutOrBuilder()
         If set, update the workflow task timeout to this value.
         
        .google.protobuf.Duration new_workflow_task_timeout = 2;
      • hasNewWorkflowRunTimeout

        boolean hasNewWorkflowRunTimeout()
         If set, update the workflow run timeout to this value. May be set to 0 for no timeout.
         
        .google.protobuf.Duration new_workflow_run_timeout = 3;
        Returns:
        Whether the newWorkflowRunTimeout field is set.
      • getNewWorkflowRunTimeout

        Duration getNewWorkflowRunTimeout()
         If set, update the workflow run timeout to this value. May be set to 0 for no timeout.
         
        .google.protobuf.Duration new_workflow_run_timeout = 3;
        Returns:
        The newWorkflowRunTimeout.
      • getNewWorkflowRunTimeoutOrBuilder

        DurationOrBuilder getNewWorkflowRunTimeoutOrBuilder()
         If set, update the workflow run timeout to this value. May be set to 0 for no timeout.
         
        .google.protobuf.Duration new_workflow_run_timeout = 3;
      • hasNewWorkflowExecutionTimeout

        boolean hasNewWorkflowExecutionTimeout()
         If set, update the workflow execution timeout to this value. May be set to 0 for no timeout.
         
        .google.protobuf.Duration new_workflow_execution_timeout = 4;
        Returns:
        Whether the newWorkflowExecutionTimeout field is set.
      • getNewWorkflowExecutionTimeout

        Duration getNewWorkflowExecutionTimeout()
         If set, update the workflow execution timeout to this value. May be set to 0 for no timeout.
         
        .google.protobuf.Duration new_workflow_execution_timeout = 4;
        Returns:
        The newWorkflowExecutionTimeout.
      • getNewWorkflowExecutionTimeoutOrBuilder

        DurationOrBuilder getNewWorkflowExecutionTimeoutOrBuilder()
         If set, update the workflow execution timeout to this value. May be set to 0 for no timeout.
         
        .google.protobuf.Duration new_workflow_execution_timeout = 4;
      • hasUpsertedMemo

        boolean hasUpsertedMemo()
         If set, update the workflow memo with the provided values. The values will be merged with
         the existing memo. If the user wants to delete values, a default/empty Payload should be
         used as the value for the key being deleted.
         
        .temporal.api.common.v1.Memo upserted_memo = 5;
        Returns:
        Whether the upsertedMemo field is set.
      • getUpsertedMemo

        Memo getUpsertedMemo()
         If set, update the workflow memo with the provided values. The values will be merged with
         the existing memo. If the user wants to delete values, a default/empty Payload should be
         used as the value for the key being deleted.
         
        .temporal.api.common.v1.Memo upserted_memo = 5;
        Returns:
        The upsertedMemo.
      • getUpsertedMemoOrBuilder

        MemoOrBuilder getUpsertedMemoOrBuilder()
         If set, update the workflow memo with the provided values. The values will be merged with
         the existing memo. If the user wants to delete values, a default/empty Payload should be
         used as the value for the key being deleted.
         
        .temporal.api.common.v1.Memo upserted_memo = 5;