elsa-workflows / elsa-core

A .NET workflows library
https://v3.elsaworkflows.io/
MIT License
6.54k stars 1.2k forks source link

SignalReceived as first activity can't launch workflow #4682

Open KVM-Explorer opened 11 months ago

KVM-Explorer commented 11 months ago

hi, I try to start a workflow with signalReceviced as the first activay,to achieve delay launch. Because I am using a framework called WTM which integrate elsa workflow limited,only a simple function encapsulation “StartWorkflowAsync”. But i want to add some variable before instance launch so I try to start a workflow with signalReceviced as the first activay.

When I try to launch the activity , elsa framework launch it, the RunWorkflowResult has instance and other information ,all seem work well except Executed is false. And In fact, Database and Web doesn't have any instance,which means it doesn't launch any instance rightly, but other workflow can work well. Now I have found other solution to feed my need. But I think this maybe a bug for elsa workflow. image

my elsa version is elsa 2.13

sfmskywalker commented 11 months ago

It does indeed sound like a bug. Thanks for reporting!