@itentialopensource/servicenow-create-ritm
Version:
Order a Service Catalog item to create a Request Item (RITM)
28 lines (27 loc) • 952 B
JSON
{
"_id": "5e859b1a77a72b7d2f548b4e",
"name": "ServiceNow Create RITM - Workflow Error Email",
"command": "",
"template": "Automation Job ({{id}}) has failed.\n\nReason: {{taskError}}\n\n{% if inputData %}\nInput data:\n```\n{{inputData}}\n```\n{% endif %}",
"type": "jinja2",
"data": "{\n \"taskError\": \"Could not complete automation\",\n \"id\": \"jobId123456\",\n \"inputData\": \"{\\\"name\\\": \\\"A name\\\"}\"\n}",
"group": "Artifacts",
"description": "",
"created": "2020-04-11T17:29:03.721Z",
"createdBy": {
"_id": "5ff4d26456cfbf40abfd8f73",
"provenance": "aaa",
"username": "brett.mitchell@itential.com",
"firstname": "Brett",
"inactive": false
},
"lastUpdated": "2020-04-11T17:29:03.721Z",
"lastUpdatedBy": {
"_id": "5ff4d26456cfbf40abfd8f73",
"provenance": "aaa",
"username": "brett.mitchell@itential.com",
"firstname": "Brett",
"inactive": false
},
"version": 1
}