infinitic
infinitic copied to clipboard
Infinitic is a scalable workflow engine for distributed services. It shines particularly by making complex orchestration simple. It can be used to reliably orchestrate microservices, manage distribute...
Hi, I'm trying to develop a really simple (dummy) service to call to remote service using HTTP Client (Feign, WebClient or another) The problem: I have an internal service class...
Hi! I need to know if it's possible execute a Workflow as a Singleton. I mean: I need the execution of only one workflow at any time. **behavior expected**: when...
infinitice currently only is Java and Kotlin are supported.there will be python and so on?
To be able to store and use the differents events for analytics purpose, it will be great if the a subset of start, completion, cancellation or failure of workflow and...
Currently, from a workflow we can wait completion or check the status of a deferred - it could be useful to be able to cancel a Deferred (task or workflow)
For example when a task returns a listOf( @Serializable items)
allow use of Micrometer for reporting internal metrics
exposes a health check url for monitoring in production TBD such as /metrics for Prometheus use