HttpEndPoint extension V3.3 #6156
Replies: 1 comment
-
I found the reason for the error. private string ComputeBookmarkHash(IServiceProvider serviceProvider, string path, string method) ActivityTypeNameHelper.GenerateTypeName(); in this line it uses HttpEndpoint as a constant. But it records to the Bookmarks table with its customized name (in my case Elsa.HRVHTTPEndpoint) and creates the hash value in this way. |
Beta Was this translation helpful? Give feedback.
-
Hi Everyone,
I create a new endpoint by extending HttpEndPoint. However, after running the Workflow, when I call it with https://localhost:5011/api/workflows/test, the workflow does not progress and remains suspended. When I do the same operation with standard HttpEndPoint, it works without any problems. I tried both as extend and by copying HttpEndPoint and saving it with a new name. Both give the same result.
Beta Was this translation helpful? Give feedback.
All reactions