Borja Fernández

Results 7 issues of Borja Fernández

When the message is longer and the library split the message. The speed at which consecutive parts are sent is so high that server limitations jump. I have temporarily fixed...

In the latest versions the option in the workflow definition editor disappear For now im "configuring" it from Database in the definition Server version used: 3.0.4 Studio version used: 3.0.4

bug
elsa 3

Hi I am implementing a retry that supports an ActivityInstanceId I give an example of the code ``` public async Task Retry(string instanceId, string activityInstanceId) { var allResults = new...

bug
elsa 3

In Elsa 2 we can Dispatch a new instance of a workflow by name It would be interesting to maintain this possibility in elsa 3

enhancement
elsa 3

In Elsa 2 we have the possibility to set a WorkflowContextId before dispatching a StartableWorkflow. In Elsa 3 the workflows works as a module and we cant initialize the workflow...

enhancement
elsa 3

Hi, I think I have detected what could be a critical issue in saving workflows after having modified the code of an activity and having incorporated new inputs. To reproduce...

bug
elsa 3

**Use case** We have a flow where it is iterated in parallel for each contracted order. Within each iteration a call is being made to a Rest API to integrate...

elsa 3