Name

adams.flow.transformer.ConfirmationDialog


Synopsis

Pops up a confirmation dialog, prompting the user to select 'yes', 'no' or 'cancel'.
If no custom tokens are used, the current token is only forwarded when the user selects 'yes'. Otherwise the token simply gets dropped.
In case of custom tokens, depending on the user's selection, either the user-defined 'yes', 'no' or 'cancel' string get forwarded as string tokens.
Closing the dialog gets interpreted as selecting the 'cancel' button.


Additional information

Flow input/output:
- input: adams.flow.core.Unknown
- output: adams.flow.core.Unknown

Interactive actor information:
- supports interaction in headless mode: true


Options