You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			16 lines
		
	
	
		
			353 B
		
	
	
	
		
			Dart
		
	
			
		
		
	
	
			16 lines
		
	
	
		
			353 B
		
	
	
	
		
			Dart
		
	
enum WorkOrderNextStepEnum {
 | 
						|
  assignToMe, // 2
 | 
						|
  markedAsFixed, // 3
 | 
						|
  nTakeAction, // 5
 | 
						|
  eRejectAccept, // 9
 | 
						|
  eFixRemotelyNeedVisit, // 12
 | 
						|
  eFixRemotely, // 35
 | 
						|
  eNeedVisit, // 36
 | 
						|
  eArrived, // 15
 | 
						|
  verifyAssetDetail, // 16
 | 
						|
  activity, // 17
 | 
						|
  endWorkFlow, // 22
 | 
						|
  waitingForRequesterToConfirm, // 31 .
 | 
						|
  assetRetirementManagementApproval, //26
 | 
						|
}
 |