fix(workflow-executor): self-descriptive log messages for activity log operations#1602
Merged
Scra3 merged 1 commit intoMay 28, 2026
Merged
Conversation
…y log operations Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Coverage Impact This PR will not change total coverage. Modified Files with Diff Coverage (1)
🛟 Help
|
hercemer42
approved these changes
May 27, 2026
1287046
into
feat/prd-214-server-step-mapper
56 of 57 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Activity log markSucceeded/Activity log markFailed/Activity log createPendinglabels with self-descriptive messages readable without field inspectionactivity log <operation> failedfor errors,"activity log <operation>" failed, retryingfor retriesBefore:
After:
🤖 Generated with Claude Code
Note
Standardize log message format for activity log operations in workflow-executor
Updates the
withRetryoperation labels and error log messages inForestadminClientActivityLogPortto use a consistent lowercase hyphenated format (e.g.activity log create,activity log mark-as-completed failed) instead of the previous mixed-case camelCase style. Test expectations in the corresponding test file are updated to match.Macroscope summarized b46209a.