About
This handler retrieves a file from Filehub and uploads that file to Kinetic Request CE.
Sample result: { "Content Type"=>"text/css", "Document Id"=>"2016/06/01/c980626d-4d4e-4b59-8c2a-a3584f79e0ce", "name"=>"test.css", "size"=>"29" }
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 |
filehub_key | filehub key | |
filehub_secret | filehub secret | ********* |
Parameters
Name | Description | Sample |
---|---|---|
Error Handling | Determine what to return if an error is encountered. | Raise Error |
Space Slug | The Space the submission is being retrieved from. | acme |
Kapp Slug | The Kapp being retrieved from. | test-kapp |
Form Slug | The Form being retrieved from. | test-form |
Filestore | Filestore of desired Filehub. | local-filestore |
Filepath | Filepath of desired file from Filehub. | 2017-11-19/12345678-1234-1234-123456789012 |
Filename | Filename new name of file being uploaded. | new_file.txt |
Results
Name | Description |
---|---|
Handler Error Message | Error message if an error was encountered and Error Handling is set to "Error Message". |
Content Type | File content type |
Document Id | File document id |
Name | File name |
Size | File size |
Changelog
Kinetic Request CE Attachment Upload 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 Upload V1.1 (2017-11-21)
- Changed name from Upload Attachment to Attachment Upload to fit handler naming conventions
- Change info values from server, username, password to apiserver, apiusername, api_password to follow Request CE handler conventions
- Added different error handling options
Kinetic Request CE Attachment Upload V1 (2016-06-02)
- Initial version. See README for details.
Download
GitHub
On This Page
Looking for a workflow engine?
Learn more about the Kinetic Data Enterprise Workflow Platform.
Check it out
Return to Top