Split workspace service (#13642)
Splits workflow-version-step workspace-service into multiple once
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import { CustomException } from 'src/utils/custom-exception';
|
||||
|
||||
export class WorkflowVersionEdgeException extends CustomException<WorkflowVersionEdgeExceptionCode> {}
|
||||
|
||||
export enum WorkflowVersionEdgeExceptionCode {
|
||||
UNKNOWN = 'UNKNOWN',
|
||||
NOT_FOUND = 'NOT_FOUND',
|
||||
}
|
||||
Reference in New Issue
Block a user