Cross-Provider Workflow
Incident Resolved to Confluence Postmortem
Version 1.0.0
Resolve a ServiceNow incident, publish a Confluence postmortem, then notify Slack.
Providers Orchestrated
Workflows
resolved-postmortem
Resolve an incident, publish a postmortem page, then notify Slack.
Updates a ServiceNow incident to resolved, publishes a Confluence postmortem page, and posts a Slack notification linking the team to the writeup.
1
resolve-incident
$sourceDescriptions.servicenowTable.updateRecord
Update the ServiceNow incident to a resolved state.
2
publish-postmortem
$sourceDescriptions.confluenceApi.createPage
Publish a Confluence postmortem page for the incident.
3
notify-slack
$sourceDescriptions.slackChat.postChatPostmessage
Notify the team in Slack that the postmortem is published.
Source API Descriptions
openapi
openapi