elsa-workflows / elsa-core

A .NET workflows library
https://v3.elsaworkflows.io/
MIT License
6.5k stars 1.2k forks source link

Elsa Dashboard Page Navigation is not working #425

Closed jayachandra21 closed 3 years ago

jayachandra21 commented 4 years ago

Hi,

In Elsa Dashboard, there are more than 10,000 finished workflow instances. When I click on the "Finished" instances I have observed two issues:

image

image

Va55ago commented 4 years ago

I also noticed that the "History" button isn't working in my dashboard. image

... If you'd prefer this this as a separate issue, I can easily create one.

sfmskywalker commented 4 years ago

It's fine to keep this issue here. Thanks!

toby11 commented 3 years ago

any feedback on why the history button does not work? I have the same issue. (using 1.4.6.3 from nuget)

sfmskywalker commented 3 years ago

The history is a placeholder link at the moment. It will be implemented in the new Elsa V2 dashboard that is currently in progress. Perhaps we should just remove it from the menu for now to avoid confusion.

toby11 commented 3 years ago

@sfmskywalker ok thanks for the quick responce, just evaluating elsa for a new project - whats the roadmap for v2 release?

Also I see the elsa-designer has been archived - is there a replacement coming?

sfmskywalker commented 3 years ago

V2 is set to be released before the end of Q1 2021 or before, depending on the progress of the new dashboard + designer.

The elsa-designer will be replaced with a new implementation (initially done in React + Blazor, and might be re-done as a pure web component again with wrappers for it in React, Angular, Vue and Blazor). First priority is to at least have a functioning dashboard + designer that is on-part with V1, and release new features and improvements from there.

toby11 commented 3 years ago

@sfmskywalker ok great to know - looks really promising what I have looked at so far. thanks

toby11 commented 3 years ago

@sfmskywalker one other question in the workflow designer when adding criteria or expressions I would expect to have a data dictionary if working with custom objects (autocomplete would be good) is this something thats in the road map as well?

sfmskywalker commented 3 years ago

Most certainly, this is something that will be implemented as part of the Blazor implementation of the dashboard initially, and potentially in other SPA versions of the dashboard as well. I'm maintaining a list of items to be planned for here (notice that the first item mentions expression editors with intellisense). It's one of the first features to implement once we got a basic dashboard up and running for Elsa 2.

sfmskywalker commented 3 years ago

The pagination thing has been implemented in the Elsa 2 dashboard (for workflow instances only for now - other pages are under continuous development).