Question
For English only, other languages will not accept.
Before asking a question, make sure you have:
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we cannot reproduce it on current information, we will close it.
I have a question regarding the 'labels' property of the JobInstance object. What is its purpose? I cannot find any instances where this 'labels' property is being set or retrieved (get/set). Could someone please provide some clarity on this?
Thank you!
I can get the labels property, but it is always null.

This property was not set when the program started.

Maven dependency:
<dependency>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-spring-boot-starter</artifactId>
<version>3.1.0-SNAPSHOT</version>
</dependency>
Question
For English only, other languages will not accept.
Before asking a question, make sure you have:
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we cannot reproduce it on current information, we will close it.
I have a question regarding the 'labels' property of the JobInstance object. What is its purpose? I cannot find any instances where this 'labels' property is being set or retrieved (get/set). Could someone please provide some clarity on this?
Thank you!
I can get the

labelsproperty, but it is always null.This property was not set when the program started.

Maven dependency: