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

The app do not always automatically forward from feedback #57

Open
SandGrainOne opened this issue Mar 14, 2022 · 0 comments
Open

The app do not always automatically forward from feedback #57

SandGrainOne opened this issue Mar 14, 2022 · 0 comments
Labels
area/process kind/bug Something isn't working

Comments

@SandGrainOne
Copy link
Member

SandGrainOne commented Mar 14, 2022

Description

The app is supposed to automatically refresh/reload/forward the user to the next page if the current process step of the instance change. This isn't always the case.

One case where this does not work properly is if the order of steps are data->feedback->confirmation. The feedback page is displayed, but changing the current step from feedback to confirmation does not trigger automatic refresh.

To Reproduce

Requires an app with process steps in the order data->feedback->confirmation.

  1. Start the app, fill in the form and click next.
  2. Observe that the feedback page is displayed.
  3. Call the process/next endpoint as application owner to move the process one step.
  4. Observe that the feedback page now has stopped polling for the instance process information, but nothing happens.
  5. The user is not forwarded to the confirmation step.
  6. Refresh the page to have the app updated to display the confirmation page.

Expected behavior

The feedback page triggers a reload/refresh or something that makes the app load in the instance in its correct step.

Additional info

The system works if the step following the feedback step is an EndEvent. It's not important what the EndEvent is called.

TheTechArch: "Probably a nontypical flow."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/process kind/bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants