Unzip
Unzip a file
Input
The following is the input for the activity.
Input Item | Data Type | Description |
---|---|---|
zipLocation | String | Location of the zipfile to extract. May or may not end with path separator |
zipFilename | String | Name of the zipfile to extract. Must include extension. Must be in ZIP format. |
unzipLocation | String | Location where to extract the archive contents. May or may not end with path separator |
createDirs | Boolean | (Optional) Specify whether to create missing directories that build up the unzipLocation path. Default is false |
overwrite | Boolean | (Optional) Specify whether to overwrite an already existing item with same as the one being extracted under unzipLocation. Default is false |
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.