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 |
documentId | String | No | This is used to provide the ID of the specific document of which HTML content is to be retrieved. |
fields | String | No | The names of the specific fields to be retrieved along with document content. |
limit | Decimal | No | This is used to specify the maximum number of items to return in a page. |
created_before | String | No | This is used to specify the timestamp to retrieve the documents created before it. |
created_after | String | No | This is used to specify the timestamp to retrieve the documents created after it. |