Capability
Scheduled And Event Driven Workflow Execution
20 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
via “scheduler workflow for recurring and delayed execution”
Durable execution for distributed workflows.
Unique: Scheduler Workflow is a built-in system workflow that uses the same durable execution model as user workflows, ensuring that scheduled executions are not lost even if the scheduler crashes. Schedules are stored in the workflow history, providing an audit trail of all scheduled executions.
vs others: More reliable than external cron jobs (cron, Quartz) because scheduled executions are persisted in the workflow history and automatically retried on failure, whereas cron jobs can be lost if the cron daemon crashes.