Skip to content

Update to workflow outdated documentation#1476

Open
sergioa wants to merge 3 commits intoadorsys:mainfrom
sergioa:update_to_workflow_outdated_documentation
Open

Update to workflow outdated documentation#1476
sergioa wants to merge 3 commits intoadorsys:mainfrom
sergioa:update_to_workflow_outdated_documentation

Conversation

@sergioa
Copy link

@sergioa sergioa commented Mar 20, 2026

What this PR does / why we need it:

Keycloak workflow documentation is outdated from actual implementation.

  • WorkflowRepresentation.with has been removed and it is ignored

https://github.com/keycloak/keycloak/blob/main/core/src/main/java/org/keycloak/representations/workflows/WorkflowRepresentation.java#L33

  • WorkflowStepRepresentation.config has been renamed to with

https://github.com/keycloak/keycloak/blob/main/core/src/main/java/org/keycloak/representations/workflows/AbstractWorkflowComponentRepresentation.java#L23-L24

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #1477

How this PR was tested:

Screenshots / logs (if relevant):

Special notes for your reviewer:

PR Readiness Checklist:

Complete these before marking the PR as ready to review:

  • tests pass locally (mvn test or relevant subset)
  • added/updated tests for the changes (if applicable)
  • documentation has been updated (if applicable)
  • the CHANGELOG.md release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Development

Successfully merging this pull request may close these issues.

Keycloak documentation for workflows is outdated to actual implementation

3 participants