Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column

Workflows do not currently support a print feature. You may notice a print icon in the flow designer toolbar. Designers can click the icon to see a preview of the pdf that will be generated by for your flow.

You can print information from your workflow by one of the following methods:

  • Add a Summary step to your flow
  • Add a Print button

Image Modified

Column
width240px

On this Page:

Table of Contents

...

Code Block
languagehtml/xml
<a onclick="_frevvo.api.forms.printer.printFlowStep(this);" href="#" >Print Flow<Step</a>

The onclick call to _frevvo.api.printFlowStep(this), has been deprecated. Please replace this as shown in the sample above with the onclick call to _frevvo.api.forms.printer.printFlowStep(this);

...