Hello,
I have a TimerDefinition in my process definition, which will create a Job instance when the process definition is deployed. I would like to set the processDefinitionID column AND/OR jobID column of the Job Table to an ID of my choosing. How should I go about achieving that?
I tried the "id" XML tags of timerDefinition and timeCycle tag, but they don't seem to be hooked up to the columns I'm interested in.
Ideally, I'd like to be able to set these values before the Job instance is created, i.e. before the process definition is deployed.
Thoughts? Advice?