Initially released to IWS Test on 20161228
Info | ||||
---|---|---|---|---|
| : ||||
Due to the holidays, there will be no IWS release no January 4th. The first IWS release in 2017 will be on January 11th. |
...
Modified Pattern for Restart Workflow Correlation Id
The pattern for restart workflow correlation id has been changed. This change was necessary as a result of an EJM code change coming in the EagleML January release and tracked under #146703 (CorrelationID Value Uses Different Algorithm When Runnning profile directly from EJM Tool vs PACE Event).
The following changes were made:
...
in
...
*_restart.xml
...
rule
...
:
Code Block |
---|
from: <COL TAG="cmCorrelationId" EXPRESSION=":corrid: + convert(today(),'yyyymmdd') + 'T' + convert(currenttime(),'hhmmss')" />
to: <COL TAG="cmCorrelationId" EXPRESSION=":corrid: + '' + GUID() " />
|
in
...
*_restart.wrf
...
:
Code Block |
---|
from: |corrid|EXPR#''+ convert(today(),'yyyymmdd') + 'T' + convert(currenttime(),'hhmmss') to: |corrid|EXPR#''+GUID() |
...