-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaking changes from version 2.4.0-preview.493 to 2.5.0 #28
Comments
Hi @oacostam, Sorry about that. There's currently no replacement for that scenario, which is an omission on my part. I will add a method that let's you find all workflow blueprints by tag. The method will be called |
I pushed an update that adds the aforementioned method. I'll update the sample code once 2.6 is released (which will contain this new method). |
Hi Sipke.
Thanks a lot four your awesome support!
Kind regards.
El lun, 14 mar 2022 a las 12:09, Sipke Schoorstra ***@***.***>)
escribió:
… I pushed an update
<elsa-workflows/elsa-core@5217f8f>
that adds the aforementioned method. I'll update the sample code next.
—
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABQ3OHIB57SQYUA2BDJIPETU74M6RANCNFSM5P5GIXBA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Oscar Acosta
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello.
Current elsa-guides uses version 2.4.0-preview.493 of Elsa libraries. When I try to upgrade it to 2.5.0 I got an error on DocumentManagement.Workflows.Handlers.StartDocumentWorkflows, line 31. Current version contains:
After the upgrade, I got the following compiler error:
"Error CS1061 'IWorkflowRegistry' does not contain a definition for 'FindManyAsync' and no accessible extension method 'FindManyAsync' accepting a first argument of type 'IWorkflowRegistry' could be found (are you missing a using directive or an assembly reference?)"
What could be a good replacement for method IWorkflowRegistry.FindManyAsync in version 2.5.0?
Kind regards.
The text was updated successfully, but these errors were encountered: