ADF Mobile bounded task flow
Overview tab
General
Use to specify general properties for an ADF Mobile bounded task flow. How?
General
Task Flow ID
An identifier used to reference a bounded task flow within ADF Controller metadata. The identifier is taken from the value specified in the Task Flow ID field of the Create ADF Task Flow wizard. How?
Default Activity
Enter the ID of an activity to execute when the bounded task flow initializes. For example, View1. You can only specify one default activity per bounded task flow.
Initializer
Write an EL expression for a custom method to invoke when a bounded task flow initializes. For example, write an EL expression that invokes a managed bean method, as in the following example: #{pageFlowScope.modelBean.initialize}.
Finalizer
Write an EL expression that references a custom method to invoke when a bounded task flow exits using a task flow return activity or because an exception
occurs. Common finalizer tasks include releasing all resources acquired by the bounded task flow and performing cleanup before exiting the bounded task flow.
Write an EL expression similar to the following example that references a managed bean method: #{pageFlowScope.modelBean.releaseResources}.
Mobile Developer's Guide for ADF, "Creating Task Flows"
Copyright © 19972013, Oracle. All rights reserved.