{ "task_tracker_base_url":"<task_tracker_host>", "task_tracker_api_key":"apiKey_abc", "task_tracker_customer_id":"customerID_xyz", "task_tracker_polling_interval":"60", "task_tracker_is_configurable":"true", "task_tracker_server_retry_interval":"120", "task_tracker_ui_notification":"true"}
Parameter | Description |
---|---|
task_tracker_base_url | The URL of the Task Tracker web service. |
task_tracker_api_key | The API key is used to authenticate with the Task Tracker web service. |
task_tracker_customer_id | Unique identifier for the customer used to secure data in a multi-tenant system. |
task_tracker_polling_interval | How often, in seconds, the Task Tracker client connects to the Task Tracker web service. |
task_tracker_is_configurable | Boolean value that controls whether the Task Tracker is enabled on the client. A value of true enables Task Tracker. |
task_tracker_server_retry_interval | How often, in seconds, the Task Tracker client attempts to connect to the Task Tracker web service after an authentication failure. |
task_tracker_ui_notification | Boolean value that controls whether the Task Tracker client shows notifications for new, canceled, accepted, and completed tasks. A value of true enables notifications. |
task_tracker_notify_removed_task | Boolean value that controls whether Task Tracker shows notifications for removed tasks. A value of true enables notifications. |