Zip
Zip files or folders
Input
The following is the input for the activity.
Input Item | Data Type | Description |
---|---|---|
location | String | Location of the file or folder to zip. May or may not end with path separator |
filename | String | Name of the file or folder to zip |
zipLocation | String | Location where to save the generated zip. May or may not end with path separator |
zipFilename | String | Name of the zip file to create. A .zip extension will be appended to the name |
createDirs | Boolean | (Optional) Specify whether to create missing directories that build up the zipLocation path. Default is false |
overwrite | Boolean | (Optional) Specify whether to overwrite an already existing file with same zipName.zip name under zipLocation. Default is false. A backup copy of the existing file with .bak appended to the name is created and removed ONLY if the activity ends successfully |
Conversations
The Conversations tab allows you to initiate or join a conversation.
Conversations receive message after the creation of the process instance, which is initiated or joined by an activity. This activity can be used to initiate a conversation. Click the
Add New Conversation
icon to initiate a conversation. For more details on conversations, see
TIBCO ActiveMatrix BusinessWorks Application Design.