Skip to content

[Fix #1456] Change WorkflowDefinitionID implementation#1457

Open
fjtirado wants to merge 1 commit into
serverlessworkflow:mainfrom
fjtirado:Fix_#1456
Open

[Fix #1456] Change WorkflowDefinitionID implementation#1457
fjtirado wants to merge 1 commit into
serverlessworkflow:mainfrom
fjtirado:Fix_#1456

Conversation

@fjtirado

Copy link
Copy Markdown
Collaborator

Fix #1456

Copilot AI review requested due to automatic review settings June 12, 2026 17:23

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Implements a usable toString() for WorkflowDefinitionId by delegating to the existing toString(String separator) overload (defaulting to ":"), aligning the record’s string representation with the ID format requested in issue #1456.

Changes:

  • Override WorkflowDefinitionId.toString() to return namespace:name:version (via toString(":")).

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

Comment thread impl/core/src/main/java/io/serverlessworkflow/impl/WorkflowDefinitionId.java Outdated
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.

Add toString method to WorkflowDefinitionID

2 participants