CenturyLinkCloud / mdw

https://centurylinkcloud.github.io/mdw/
MIT License
46 stars 10 forks source link

ServiceNow task template and notifier #782

Open donaldoakes opened 4 years ago

donaldoakes commented 4 years ago

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 commented 4 years ago

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.