Package flyteidl.core

Interface Workflow.WorkflowMetadataDefaultsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getInterruptible()
      Identify whether workflow is interruptible.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getInterruptible

        boolean getInterruptible()
         Identify whether workflow is interruptible.
         The value set at the workflow level will be the defualt value used for nodes
         unless explicitly set at the node level.
         
        bool interruptible = 1;
        Returns:
        The interruptible.