Donald Oakes
Donald Oakes
## Description Dependabot and `npm audit` identify a vulnerability in "got" dependency (fixed in >= 11.8.5): https://github.com/advisories/GHSA-pfrx-2q88-qq97. ### Test Source ``` git clone https://github.com/sanack/node-jq.git cd node-jq npm install ``` ###...
Still references obsolete class names TaskVO and TaskInstanceVO. ``` 20200406.08:32:04.069 [CommonThread112] INFO com.centurylink.mdw.drools.DroolsKnowledgeBaseCache - Loading KnowledgeBase Asset based on key : com.centurylink.mdw.drools/SimplePrioritizationRules.xlsx v[0.1,1)#class com.centurylink.mdw.cloud.CloudClassLoader:com.centurylink.mdw.tests.rules 20200406.08:32:04.542 [CommonThread112] DEBUG com.centurylink.mdw.drools.DroolsKnowledgeBaseCache - Converted...
When a manual task is created using ServiceNowTasks.task as its template, MDW will automatically populate fields for the ServiceNow Incident API. The API call will be invoked from a specialized...
See the attached screenshot. 
Probably due to the extra hour. See the screenshot below. 
Optional Scheduled Job to cancel package-level handler processes when triggering flow in final state
Final state is Cancelled/Complete. Attribute `defaultEnabled` should be true. There should be a configurable commitInterval (default = 10000).
Similar to #668, but for Process Insights and Request Insights. Plus adjust as in #694 if needed.
CI-driven CLI command to determine runtime traversal percentage for workflow paths. Used during CI this can determine workflow automated test coverage. Coverage metrics should also extend to `@Path` registered service...
MDW Studio has the option to create Kotlin REST services with `@Path` and `@Api` annotations. But currently we don't scan for those to add to the dynamic registry, so they're...
Currently this is not supported: https://github.com/CenturyLinkCloud/mdw/blob/master/mdw-workflow/assets/com/centurylink/mdw/kotlin/readme.md#limitations Serializing java classes compiled in CompiledJavaCache to the temp dir may provide a mechanism to allow kotlin script activities to access dynamic java assets.