use Alteration ---- ScheduleActivity error
https://github.com/elsa-workflows/elsa-core/blob/91b59a90efc647a5a0767aa42b2f3e9a6905e389/src/modules/Elsa.Workflows.Core/Contexts/WorkflowExecutionContext.cs#L481
System.InvalidOperationException : Sequence contains more than one matching element
NodeIdLookup.Single maybe NodeIdLookup.FirstOrDefault ? @sfmskywalker
Maybe, but perhaps there's a bug elsewhere and there shouldn't be more than one element in the lookup. So, instead of ignoring the duplicate, let's first try to understand the reason for it. Do you have steps to reproduce this issue we might look at?
Schedule Composite Activity ?
Do you have a sample project and or workflow I can use to reproduce this behaviour?
https://github.com/Nokecy/ElsaConsole_Demo @sfmskywalker
Do you have any ideas ? @sfmskywalker
Hi there, I’m afraid I haven’t had the time yet to look into this. I will report back any findings and ideas I might have. Thank you for your patience.