Hi all,
We are using Workflow Manager in Enterprise 10.9.1 environment. By default, the job name is populated using JOB_[index], and I have a couple questions regarding the [index] field.
Any insights are appreciated.
Thanks!
Margo
Solved! Go to Solution.
Instead of changing [index] value, we have JOB NAME equal to [index] without having any other text value in it. And in our workflow diagrams, the first step is Update Job Properties. What it does is to transform JOB NAME from a string to integer and add a certain number to it. So the JOB NAME starts at a higher number. This step is run automatically and is run before any emails containing job name are sent out.
This way we don't have to worry about the new JobIndex expression returning a value of -1 because we only use job name field.
Instead of changing [index] value, we have JOB NAME equal to [index] without having any other text value in it. And in our workflow diagrams, the first step is Update Job Properties. What it does is to transform JOB NAME from a string to integer and add a certain number to it. So the JOB NAME starts at a higher number. This step is run automatically and is run before any emails containing job name are sent out.
This way we don't have to worry about the new JobIndex expression returning a value of -1 because we only use job name field.