elsa-workflows / elsa-orchard-core

Contains modules and themes that integrate Elsa with Orchard Core
BSD 3-Clause "New" or "Revised" License
20 stars 11 forks source link

Create a workflow definition from orchardcore ? #4

Open giannik opened 2 years ago

giannik commented 2 years ago

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

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 ?

HengzheLi commented 2 years ago

Same issue. Seems like it need to be impletemented by self.