Charles d'Avernas

Results 229 comments of Charles d'Avernas
trafficstars

Hey @cbcrouse! Sorry for the delay for merging the your (awesome) PR. We needed to make sure to prepare our solution and purge past comments in order to start using...

@JBBianchi is that endpoint really required though? I believe you should be able to read that file on the front-end side using the `IWorkflowReader` from the ServerlessWorkflow SDK. That way,...

> From my understanding, file upload could be use for "projects", with multiple files (workflow, subflows and other references/resources) Yeah, that's a very valid point. I'm on it!

@JBBianchi My part's done ;) ![image](https://user-images.githubusercontent.com/16137162/169533149-a75aac23-0a65-4542-8012-008cf65f0a0b.png)

@JBBianchi What about performances when debug/remote debug (Blazor) is disabled? Still unsatisfying? In addition, are you using persistence plugins?

@JBBianchi I think it's due to the `Dynamic` implementation, which is very bad news 😭

@JBBianchi yielding (Task.Yield) in CPU intensive tasks seem to resolve the issue for others out there. Might apply to this case too.

@JBBianchi Hasn't this been resolved by #283 ? It sure does look like it to me, compared to before said PR 😄

Related to #225 and #245

Compensation has been wrongly implemented in #225 as some kind of error handling mechanism. In SW, it should instead be explicitly triggered by the workflow, and should trigger a reverse...