python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
c# - elsa workflow - child workflow - how to get workflowInstanceId of parent workflow
I have an elsa workflow parent which is calling some child workflows.
Every child workflow has some custom activities (based on SendHttpRequest elsa activity).
These custom activities need to call an...
Octavian
Votes: 0
Answers: 1
Custom "signal received" activity not working
I want to implement a custom activity which behaves like Signal Received – means it “suspends” the workflow and when I called it from a client-side (Postman) to resume and continue.
I don’t want to us...
Octavian
Votes: 0
Answers: 1
Problem with resuming a custom build blocking activity
I am trying to create a blocking activity. When resuming the workflow, I call workflowLaunchpad.ExecutePendingWorkflowAsyc() and this call throws a System.ObjectDisposedException exception.
the callst...
Martin
Votes: 0
Answers: 0
How to get the user's identity in Elsa Workflows?
I set up Elsa Workflows Core in an ASP.NET Core app, with authentication for HTTP requests.
I have an HttpEndpoint activity, authentication is enforced, but I can't see any way to obtain the user's id...
limos
Votes: 0
Answers: 2