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 Image Added 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 Added

Column
width240px

On this Page:

Table of Contents

 

Printing the Summary Step

The summary step supports a print button. To print the summary activitystep, first drag a summary activity into your flow from the palette and then setup summary fields to indicate which form fields to display in the printable summary activity.

Designers can click the Image Removed in the toolbar to see a preview of a customized pdf in the flow designer.

...

width75%

.

Add your own Print Button

It is also possible to add your own print button to any workflow step by adding a message control with the following html. Note that a custom print button will print the current

...

step step and not the entire workflow. Also the current

...

step will print even if the

...

step's print property is unchecked.

...

Code Block
languagehtml/xml
<a title="Print this form"
<center>
<a onclick="_frevvo.api.forms.printer.printFlowStep(this);" href="#" 
class="f-tb-print"><span id="f-form-tb-print-span"
>Print 
Form<
Flow</
span><
a>
</
a>
Column

Image Removed

 

center>

The _frevvo.api.printFlowStep(this) for the onclick handler javascript has been deprecated. See printing forms for more details on how to add a print message control.