Advanced Utilities workflow components

Advanced Utilities workflow components

The Advanced Utilities workflow components are as follows:     
  1. Append to zip archiveAppends the payload to a zip file. The zip file will be created, if the referenced zip file does not exist.
  2. Attachment to payloadTakes a named attachment, removes it and inserts it as the current payload of the current workflow.
  3. Attachment to Windows Share. Copies a named attachment to a Windows Share.
  4. Base64 XML node to payload. If a resource is included as base 64 in an input XML file, then you can use this component to extract the resource from the input file into the payload.
  5. Database SQL select. Executes a select from database and returns the result as XML.
  6. Database SQL update. Executes a custom SQL update. 
  7. Database stored procedure call. Executes a stored procedure in a database and returns the result as XML.
  8. Delete file. Use this to delete a file from the system where InterFormNG2 is running.
  9. Delete resource. You can use this e.g. to delete a resource, that was temporarily generated.
  10. DigitalSign cloud PDF signing. This is a special component for signing invoices in Portugal.
  11. Edit document text. Edit modifiable texts in the created document. This is related to webforms.
  12. Error workflow component. Sets up a (new) workflow to be called, if an error should occur.
  13. Execute native O/S command. This component executes a native operating system command on which the application is running.
  14. First in, first out queue. Queues incoming items and processes them one at a time in arriving order (FIFO).
  15. Force content type. This overrules the file type of the payload and force a specific type. This can e.g. be used, if you want to process a spooled file as an XML.
  16. From attachment to file. Copies a workflow attachment into a file.
  17. From attachment to resource. Copies a workflow attachment into a resource in the Library.
  18. From attachment to variable. This component copies the contents of a workflow attachment into a variable.
  19. From file to attachment. Use this component to retrieve the contents of a file from the folder system and put
    it into an attachment in the workflow.
  20. From file to payload. This component retrieves the contents of a file from the folder system and overwrite the payload of the workflow.
  21. From file to resource. Copies the contents of a file into an InterFormNG2 resource.
  22. From file to workflow variable. Copies the contents of a file into an InterFormNG2 variable.
  23. From resource to file. Copies contents from a resource to a file.
  24. From variable to attachment. Copies the contents of a workflow variable into an attachment in the workflow.
  25. From variable to file. Copies the contents of a workflow variable into a file.
  26. From variable to payload. Copies the contents of a workflow variable into the workflow payload.
  27. From variable to resource. Use this workflow component to copy the contents of a variable into a Library resource.
  28. HTTP GET request. Makes a HTTP get request / Rest API call to a service outside InterFormNG2.
  29. HTTP Post body only request. Sends a HTTP post body request / Rest API call to a service outside InterFormNG2.
  30. HTTP Post Multipart request. Sends a HTTP post multipart request / Rest API call to a service outside InterFormNG2.
  31. HTTP Post request. Sends a HTTP post request / Rest API call to a service outside InterFormNG2.
  32. Initialize zip archive. This workflow component initializes a zip archive with a specific ID. If an archive with this ID already exists, it will be re-initialized (all content is lost).
  33. List filesystem directory. Lists a directory in the OS filesystem as XML.
  34. List resources. List all resources in a folder as XML.
  35. Log to XML. Retrieve a log tree and copy it into the payload of the workflow.
  36. Named property to payload. Loads a previously saved property back into the payload. This have earlier been saved with the Payload to named property component.
  37. New log line. Can be used for creating multiple job logs from a single input file. This is useful, if e.g. the input file is split up.
  38. Payload to named property. Copies the current payload of the workflow into a named property. This can later be retrieved with the component, Named property to payload.
  39. Payload to workflow variable. Copies the current payload into a workflow variable.
  40. PDF digitally sign. Adds a digital signature to a PDF file.
  41. PDF Metadata to XML. Extracts properties from the PDF file in the payload into an XML file, which replace the payload.
  42. PDF Protect/restrict. Sets access passwords for the PDF file and restricts print, copy and read options.
  43. Repeat workflow component. Enables repeat for elements in the workflow. This can e.g. be used for handling details of an input file.
  44. Remove a node from XML. This removes one or multiple nodes from the XML payload file. that fits an xpath expression.
  45. Replace non-breaking space component. This component can be used for removing non breaking spaces (NBSP) from an input XML file. Such characters can cause an issue when rendering the output, if the non breaking space is not included in the used font.
  46. Retry-repeat workflow component. This can be used, if you want the workflow to retry an action up to a fixed number of retries, if the action should fail. This can be useful for interaction with 3rd party applications or servers.
  47. Set secure variables. Store variables in a secure way, that must be hidden from plain sight in the workflow editor.
  48. Shorten meta data names. Use this to remove a common prefix from all meta data keys in the current workflow.
  49. Swagger HTTP. HTTP request from a swagger definition.
  50. Variable to Windows Share. Writes contents from a workflow variable to a Windows share file.
  51. Windows Share delete file. Deletes a file from a Windows Share.
  52. Windows Share file to payload. Loads a file from a Windows share and copies the contents into the payload of the workflow.
  53. Windows share list files. Lists file from a Windows share as XML.
  54. Windows share to attachment. Reads a file from windows share and copies it into an attachment.
  55. Windows share to variable. Reads a file from windows share and copies it into a variable.
  56. XML remove name spaces. Removes all name spaces from the XML file in the workflow payload.
  57. Zip to payload. This workflow component will close a zip archive and move it to the payload. You can then do further processing on it, such as saving it to a file.
    • Related Articles

    • Advanced workflow components

      The list below contains the groups of the advanced workflow components: Output Utilities Converter Email tool Debugging Special Set meta data Other Create document Validation
    • Advanced Debugging workflow components

      The advanced debugging workflow components are: 1.Debug headers. This component outputs all meta data keys into the debug log. 2.Delay 30 seconds. This component delays the current workflow with 30 seconds.
    • Advanced Converter workflow components

      The advanced converter workflow components are these: 1.Change payload encoding. Changes the encoding of the payload in the current workflow. 2. Cut textural payload. Cut a textural payload where a specific character sequence is found. 3.Split XML. ...
    • Advanced Special workflow components

      The advanced special workflow components are: Cancel delayed email. Cancels the delayed emails, that has a specific cancel key. Delayed email cancel key. Use this component to set a unique value for the cancel key for a delayed email. Enrich by input ...
    • Advanced Validation workflow components

      This is the list of advanced validation document workflow components: Rule-based validation report to log. Rule-based validation report to text attachment. Rule-based validation report to XML attachment. Rule-based XML validation. Validate XML ...