Interface SignalExternalWorkflowExecutionFailedEventAttributesOrBuilder

    • Method Detail

      • getCauseValue

        int getCauseValue()
        .temporal.api.enums.v1.SignalExternalWorkflowExecutionFailedCause cause = 1;
        Returns:
        The enum numeric value on the wire for cause.
      • getWorkflowTaskCompletedEventId

        long getWorkflowTaskCompletedEventId()
         The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
         
        int64 workflow_task_completed_event_id = 2;
        Returns:
        The workflowTaskCompletedEventId.
      • getNamespace

        java.lang.String getNamespace()
         Namespace of the workflow which failed the signal.
         SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
         
        string namespace = 3;
        Returns:
        The namespace.
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
         Namespace of the workflow which failed the signal.
         SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
         
        string namespace = 3;
        Returns:
        The bytes for namespace.
      • getNamespaceId

        java.lang.String getNamespaceId()
        string namespace_id = 7;
        Returns:
        The namespaceId.
      • getNamespaceIdBytes

        com.google.protobuf.ByteString getNamespaceIdBytes()
        string namespace_id = 7;
        Returns:
        The bytes for namespaceId.
      • hasWorkflowExecution

        boolean hasWorkflowExecution()
        .temporal.api.common.v1.WorkflowExecution workflow_execution = 4;
        Returns:
        Whether the workflowExecution field is set.
      • getWorkflowExecution

        WorkflowExecution getWorkflowExecution()
        .temporal.api.common.v1.WorkflowExecution workflow_execution = 4;
        Returns:
        The workflowExecution.
      • getWorkflowExecutionOrBuilder

        WorkflowExecutionOrBuilder getWorkflowExecutionOrBuilder()
        .temporal.api.common.v1.WorkflowExecution workflow_execution = 4;
      • getInitiatedEventId

        long getInitiatedEventId()
        int64 initiated_event_id = 5;
        Returns:
        The initiatedEventId.
      • getControl

        java.lang.String getControl()
         Deprecated
         
        string control = 6;
        Returns:
        The control.
      • getControlBytes

        com.google.protobuf.ByteString getControlBytes()
         Deprecated
         
        string control = 6;
        Returns:
        The bytes for control.