Updated docs for external-execution-id

This commit is contained in:
Glenn Renfro
2016-10-12 17:14:08 -04:00
parent afd0e09e6a
commit 644daa8508

View File

@@ -165,7 +165,7 @@ In order to configure your Task to use a generated TaskExecutionId add the
following property:
```
spring.cloud.task.external.executionid=<externalTaskId>
spring.cloud.task.external-execution-id=<externalTaskId>
```
[[features-task-configurer]]