go-workflows icon indicating copy to clipboard operation
go-workflows copied to clipboard

Embedded durable workflows for Golang similar to DTFx/Cadence/Temporal

Results 55 go-workflows issues
Sort by recently updated
recently updated
newest added

Since the addition of WAL, sqlite can handle multiple connections however this can often spur database locked errors. As part of the https://github.com/ConduitIO/conduit project we ran some tests and found...

Workflows and activities can be registered using names, while this work for starting workflows, seems to be failing to when using it for activities and ~sub workflows~, e.g. `ExecuteActivity[any](ctx, opts,...

Hi all, we encountered this issue when trying to spin up 256 "goroutines" in a workflow and saw significant performance degradation in our unit test. ## Recreate Using `go-workflows` version...

bug

- Define protobufs for the history events - De-/Serialize events to protobufs - Benchmark difference

Similar to #317

feature
backend