formPDF Step

Last published at: June 21st, 2023

Description:

Convert form instance HTML to PDF.  

Inputs

  • formInstanceID – Tenant manager connection string
  • outputPath – Tenant/Host Name

Returns

  • True – step executed successfully
  • False – step failed to execute 

Usage:

Example:

Let’s build and execute the formPDF example.    

  • Create a new definition called “formPdfDef”
  • Select the definition and click the “design” button
  • Drag a routeForm and formpdf step to the canvas
  • Connect the dots between the start, routeform and formpdf step

  • To configure formRoute step go please through the formRouteStep document
  • Click on the “formpdf” step to configure its properties
  • Configure the following values for the properties as shown on the below graphic

  • Save the workflow definition, create a workflow instance and execute. Step will generate a new pdf file at given output path.