Im running elsa from orchard core but when i go to the admin menu Elsa workflows at
//localhost:5001/admin/elsa/server/local/workflow-definition/index
Im getting the exception :
Elsa.OrchardCore.Features.LocalWorkflowServer.Services.LocalWorkflowServerClient.ListWorkflowDefinitionsAsync
The method or operation is not implemented
Im running elsa from orchard core but when i go to the admin menu Elsa workflows at //localhost:5001/admin/elsa/server/local/workflow-definition/index
Im getting the exception :
Looking at the code it seems this is deliberate . https://github.com/elsa-workflows/elsa-orchard-core/blob/914ffee944bf3cfac476252f7376755957c129dc/src/Elsa.OrchardCore.Module/Features/LocalWorkflowServer/Services/LocalWorkflowServerClient.cs?_pjax=%23js-repo-pjax-container%2C%20div%5Bitemtype%3D%22http%3A%2F%2Fschema.org%2FSoftwareSourceCode%22%5D%20main%2C%20%5Bdata-pjax-container%5D#L12
Can we use the module from orchard core ?