elsa-workflows / elsa-workflows/elsa-core
Unable to Open Workflow Instance View Screen in Customized Elsa UI
- Dominant language
- C#
- Stars
- 7.9k
- Forks
- 1.5k
- Avg merge
- 15h 22m
- Merged PRs (30d)
- 114
Description
hello Team,
I am encountering difficulties in opening the Workflow Instance View Screen within a customized Elsa UI. Despite attempts to customize the Elsa UI screen, other screens open correctly. However, when trying to open the Workflow Instance View Screen using the provided code snippet, the desired UI does not appear.
Code Sample:
@page "/"
@inject Microsoft.Extensions.Configuration.IConfiguration Configuration
@{
Layout = "~/Views/_Layout.cshtml";
var serverUrl = Configuration["Elsa:Server:BaseUrl"];
}
Details:
The server URL is correctly set to https://localhost:5001.
The WorkflowInstanceId is being passed to the elsa-studio-workflow-instances-view tag.
Request:
i want to this type of screen like in following Screen.


Could you please assist in identifying the appropriate tag to use and how to utilize it to open the desired UI for the Workflow Instance View Screen? A code sample demonstrating the correct implementation would be greatly appreciated.
Thanks, and Regards
Satish
Contributor guide
Research direction
Start with the provided Razor markup, especially the elsa-studio-workflow-instances-view tag, WorkflowInstanceId, server URL, and Monaco path. Compare this implementation with the desired screens in the linked images; done means identifying and documenting a confirmed tag or implementation that opens the Workflow Instance View screen.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100