Dynatrace · Arazzo Workflow
Dynatrace Manage a Problem Comment Lifecycle
Version 1.0.0
Add a comment to a problem, read it back, and update its content.
View Spec
View on GitHub
AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservabilityArazzoWorkflows
Provider
Workflows
problem-comment-lifecycle
Create, read, and update a single problem comment.
Adds a comment to a problem, retrieves it by ID, and updates its content with revised notes.
1
addComment
createProblemComment
Add the initial comment to the problem and capture its generated comment ID for the subsequent read and update steps.
2
readComment
getProblemComment
Read the comment back by problem ID and comment ID to confirm it persisted with the expected content.
3
updateComment
updateProblemComment
Update the comment with revised investigation notes, replacing its content.