Aprana Seth
Aprana Seth
Thanks Chris for reporting this. We will be fixing this.
@axellundh the concurrency support has been added for service bus built-in trigger only as of now. Its currently behind a feature flag, please use below setting on the workflow extension...
> maxMessageBatchSize In addition to what Ben mentioned above, please ensure that the service bus extension setting "maxMessageBatchSize" is lesser than or equal to the the maximum concurrent runs specified...
@romlodihc what kind of workflow are you using? Are you using stateless workflows? The stateless workflow would wait for runs to complete before trigger can get new messages. @johan-burman when...