Sipke Schoorstra

Results 251 comments of Sipke Schoorstra

I will - it's on my TODO list! I'm a little busy at the moment, so it will take a while before I get to it. But it's very important...

@jeffdoolittle It's not supported yet; I suspect there are some things that will have to be added to Elsa in order to support the Saga model. For instance, I don't...

With 2.0, you can now implement state machine workflows that wait for messages to be received, which should allow you to orchestrate web service invocations and of course sending messages.

Reopening because we do need a guide for this.

Hi @jayachandra21 @mohdali The serialization thing is quite tricky for me to get right without seeing a full repro, but if you can send me a sample project with this...

Hi @jayachandra21 - Thank you for the great repro - I am looking into this issue. @constantine-v As it turns out, the same issue applies to the new `ExecuteSqlQuery` activity....

Although I can successfully convert `DataSet` and `DataTable` to a collection, the next problem is that of serialization - the list item type of `DataSet/DataTable.GetList()` is `System.Data.DataViewManagerListItemTypeDescriptor` - which does...

I just found [this blog post](https://weblog.west-wind.com/posts/2008/sep/03/datatable-json-serialization-in-jsonnet-and-javascriptserializer) from Rick Strahl describing the process of serializing DataSet/DataTable/DataRow objects using custom converters. However, it only deals with writing JSON, not reading it back...

In summary: - I pushed an update that includes a new value converter that converts `IListSource` to `ICollection`, allowing for `DataSet` and `DataTable` to be returned from Jint into the...

@mohdali @jayachandra21 You're right, the server shouldn't crash when deserialization of a workflow instance fails. I have pushed [an update](https://github.com/elsa-workflows/elsa-core/commit/6daa8e456e8a3ab2b20da20d214626f259881b1f) that should fix this.