|  |  |  | @ -48,8 +48,8 @@ require(path.join(process.cwd(), "..", "server", "dist", "database.js")); | 
			
		
	
		
			
				
					|  |  |  |  |         allWorkFlowInfo[workflow.id] = { | 
			
		
	
		
			
				
					|  |  |  |  |             isValid: invalidPathsWithoutEnding.length == 0 ? true : false, | 
			
		
	
		
			
				
					|  |  |  |  |             root: { | 
			
		
	
		
			
				
					|  |  |  |  |                 validPaths: tree, | 
			
		
	
		
			
				
					|  |  |  |  |                 invalidPaths: invalidPathsWithoutEnding, | 
			
		
	
		
			
				
					|  |  |  |  |                 // validPaths: tree,
 | 
			
		
	
		
			
				
					|  |  |  |  |                 // invalidPaths: invalidPathsWithoutEnding,
 | 
			
		
	
		
			
				
					|  |  |  |  |                 valid: tree.length, | 
			
		
	
		
			
				
					|  |  |  |  |                 invalid: invalidPathsWithoutEnding.length, | 
			
		
	
		
			
				
					|  |  |  |  |                 subFlowList: subFlowParentIds | 
			
		
	
	
		
			
				
					|  |  |  | @ -89,8 +89,8 @@ require(path.join(process.cwd(), "..", "server", "dist", "database.js")); | 
			
		
	
		
			
				
					|  |  |  |  |             subFlowInfo[subFlowId] = { | 
			
		
	
		
			
				
					|  |  |  |  |                 valid: subTreePath.length, | 
			
		
	
		
			
				
					|  |  |  |  |                 invalid: invalidSubPathsWithoutEnding.length, | 
			
		
	
		
			
				
					|  |  |  |  |                 validSubTreePath: subTreePath, | 
			
		
	
		
			
				
					|  |  |  |  |                 invalidSubTreePath: invalidSubPathsWithoutEnding | 
			
		
	
		
			
				
					|  |  |  |  |                 // validSubTreePath: subTreePath,
 | 
			
		
	
		
			
				
					|  |  |  |  |                 // invalidSubTreePath: invalidSubPathsWithoutEnding
 | 
			
		
	
		
			
				
					|  |  |  |  |             } | 
			
		
	
		
			
				
					|  |  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  |  | 
 |