First page Back Continue Last page Graphics
Debugging Life Cycle Events: Task Flows
- Before a task flow is called:
oracle.adfinternal.controller.activity.
TaskFlowCallActivityLogic.execute()
- Before a task flow’s input parameters are resolved:
oracle.adfinternal.controller.activity.
TaskFlowCallActivityLogic.getInputValues()
- Before and after a task flow returns:
oracle.adfinternal.controller.activity.
TaskFlowReturnActivityLogic.execute()
Notes:
Debugging Life Cycle Events: Task Flow
This slide describes where to set breakpoints if you want to stop at specific points in a task flow.