Motivation
Using a common terms in the platform to avoid confusion related to ambiguous process, process run, process id, process name
Input
Currently used:
Process - for the whole workflow including all runs of all processing dates
Process Run - for a run of one specific processing date
? - JVM execution which may contain multiple Process Run's or sometimes one Process Run maybe completed using multiple executions
Process Id - Id of the Process Run
Process Id - The id used to identify the Process - confusion!
Output
The following rename of terms:
Process -> Job
Process Run -> Job Instance
? -> Job Execution
Process Id for Process Run -> Instance Id
Process Id for Process -> Job Id
Motivation
Using a common terms in the platform to avoid confusion related to ambiguous
process,process run,process id,process nameInput
Currently used:
Process- for the whole workflow including all runs of all processing datesProcess Run- for a run of one specific processing date?- JVM execution which may contain multipleProcess Run's or sometimes oneProcess Runmaybe completed using multiple executionsProcess Id- Id of theProcess RunProcess Id- The id used to identify theProcess- confusion!Output
The following rename of terms:
Process->JobProcess Run->Job Instance?->Job ExecutionProcess IdforProcess Run->Instance IdProcess IdforProcess->Job Id