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.
cloudsolutions-atoms/lib/models/enums/work_order_next_step.dart

14 lines
309 B
Dart

enum WorkOrderNextStepEnum {
onlyView, // 2
markedAsFixed, // 3
nTakeAction, // 5
eRejectAccept, // 9
eFixRemotelyNeedVisit, // 12
eArrived, // 15
verifyAssetDetail, // 16
activity, // 17
endWorkFlow, // 22
waitingForRequesterToConfirm, // 31 .
assetRetirementManagementApproval, //26
}