export enum WorkflowVariableScopeEnum {
  DEFAULT = 'DEFAULT',
  SPECIFIC = 'SPECIFIC',
}
