How to create a Unbounded task flow in Oracle Maf -


when create task flow maf-features.xml , bounded task flow created . how should create unbounded task flow go parent task flow. , use of adfc-mobile-config.xml unbounded task flow created automatically when create maf application.

from docs: maf amx application feature contains 1 unbounded task flow, provides 1 or more entry points application feature. entry point represented view activity. default, source file unbounded task flow adfc-mobile-config.xml file. consider using unbounded task flow if following applies:

■ there no need task flow called task flow.

■ maf amx application feature has multiple points of entry.

■ there no need designated activity run first in task flow (default activity).

an unbounded task flow can call bounded task flow, cannot called task flow.

unbounded task flows there allow navigate amx page , call bounded task flow there more detailed work.

i not understand mean by: "so go parent task flow" unbounded task flows cannot called not sure mean "parent" in context. if need navigate content resides on unbounded task flow, navigate using task flow return (from called task flow).


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -