META-INF.templates.email.template.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chaconne-spring-boot-starter Show documentation
Show all versions of chaconne-spring-boot-starter Show documentation
Distributed task scheduling application framework
The newest version!
ClusterName: ${(jobKey.clusterName)!}
GroupName: ${(jobKey.groupName)!}
JobName: ${(jobKey.jobName)!}
JobClassName: ${(jobKey.jobClassName)!}
TraceId: ${traceId!}
StartDate: ${startDate!}
RunningState: ${runningState!}
Attachment: ${attachment!}
<#if stackTraceArray?? && stackTraceArray ? size gt 0>
<#list stackTraceArray as trace>
${(trace.stackTrace ? html)!}
#list>
#if>