Interface Event.WorkflowExecutionEventOrBuilder

    • Method Detail

      • hasExecutionId

        boolean hasExecutionId()
         Workflow execution id
         
        .flyteidl.core.WorkflowExecutionIdentifier execution_id = 1;
        Returns:
        Whether the executionId field is set.
      • getProducerId

        String getProducerId()
         the id of the originator (Propeller) of the event
         
        string producer_id = 2;
        Returns:
        The producerId.
      • getProducerIdBytes

        com.google.protobuf.ByteString getProducerIdBytes()
         the id of the originator (Propeller) of the event
         
        string producer_id = 2;
        Returns:
        The bytes for producerId.
      • getPhaseValue

        int getPhaseValue()
        .flyteidl.core.WorkflowExecution.Phase phase = 3;
        Returns:
        The enum numeric value on the wire for phase.
      • hasOccurredAt

        boolean hasOccurredAt()
         This timestamp represents when the original event occurred, it is generated
         by the executor of the workflow.
         
        .google.protobuf.Timestamp occurred_at = 4;
        Returns:
        Whether the occurredAt field is set.
      • getOccurredAt

        com.google.protobuf.Timestamp getOccurredAt()
         This timestamp represents when the original event occurred, it is generated
         by the executor of the workflow.
         
        .google.protobuf.Timestamp occurred_at = 4;
        Returns:
        The occurredAt.
      • getOccurredAtOrBuilder

        com.google.protobuf.TimestampOrBuilder getOccurredAtOrBuilder()
         This timestamp represents when the original event occurred, it is generated
         by the executor of the workflow.
         
        .google.protobuf.Timestamp occurred_at = 4;
      • hasOutputUri

        boolean hasOutputUri()
         URL to the output of the execution, it encodes all the information
         including Cloud source provider. ie., s3://...
         
        string output_uri = 5;
        Returns:
        Whether the outputUri field is set.
      • getOutputUri

        String getOutputUri()
         URL to the output of the execution, it encodes all the information
         including Cloud source provider. ie., s3://...
         
        string output_uri = 5;
        Returns:
        The outputUri.
      • getOutputUriBytes

        com.google.protobuf.ByteString getOutputUriBytes()
         URL to the output of the execution, it encodes all the information
         including Cloud source provider. ie., s3://...
         
        string output_uri = 5;
        Returns:
        The bytes for outputUri.
      • hasError

        boolean hasError()
         Error information for the execution
         
        .flyteidl.core.ExecutionError error = 6;
        Returns:
        Whether the error field is set.
      • getError

        Execution.ExecutionError getError()
         Error information for the execution
         
        .flyteidl.core.ExecutionError error = 6;
        Returns:
        The error.
      • hasOutputData

        boolean hasOutputData()
         Raw output data produced by this workflow execution.
         
        .flyteidl.core.LiteralMap output_data = 7;
        Returns:
        Whether the outputData field is set.
      • getOutputData

        Literals.LiteralMap getOutputData()
         Raw output data produced by this workflow execution.
         
        .flyteidl.core.LiteralMap output_data = 7;
        Returns:
        The outputData.
      • getOutputDataOrBuilder

        Literals.LiteralMapOrBuilder getOutputDataOrBuilder()
         Raw output data produced by this workflow execution.
         
        .flyteidl.core.LiteralMap output_data = 7;