Advanced Utilities workflow components
Windows Share file to payload
The advanced, utilities workflow component, Windows Share file to payload reads a file from a Windows Share and loads it into the payload of the current workflow. The workflow component has these parameters: Share The Windows Share connection used ...
Windows Share to attachment
The advanced, utilities workflow component, Windows Share to attachment reads a file from the referenced Windows Share and stores it into an attachment of the current workflow. This attachment can be used e.g. as an additional attachment in a ...
Windows Share list files
The advanced, utilities workflow component, Windows Share list files lists all files found in a folder. The workflow component has these parameters: Share: The name of the Windows Share connection in tenant settings Recursive scan: If selected, sub ...
Windows Share delete file
The advanced, utilities workflow component, Windows Share delete file can be used for deleting a file in a Windows Shared folder. The workflow component has these parameters: Share: The name of the Windows Share connection to delete from Path: The ...
Attachment to Windows Share
The advanced, utilities workflow component, Attachment to Windows Share writes an attachment in the current workflow as a file in the referenced Windows Share. The workflow component has these parameters: The parameters are: Share: The share name ...
Database Stored Procedure Call
The advanced utilities workflow component, Database Stored Procedure Call executes a stored procedure/function that has been created in the database. A prerequisite for this workflow component is, that the general setting for Database execution: ...
Swagger HTTP workflow component
The advanced, utilities workflow component, Swagger HTTP can load a Swagger JSON definition can be loaded and a request from the API can be selected. An HTTP component is then generated with URL, output type, parameter names and header names ...
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. Note that if you use the "append to zip archive" component after the "zip to payload" component, with ...
XML remove namespaces
This advanced utilities workflow component removes all name spaces from the XML file in the workflow payload. The workflow continues processing on the changed XML. The XML remove namespaces workflow component has no parameters.
Shorten meta data names
Use this to remove a common prefix from all meta data keys in the current workflow. This can be handy, if a lot of meta data keys are entered from an external resource, when the workflow was called. So to make it easier to refer to the meta data ...
Set secure workflow variables component
The advanced, utilities workflow component, Set secure workflow variables can be used as a way to protect passwords used in the InterFormNG2 workflows e.g. for API calls. Related built-in functions are: ng:encrypt() and ng:decrypt(). The component ...
Retry-repeat workflow component
The advanced utilities workflow component, Retry-repeat can help you, if you have a workflow component, that sometimes fail. You can use this to retry a subtree of workflow components until no error occurred, but it will fail when it has tried a ...
Replace non-breaking space component
This advanced workflow component, Replace non-breaking space replaces any non-breaking space (nbsp) hexadecimal 0A or C2A0 in UTF-8 with a normal space in an XML file. An alternative to this component (and more detailed information) is found in the ...
Remove a node from XML
This advanced utilities workflow component can remove one or multiple nodes from an input XML, that is found in the payload of the workflow. The output is a changed payload, where the selected nodes are removed. The workflow continues processing with ...
Repeat workflow component
The advanced, utilities workflow component, Repeat creates a loop in which the components following it are executed a number of times. At the start of each repetition, the workflow payload and variables are reset to the state they have at the point ...
PDF scale and rotate
If you have created a PDF file with the wrong page format, if you want to rotate the PDF or even reposition the PDF contents, then you can consider the advanced workflow utilities component, PDF scale and rotate. The PDF Scale and rotate component ...
PDF Protect/restrict
You can password protect and restrict a PDF inside the payload of InterFormNG2, that is later saved. The PDF should normally first be created with the component: Create PDF document. When you open a protected PDF file, you will be prompted for a ...
PDF Metadata to XML
The advanced, utilities workflow component, PDF Metadata to XML can help you to extract both metadata as well as key/values for form fields from a PDF file. The PDF must be loaded into the payload of the workflow before running this component. The ...
PDF digitally sign
You can add a digital signature to a PDF inside the payload of InterFormNG2, that is later saved. The PDF should normally first be created with the component: Create PDF document. To do that you use the advanced utilities workflow component: PDF ...
Payload to workflow variable
The advanced, utilities workflow component, Payload to variable copies the current payload into a variable. This can e.g. be used, if you want to insert the payload into an output file via a variable in a transformation. The payload to workflow ...
Payload to named property
The workflow component, Payload to named property can be used, if you want to save the current payload of the workflow in order to be able to get back this payload (With the named property to payload component), even if the payload was overwritten in ...
New log line component
The job logs of InterFormNG2 includes all requests, but it can be a bit difficult to identify a specific document, so to make that possible you can assign a value to the Log info meta data key. This makes is much easier to search for a specific job ...
Named property to payload
This component can be used with the workflow component, Payload to named property. The named property to payload component retrieves a named property, that was previously saved with the Payload to property, into the payload. This can e.g. be used, if ...
Log to XML
This advanced utilities workflow component retrieves a job log and copies it into the payload (and overwrites the previous contents) of the current workflow in XML format. As default the component retrieves the job log of the current workflow. ...
List resources
The advanced, utilities workflow component, List resources can be used in order to generate a list of all resources in a specific directory. The list is generated as an XML file and is output into the payload of the current workflow. Please notice, ...
List filesystem directory
You can use InterFormNG2 to generate a list of all files in a specific directory (and even include files in sub-directories) and output the list as an XML file. This can be done with the advanced, utilities workflow component called: List filesystem ...
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). This component is only necessary when you use the "append to zip archive" component ...
HTTP Post request
In InterFormNG2 it is possible to call (most) external HTTP REST APIs / Webservices and form submits using workflow components. The calls are based on RFC2616 Hypertext Transfer Protocol HTTP/1.1 https://www.ietf.org/rfc/rfc2616.txt The external HTTP ...
HTTP Post multipart Request
In InterFormNG2 it is possible to call (most) external HTTP REST APIs / Webservices and form submits using workflow components. The calls are based on RFC2616 Hypertext Transfer Protocol HTTP/1.1 https://www.ietf.org/rfc/rfc2616.txt The external HTTP ...
HTTP Post body only Request
In InterFormNG2 it is possible to call (most) external HTTP REST APIs / Webservices and form submits using workflow components. The calls are based on RFC2616 Hypertext Transfer Protocol HTTP/1.1 https://www.ietf.org/rfc/rfc2616.txt The external HTTP ...
HTTP GET Request component
In InterFormNG2 it is possible to call (most) external HTTP REST APIs / Webservices and form submits using workflow components. The calls are based on RFC2616 Hypertext Transfer Protocol HTTP/1.1 https://www.ietf.org/rfc/rfc2616.txt The external HTTP ...
First in first out component
With this advanced, utilities workflow component you can ensure, that input files are processed in the sequence in which they have arrived in InterFormNG2, where they normally a processed in parallel and might e.g. print out in a different order than ...
From Windows share to named attachment
The advanced, utilities workflow component, From Windows share to named attachment enables you to load a file from a Windows share (SMB 2/3) into a named attachment in the workflow. The component has these parameters: Attachment name The name of the ...
From variable to resource
You can load data from a workflow variable into a Library resource within a workflow with the advanced, utilities component: From variable to a resource. The component has these parameters: Variable name The name of the variable to copy the data ...
From variable to payload
With the advanced, utilities workflow component, From variable to payload you can overwrite the current payload of the workflow with the contents of a workflow variable. The parameters are: Variable name The name of the variable to copy the data ...
From variable to file
With the advanced, utilities workflow component, From variable to file you can save the contents of a variable as a file. The parameters are: Variable name The name of the variable, that should be saved into a file. Decode base64 If the data in the ...
From variable to attachment
If you want to attach an extra file to an outgoing email, then you can use the advanced, utilities workflow component, From variable to attachment to achieve that. The component has these parameters: Variable name The name of the variable from which ...
From resource to file
With the advanced, utilities workflow component, From resource to file you can save a resource in the file system. The parameters are: Resource type The type of resource. You can select that via a drop down list or via an Xpath expression, if you ...
From file to workflow variable
With the advanced utilities workflow component, From file to workflow variable you can extract the contents of a file in the file system and put that into the contents of a variable. A related component is: Resource to workflow variable. This can ...
From file to resource
You can load a file into a resource within a workflow with the advanced, utilities component: From file to a resource. The component has these parameters: File path The path to the file, that you want to load as a resource. Resource type This is a ...
Next page