Click on Map Input link in Configure Activity section displayed below the orchestration.
Download File Activity
Name | Type | Required | Description |
Path | String | Yes | The path to the file you want to retrieve. |
rev | string | No | The revision of the file to retrieve. This defaults to the most recent revision. |
retrieveChunk -:> startByte | integer | No | Only required for chunked download.startByte specifies the From which byte the data needs to be downloaded. |
retrieveChunk -:> endByte | Integer | No | Only required for chunked download. endByte specifies the end byte to which byte the data needs to be downloaded. |
fileType | String | yes | Specify the fileType to get the data in specified format. Drop down displayed to select either binaryContent or textContent. |