-
Notifications
You must be signed in to change notification settings - Fork 98
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Question: How to follow Dev Branch? #1
Comments
Thanks! The studio needs to be able to connect to a running Elsa Workflows server. What I do during development is have the Elsa.WorkflowServer.Web project running (from the Before you can run the Studio (either Server or Wasm from the hosts folder), you need to build client assets using npm install & npm build, in the Elsa.Studio.Workflows.Designer project’s ClientLib folder (look for the folder containing package.json). I’m also happy to share a screen and show you, just let me know. |
Here is the break when attempting to run Elsa.WorkflowServer.Web with the error below What steps did I miss. Thanks
|
Sounds like you need to delete the Elsa.SQLite.db file. |
|
I tried the Wasm project, which didn't build due to, I guess, not having installed the latest .NET SDK while having updated the packages recently. After updating to the latest version of the SDK, I was able to build & run the Wasm project. |
First Blazor Workflow Designer |
Please correct me if I am wrong, the diagram part uses typescript. I wonder how much work to replace that with Blazor Diagram, (more of trying to get the Blazor Diagram community to contribute) => to have a elsa-studio version using Blazor Diagram and ALL c# |
You're not wrong, the diagram part uses X6, which is a JS library. Although I am not planning on replacing that implementation with Blazor Diagram, Elsa Studio is designed in a way that allows for the existence of multiple diagram designers. This means that one could build a custom module that uses Blazor Diagram instead. |
Can you publish these packages on nuget? |
Once the project is stable enough for a release candidate, I will update the build pipeline to deploy the packages to NuGet. Until then, you can get them from this feed: https://f.feedz.io/elsa-workflows/elsa-3/nuget/index.json |
thanks and have a nice day
|
@GeorgeS2019 I think the question raised in this issue has been answered. If you agree, can we close it? |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
@sfmskywalker
Thx for making great progress.
Just wonder how to follow and test what has been developed
The WASP client itself will not run on its own?
The text was updated successfully, but these errors were encountered: