Signed-off-by: yihong0618 <zouzou0208@gmail.com>
@ -44,6 +44,10 @@ class VariableResetError(WorkflowDraftVariableError):
pass
class UpdateNotSupportedError(WorkflowDraftVariableError):
class DraftVarLoader(VariableLoader):
# This implements the VariableLoader interface for loading draft variables.
#