Hi Radostina!
In your case, if you want to periodically check whether a process should be started according to the schedule based on your dictionary, you can use standard WEBCON actions, including
1. Recurring actions – here you can set a schedule, e.g., daily checks – https://docs.webcon.com/docs/2023R3/Studio/Workflow/Workflow_GlobalAction3/module_2_4_7_4_2
2. Start a subworkflow (SQL) – you can add this action in recurring actions, which can run tasks according to your description. In the action, you define the process/path/data to be completed – https://docs.webcon.com/docs/2023R3/Studio/Action/Workflow/StartManyWorkFlows/