|
Class Summary |
| FlowAccept |
Contains static metadata information about a callable flow. |
| FlowCall |
Contains static metadata information about a possible call to a flow. |
| FlowConfig |
Contains static flow metadata about one particular page,
including information about whether it can be called, and
about which flows (if any) it can call. |
| FlowOnCommit |
Defines an action to execute in the caller environment after
a flow has committed. |
| FlowParamAccept |
Defines how a parameter value provided by a flow caller is imported
into the called flow's environment. |
| FlowParamSend |
Defines an "exported" parameter, from the point of view of the
flow caller. |
| FlowReturnAccept |
Defines how a return value from a flow is imported into the caller's environment. |
| FlowReturnSend |
Defines an "exported" return value, from the point of view of the
called flow. |