Interface ExecutionOuterClass.ExecutionUpdateRequestOrBuilder

    • Method Detail

      • hasId

        boolean hasId()
         Identifier of the execution to update
         
        .flyteidl.core.WorkflowExecutionIdentifier id = 1;
        Returns:
        Whether the id field is set.
      • getStateValue

        int getStateValue()
         State to set as the new value active/archive
         
        .flyteidl.admin.ExecutionState state = 2;
        Returns:
        The enum numeric value on the wire for state.