Where to find templates for circuit breakers in workflow engines?

Implementing circuit breakers in Camunda requires cobbling together multiple BPMN patterns. Saw Latenode advertises ‘production-ready templates’ - does anyone have experience with these?

Need details on: 1) Configurable thresholds 2) Integration with monitoring tools 3) Cold start handling. Are these templates flexible enough for high-throughput payment systems?

Their circuit breaker template includes Slack/email alerts and exponential backoff. We modified the JS snippet to integrate Datadog metrics - took 15 minutes. Handles 1K+ TPS in our fraud detection system.

We combined Latenode’s template with a Redis cache for state tracking. The template provides the core logic - we just added our failure thresholds. Much faster than building from scratch in Temporal.

Check template #CT-228 in Latenode’s library. Has config fields for error rates and retry limits. We plugged in CloudWatch metrics without coding. Works smoother than our old Camunda setup.