Actions
Feature #18618
closedUse Dynflow as an ActiveJob backend
Status:
Closed
Priority:
Normal
Assignee:
Category:
Notifications
Target version:
Description
For several backend tasks, we can write jobs using ActiveJob API (very simple), but the executor we had is Dynflow which did not support ActiveJob. This changed with https://github.com/Dynflow/dynflow/pull/216 , so Foreman should take advantage of that and initialize a Dynflow world to be used in its jobs.
A good first place where this could be used is on recurring jobs that need notifications.
Actions