If you do not specify the JobName in a Call Workflow activity, the name of the created job appears to be the template name, padded with random characters. Is this an expected behavior?

If you do not specify the JobName in a Call Workflow activity, the name of the created job appears to be the template name, padded with random characters. Is this an expected behavior?

book

Article ID: KB0087111

calendar_today

Updated On:

Products Versions
TIBCO BusinessWorks Workflow -
Not Applicable -

Description

Resolution:
When we use a "CallWorkflow" activity and do NOT give the Job Name in the input tab, it creates one for us which has some random characters
Following is an example JobName  created when it is NOT specified in the input tab -
Tests/TestWorkflows/DueDates220040618132543_NM-A2-t9CKyWIUkFAmD1k6YE2xw

In the above name -
the first part - "Tests/TestWorkflows/DueDates2"
is the process name which has the "CallWorkflow" activity in it

the second part - "20040618132543"
is the datetime at which the Job was created

the third part - "_NM-A2-t9CKyWIUkFAmD1k6YE2xw"
is an unique identifier.

Issue/Introduction

If you do not specify the JobName in a Call Workflow activity, the name of the created job appears to be the template name, padded with random characters. Is this an expected behavior?