Skip to content

Commit

Permalink
Updated documentation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishtha Mehrotra committed Jan 15, 2025
1 parent 69f8e1e commit bb22a0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class TransportDeleteWorkflowAction @Inject constructor(
}

// Delete monitors workflow metadata
// Monitor metadata will be in workflowId-monitorId-metadata format
// Monitor metadata will be in workflowId-metadata-monitorId-metadata format
metadataIdsToDelete.addAll(delegateMonitors.map { MonitorMetadata.getId(it, workflowMetadataId) })
try {
// Delete the monitors workflow metadata
Expand Down

0 comments on commit bb22a0a

Please sign in to comment.