Mapping the inputs of the activity
To map the inputs of the activity, perform the following step:
- Click the Map Input link in the Configure Activity section displayed under the orchestration.
Mandatory fields: The activity has following mandatory fields:
Name | Type | Required | Description |
inputType | String | Yes | This has following two values:
|
Optional fields: The activity has following optional fields:
Name | Type | Required | Description |
folderId | String | No | The ID of the folder of which details needs be fetched. |
fields | String | No | This is used to specify the attribute(s) to include in the response object. |
permissionInfo | Boolean | No | This is used to specify if permission associated with folder is to be displayed in response. Set it to True to retrieve permissionInfo for the folder. Set it to False to omit the permissionInfo in response. |
limit | Decimal | No | This is used to specify the maximum number of items to return in a page. |
offset | Decimal | No | This is used to specify the value at which to begin the response. An offset of value of 0 (zero) starts at the beginning of the folder-listing. |