[go-nuts] Re: Is there a workflow engine written in GO

2022-07-22 Thread Rick
I wouldn't say it's similar to BPEL, but there is Argo Workflows: https://argoproj.github.io/workflows/. Specific to Kubernetes. Each step in the workflow is a runs as a pod. On Thursday, 21 July 2022 at 11:02:37 UTC-7 Crbala Subramanian wrote: > Hi All > > Is there any reference

[go-nuts] Re: Is there a workflow engine written in GO

2022-07-21 Thread Crbala Subramanian
Hi All Is there any reference implementation of GUI based workflow engine similar to BPEL or Oracle OSM like No-code system built on golang. Thanks C.R.Bala On Friday, April 22, 2022 at 10:23:56 AM UTC+5:30 Ankush Thakur wrote: > As of 2022, Temporal is an amazing alternative:

[go-nuts] Re: Is there a workflow engine written in GO

2022-04-21 Thread Ankush Thakur
As of 2022, Temporal is an amazing alternative: https://temporal.io/ On Wednesday, August 11, 2021 at 10:26:14 PM UTC+5:30 Matt Bragaw wrote: > GitHub - uber/cadence: Cadence is a distributed, scalable, durable, and > highly available orchestration engine to execute asynchronous long-running >

[go-nuts] Re: Is there a workflow engine written in GO

2021-08-11 Thread Matt Bragaw
GitHub - uber/cadence: Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way. On Thursday, October 26, 2017 at 6:56:40 AM UTC-7

[go-nuts] Re: Is there a workflow engine written in GO

2017-10-25 Thread Samuel Lampa
You might want to check out http://scipipe.org We developed it and are currently using it to run cheminformatics pipelines (data mangling, machine learning etc) on a HPC cluster, at http://pharmb.io at Uppsala University. Cheers // Samuel On Friday, May 8, 2015 at 2:30:20 PM UTC+2, Sriram