Runtime components : Core components : Flows : Concepts : Actions : Close view action
  
Close view action
The com.ibm.dse.automaton.ext.client.CloseView class is a generic action that closes the active panel. The action uses the navigation controller that is available in the processor context. The action does the following to close the panel:
1 Copies data from the panel context to the processor context using the format specified by the action's outputMapFmt attribute.
2 Calls the navigation controller to close the active panel.
Go up to
Actions