mdw icon indicating copy to clipboard operation
mdw copied to clipboard

ServiceNow task template and notifier

Open donaldoakes opened this issue 6 years ago • 1 comments

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 notifier implementation in package com.centurylink.mdw.servicenow.

donaldoakes avatar Dec 05 '19 21:12 donaldoakes

Outstanding work includes a mechanism to populate fields on the ServiceNow API which can't come directly from TaskInstance. The TaskRuntimeContext has access to all process variables, so we can probably include a mechanism in the yaml template to access variables instead of just task values.

donaldoakes avatar Jan 09 '20 22:01 donaldoakes