symbol|void Sequencer::Run( map Aliases, map Sequence ); |
The map of aliases or functions:
map Aliases = $[ <string Alias> : <term Function call>, <string Alias> : [ <term Function call>, true ], <string Alias> : [ <term Function call>, $[...] ], ... ]; |
The sequence or workflow:
man Sequence = $[ <string Alias> : $[ <symbol> retval : <string> Alias, <symbol> retval : <symbol> Return, ... ], ... ]; |
This is an outline of the next-generation WS, it is not implemented yet. It should be able of handling buttons and dialogs so, that you are able of exchange two dialogs without any change.
YCPString Sequencer::RunNG( map Aliases, map Sequence, map Default, boolean CreateWizard ); |
The default buttons map:
map Default = $[ <symbol> button : <any> value, <symbol> button : <any> value, ... ]; |