+ Start a Discussion
Tim__mTim__m 

Scheduled APEX jobs and transactions

How do transactions work with scheduled APEX? If I have a class that schedules an APEX job in a catch block and then rethrow the exception well the APEX job still fire and perform all DML operations within the schedulable class?

 

I was going to build a prototype to test this out but thought I would ask before going crazy with code.

 

Thanks!