Sipke Schoorstra

Results 395 comments of Sipke Schoorstra

No objections, it sounds good 👍🏻

Yes! It’s been a long-standing wish to have BPMN interoperability. I don't think I have a nice extensibility endpoint atm to translate between formats, but I do intend to fix...

For BPMN support, we need Elsa 3 which is designed to support different kinds of workflows. Initially it comes with a simple Flowchart and Sequence as diagram types. Once it’s...

That's exactly right; the initial 3.0 release will be **without** BPMN support. The architecture, however, allows for adding BPMN support later on. The way things are looking now, the 3.0...

Revert what exactly from which version to what previous version? Are you referring to a commit or entire package versions?

I haven’t seen that before, but 20 seconds on average is not normal for just 10 workflows. Doing the timer thing is a good start. Perhaps you can clone the...

@fearless87 Yes, the way to return back to a previous node is to connect to it using the designer. One thing to take care of however is that with Elsa...

@jdevillard I pushed a change that seems to fix this issue, but I haven't been able to test with SQL Server, MySQL Postgres or Oracle as of yet. @johnwc If...

@jdevillard No worries, thank you for being on top of it. Let's indeed upgrade to the latest version of BulkExtensions and remove the workarounds that are no longer necessary. Still,...

@akunzai I think I see why - notice the \`t\` in the query - that should have been removed, but in my replacement logic, I only check for double-quotes. Very...