My requirement is:
- Workflow should run daily at 2pm. Workflow has been scheduled to run at 2pm
- We have lookup on master tables. Records with IDs that are not present in the master tables will get rejected.
- These new IDs have to be loaded into the master tables manually and then the workflow has to be re-run.
- Daily the same thing happens.
My question is -
Is it possible to schedule a workflow to run twice every day(one for the first run, the other to run after the master table is updated)? If No, can I manually start a scheduled workflow? Will it make the workflow unscheduled?
Please, Can any one help me with this?
Informatica's scheduler is a weak spot. I guess using two copies of the same workflow with different schedules would be the easiest solution.