elsa-guides
elsa-guides copied to clipboard
A collection of example projects referred to by the Elsa Workflow Guides
Elsa 3 - IIS host not working. please guide how to deploy and launch from server.
[elsa-server-and-studio.zip](https://github.com/elsa-workflows/elsa-guides/files/14406884/elsa-server-and-studio.zip) I took the sample from the guides repo attached and added a simple sum activity. Create a workflow add a HttpEndpoint and connect it to the Sum Activity included....
When I download the sample and do want to run it, it doesn't work: **First**, the `Elsa.Api.Client` nuget is missing from the sample. I can add this myself, no problem....
I am currently using source code for the Document approval workflow. Is it possible to replace/add one more workflow (lets say signaling workflow) just by replacing the JSON file in...
Hello, Thanks to anyone who offers help I downloaded the "DocumentManagement project" and installed it on my computer, I modified the database used to be SQLServer and downloaded all the...
Hi, thanks to help me I made minor changes to make the application work with dotnet.cor 6.0 and SQLserver database, as follows: - Installing nuget elsa packages which works with...
Please provide sample for using 'if' branch activity from code , using previous activity result in condition
Thanks for your help, I use Document Management web **appsetting.json** "Elsa": { "Server": { "BaseUrl": "https://localhost:5078", "BasePath": "/workflows" } } and in designer i use: "Elsa": { "Server": { "BaseUrl":...
InvalidOperationException: BaseAddress must be set on the HttpClient instance Refit.Implementation.Generated+ElsaApiClientResourcesPackageContractsIPackageApi.global::Elsa.Api.Client.Resources.Package.Contracts.IPackageApi.GetAsync(CancellationToken cancellationToken) Elsa.Studio.Workflows.Domain.Services.RemoteServerInformationProvider.GetInfoAsync(CancellationToken cancellationToken) System.Threading.Tasks.ValueTask.get_Result() Elsa.Studio.Login.Pages.Login.Login.OnInitializedAsync() Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync() Elsa.Studio.Components.StudioComponentBase.InvokeWithBlazorServiceContext(Func func) Microsoft.AspNetCore.Components.RenderTree.Renderer.HandleExceptionViaErrorBoundary(Exception error, ComponentState errorSourceOrNull) Microsoft.AspNetCore.Components.RenderTree.Renderer.AddToPendingTasks(Task task, ComponentState owningComponentState) Microsoft.AspNetCore.Components.Rendering.ComponentState.SupplyCombinedParameters(ParameterView directAndCascadingParameters) Microsoft.AspNetCore.Components.Rendering.ComponentState.SetDirectParameters(ParameterView parameters)...
### Discussed in https://github.com/elsa-workflows/elsa-guides/discussions/46 Originally posted by **Rathna314** September 17, 2024 Is there a maximum limit on how many request Elsa workflow 2.14 can process and how do we set...