Borja Fernández
Borja Fernández
I think the problem comes from this function in ActivityExecutionContext ``` /// /// Send a signal up the current hierarchy of ancestors. /// public static async ValueTask SendSignalAsync(this ActivityExecutionContext context,...
I implemented a custom alteration for Retry that "works" with nested well: ``` public class RetryAlterationHandler : AlterationHandlerBase { protected override async ValueTask HandleAsync(AlterationContext context, RetryAlteration alteration) { if (alteration.ActivityInstanceId...
Right now to test I'm doing something like this, but from Elsa Studio I can't configure the context because of this: https://github.com/elsa-workflows/elsa-studio/issues/75 Terminating the Activity, you could set the context...