You can trigger the start of the workflow from the main one via workers bindings, but if you want tr

You can trigger the start of the workflow from the main one via workers bindings, but if you want true separation of concerns, why not use a queue? You can push a message to start the next one or use https://developers.cloudflare.com/reference-architecture/diagrams/storage/event-notifications-for-storage/
Cloudflare Docs
Use Cloudflare Workers or an external service to monitor for notifications about data changes and then handle them appropriately.
Was this page helpful?