Uses of Class
flyteidl.core.Workflow.WorkflowMetadata.OnFailurePolicy
-
Packages that use Workflow.WorkflowMetadata.OnFailurePolicy Package Description flyteidl.core -
-
Uses of Workflow.WorkflowMetadata.OnFailurePolicy in flyteidl.core
Fields in flyteidl.core declared as Workflow.WorkflowMetadata.OnFailurePolicy Modifier and Type Field Description private static Workflow.WorkflowMetadata.OnFailurePolicy[]Workflow.WorkflowMetadata.OnFailurePolicy. VALUESFields in flyteidl.core with type parameters of type Workflow.WorkflowMetadata.OnFailurePolicy Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Workflow.WorkflowMetadata.OnFailurePolicy>Workflow.WorkflowMetadata.OnFailurePolicy. internalValueMapMethods in flyteidl.core that return Workflow.WorkflowMetadata.OnFailurePolicy Modifier and Type Method Description static Workflow.WorkflowMetadata.OnFailurePolicyWorkflow.WorkflowMetadata.OnFailurePolicy. forNumber(int value)Workflow.WorkflowMetadata.OnFailurePolicyWorkflow.WorkflowMetadata.Builder. getOnFailure()Defines how the system should behave when a failure is detected in the workflow execution.Workflow.WorkflowMetadata.OnFailurePolicyWorkflow.WorkflowMetadata. getOnFailure()Defines how the system should behave when a failure is detected in the workflow execution.Workflow.WorkflowMetadata.OnFailurePolicyWorkflow.WorkflowMetadataOrBuilder. getOnFailure()Defines how the system should behave when a failure is detected in the workflow execution.static Workflow.WorkflowMetadata.OnFailurePolicyWorkflow.WorkflowMetadata.OnFailurePolicy. valueOf(int value)Deprecated.static Workflow.WorkflowMetadata.OnFailurePolicyWorkflow.WorkflowMetadata.OnFailurePolicy. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Workflow.WorkflowMetadata.OnFailurePolicyWorkflow.WorkflowMetadata.OnFailurePolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static Workflow.WorkflowMetadata.OnFailurePolicy[]Workflow.WorkflowMetadata.OnFailurePolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in flyteidl.core that return types with arguments of type Workflow.WorkflowMetadata.OnFailurePolicy Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Workflow.WorkflowMetadata.OnFailurePolicy>Workflow.WorkflowMetadata.OnFailurePolicy. internalGetValueMap()Methods in flyteidl.core with parameters of type Workflow.WorkflowMetadata.OnFailurePolicy Modifier and Type Method Description Workflow.WorkflowMetadata.BuilderWorkflow.WorkflowMetadata.Builder. setOnFailure(Workflow.WorkflowMetadata.OnFailurePolicy value)Defines how the system should behave when a failure is detected in the workflow execution.
-