Runtime tools : Core components : Flows : Concepts : Actions : Open view action
  
Open view action
The com.ibm.dse.automaton.ext.client.OpenView class is a generic action that opens the panel specified by the view attribute. The action uses the navigation controller that is available in the processor context. The action does the following to open the panel:
1 Calls the navigation controller to open the specified panel in the navigation mode specified by the navigation parameter. The action opens the view as either a peer or a child of the active panel.
2 Chains the panel context to the context specified by the action's linkContextTo attribute.
3 Copies data from the action context to the panel context using the format specified by the action's inputMapFmt attribute. The format moves data easily from one context to another by resolving any differences in namespaces. Panels from different business processes may use different names for the data but are otherwise interchangeable. The format's ability to map from one namespace to another allows you to reuse these panels.
Go up to
Actions