|
|
|
@ -44,6 +44,10 @@ class VariableResetError(WorkflowDraftVariableError):
|
|
|
|
pass
|
|
|
|
pass
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class UpdateNotSupportedError(WorkflowDraftVariableError):
|
|
|
|
|
|
|
|
pass
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class DraftVarLoader(VariableLoader):
|
|
|
|
class DraftVarLoader(VariableLoader):
|
|
|
|
# This implements the VariableLoader interface for loading draft variables.
|
|
|
|
# This implements the VariableLoader interface for loading draft variables.
|
|
|
|
#
|
|
|
|
#
|
|
|
|
|