Skip to content

Conversation

@JoshVanL
Copy link

Adds support for versioned workflows to the /workflow client

Adds support for versioned workflows to the /workflow client

Signed-off-by: joshvanl <me@joshvanl.dev>
@JoshVanL JoshVanL requested a review from a team as a code owner January 20, 2026 17:30
Copy link
Member

@acroca acroca left a comment

Choose a reason for hiding this comment

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

needs also to support the IsPatched

@JoshVanL
Copy link
Author

@acroca it does, see like 106 workflow.go

func (w *WorkflowContext) IsPatched(patchName string) bool {
	return w.oc.IsPatched(patchName)
}

@acroca
Copy link
Member

acroca commented Jan 21, 2026

Sorry my local clone was not up to date

@cicoyle cicoyle merged commit c0e68bb into dapr:main Jan 21, 2026
2 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