Back to Kinetic Platform Integrations
Handler · Version 1

Kinetic Request CE Attachment Copy Kinetic Platform

Download GitHub

About

This handler uses the Kinetic Request CE REST API to retrieve the file the user submitted in one submission to download it and upload a copy into another specified submission. Note: this is particularly helpful when passing attachments from service to queue task or from queue task to queue task.

Configurations
Name Description Sample
api_server Kinetic Request CE API Web Application http://server:port/kinetic
api_username Username for an account that has permission to use the API
api_password Password for the API user *********
space_slug The space slug (can also be set as a parameter).
enable_debug_logging Enable debug logging if the value is set to 'Yes'. No
Parameters
Name Description Sample
Error Handling Determine what to return if an error is encountered. Raise Error
Space Slug Slug of the Space where the handler should be imported
From Submission Id Submission Id that contains the attached file to copy 69825435-2b7b-11e7-983f-0748e4ca60e1
From Form Field Name Name of the file attachment field on the Kinetic Request CE form to copy from File to Review
To Kapp Slug The Kapp the receiving form is in. services
To Form Slug The Form receiving the attachment. file-review
To Submission Id Submission Id that contains the attached file to copy to 2a003fbf-2b8a-11e7-983f-c7d5681811fa
To Form Field Name Name of the file attachment field on the Kinetic Request CE form to copy to File to Review
Results
Name Description
Handler Error Message Error message if an error was encountered and Error Handling is set to "Error Message".
Files Information on the files that were copied.
Space Slug The space slug that was used.
Changelog

Kinetic Request CE Attachment Copy V1.2 (2018-05-25)

  • API Server Info Value changed to allow ${space} in the url for subdomain support (ie. https://${space}.localhost:8080/kinetic)

Kinetic Request CE Attachment Copy V1.1 (2017-11-21)

  • Renamed from Copy Attachment to Attachment Copy to meet handler naming conventions
  • Changed infovalues from kinopsserver, spaceusername, spacepassword to apiserver, apiusername, api_password

Kinetic Request CE Attachment Copy V1 (2017-04-27)

  • Initial version.
Download GitHub

On This Page

Other Versions

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top