Skip to content

Remove typo from WorkflowStatusCEDataEvent#1405

Merged
fjtirado merged 2 commits into
serverlessworkflow:mainfrom
mcruzdev:fix-typo-ce
May 27, 2026
Merged

Remove typo from WorkflowStatusCEDataEvent#1405
fjtirado merged 2 commits into
serverlessworkflow:mainfrom
mcruzdev:fix-typo-ce

Conversation

@mcruzdev
Copy link
Copy Markdown
Collaborator

Many thanks for submitting your Pull Request ❤️!

What this PR does / why we need it:

Special notes for reviewers:

Additional information (if needed):

Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Copilot AI review requested due to automatic review settings May 26, 2026 18:00
@mcruzdev mcruzdev requested a review from fjtirado as a code owner May 26, 2026 18:00
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Fixes a typo in the workflow status CloudEvent data model by renaming a record component to the correct spelling.

Changes:

  • Rename record field updatetAt to updatedAt in WorkflowStatusCEDataEvent.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


public record WorkflowStatusCEDataEvent(
String name, WorkflowDefinitionCEData definition, OffsetDateTime updatetAt, String status) {}
String name, WorkflowDefinitionCEData definition, OffsetDateTime updatedAt, String status) {}
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
@fjtirado fjtirado merged commit f34d605 into serverlessworkflow:main May 27, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants