dragon.workflows.batch.batch.SubmitAfterCloseError

exception SubmitAfterCloseError[source]

Bases: BatchError

Deprecated compatibility exception for submitting work through a detached Batch client handle.

Historically this was raised after Batch.close(). Now Batch.close() is deprecated and is a no-op, so this exception is raised when work is submitted after Batch.join(), Batch.destroy(), or Batch.terminate() has detached the client from the shared runtime.

__init__(message)[source]

Initialize the submit-after-close subclass for Batch exceptions