- I have a schedule-triggered flow with a Wait element (wait 0 hours)
- After the Wait element transpires, an invocable Apex is called
Setup > Process Automation Settings > Default Workflow User states
The default workflow user is required for scheduled paths in record-triggered flows and time-dependent actions in workflow rules. If the user who triggered the automation is no longer active, the default workflow user is associated with the actions that are executed by the automation. The default workflow user always runs schedule-triggered flows.
Yet when I turn the debug log on for default workflow user, no logging is done for the invocable Apex code.
What is the running user for the post-wait invocable Apex transaction so I can find the debug logs?



