Useful Configuration and Log Variables

Talend has various global variables which can be use for logging and configuration propose. I have identified them and listed down below, you can use them as it is in expressions or costume code component.

  • pid
  • rootPid
  • fatherPid
  • clientHost
  • defaultClientHost
  • contextStr
  • startTime
  • isChildJob

These variables name itself suggesting the use of that particular variable.

You can use it like.

context.ProcessID=pid;