I have a list(changes rarely) stored in datastore. I am wondering if i can read this list and use cron capability to start one workflow at schedule time everyday?
I want to understand what happens when the item is added or removed from the list?
I would recommend making each of these workflows a CRON workflow. Then have a separate workflow that would periodically run reconciliation to ensure that the list in the DB matches the list of workflows.
I want to understand what happens when the item is added or removed from the list?
The reconciliation workflow is going to fix discrepancies. You can also strart/stop a corresponding workflow when updating a db.