Open sturlath opened 2 months ago
@sfmskywalker any change to get some feedback here? I just can´t get this to work 🤷♂️
Hey there! I suspect that the way you’re using the MT activities may not be fully tested. I only ever tested this for use in the designer where the activities are generated for each registered message. However, when you’re using a code first approach, either you would need to use some dynamic activity to be able to provide the right activity type, or we should revise or add activities that let you use it the way you’re trying to.
🤷♂️ I think I will just wait with further exploring Elsa 3.x until it has matured further with the documentation and examples 😉 I really like what I see but at the moment its way to hard and time consuming for me.
Sounds fair. Thank you for the feedback.
I´m trying to use UseMassTransit().UseAzureServiceBus() to start my workflow but am totally unable to get it working. The only other thing I found was this discussion but that is version 2.
This here is what I currently have working in my normal MassTransit setup
and then in my Program.cs
But this here is as far as I have been able to get with Elsa version 3.2.0-rc4.
Here is the workflow that should be the starting point when a message hits. I followed MessageReceivedTriggerWorkflow
But what ever I try I just can´t get the
AssignmentConsumedWorkflow
to fire.Hope you can assist me in the right direction before I give up 😅