diff --git a/docs/reference-docs/api/metadata/creating-task-definitions.md b/docs/reference-docs/api/metadata/creating-task-definitions.md
index c5047603..0a5a629e 100644
--- a/docs/reference-docs/api/metadata/creating-task-definitions.md
+++ b/docs/reference-docs/api/metadata/creating-task-definitions.md
@@ -27,7 +27,7 @@ Task definitions register tasks in Conductor. This API is used to create task de
| concurrentExecLimit | The number of tasks that can be executed at any given time.
For example, if you have 1000 task executions waiting in the queue and 1000 workers polling this queue for tasks, but if you have set _concurrentExecLimit_ to 10, only 10 tasks would be given to workers (which would lead to starvation). If any of the workers finish execution, a new task(s) will be removed from the queue while still keeping the current execution count to 10. |
| backOffScaleFactor | The value to be multiplied with retryDelaySeconds in order to determine the interval for retry. |
| rateLimitFrequencyInSeconds, rateLimitPerFrequency |