Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve action execution core to support for INCOMPLETE state #22165

Closed
Thisara-Welmilla opened this issue Jan 6, 2025 · 1 comment
Closed

Comments

@Thisara-Welmilla
Copy link
Contributor

Thisara-Welmilla commented Jan 6, 2025

Description

Following improvements need to be added to the action exection core.

  1. Currently we have following action invocation status.
  • SUCCESS
  • FAILURE
  • ERROR

We need INCOMPLETE action invocation status. Eg: In the custom authentication, the external service will be want to redirect user to custom page. There we can utilize this new INCOMPLETE state with REDIRECT operation.

  1. Bring execute method which execute the action id list to its interface.

Version

No response

@malithie malithie changed the title Improve action execution core Improve action execution core to support for INCOMPLETE state Jan 10, 2025
@nilasini nilasini modified the milestones: 7.1.0-m7, 7.1.0-alpha Jan 15, 2025
@nilasini nilasini modified the milestones: 7.1.0-alpha, 7.1.0-beta Jan 27, 2025
@github-project-automation github-project-automation bot moved this from In Progress to Done in Identity Server 7.1.0 Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants