-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.6
-
Fix Version/s: 5.6.0-HF09, 5.7.1
-
Component/s: Automation
Currently if there is a flaw in the OperationChain definition (ex: a referenced Operation is actually missing), the whole generation of AutomationInfo structure will fail.
Ideally we should :
- no break the whole REST interface just because 1 Chain is broken : simply removing it should be ok
- we should Log fault Operation/Chain to make debug easier
- is duplicated by
-
NXP-9888 Automation NPE when operation is missing
- Resolved