Details
-
Type:
Bug
-
Status:
Ready for QA
(View Workflow)
-
Priority:
Normal
-
Resolution: Not Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: FN
-
Labels:None Labels
-
Customer:OMAN-Tel
Description
Termination WorkOrder is created but with error in the soap reponse
After order creation and before create any task , the process execute this task : if activeNodeType.contains("BONT") .
when activeNodeType is null the process throws exception.
fix : changed to not : if not empty activeNodeType && activeNodeType.contains("BONT")