Replies: 1 comment
-
I think I see what you mean. Instead of doing If so, then the question is: should there be a default handler that starts/resumes workflows blocked on In any case, although the Perhaps if you could describe your use case a bit more, it might help me figure out what should be changed to help implement your scenario. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Idea to have independent activity allows us to mix and match features/activities and to update/add additional one. Unfortunatelly this is not the case with Trigger Signal and Signaled since source code for Trigger Signal directly invokes the Signal:
This prevents us to use custom implementation of Signaled activity alone since we need to change both TriggerSignal and Signaled, in pair, to make changes.
Idea: To implement pub/sub where connection between Triggered and Signaled would be used to discover the type of Signaled activity type which will be invoked then.
Beta Was this translation helpful? Give feedback.
All reactions