Search Process Step history

Hello,

I have configured a Send Mail With Random Password process step of which we need to see a history for the ADS_Account_Insert process.

I have marked the Process History of the Process Step and it has been executed, after the execution, I have searched the object browser for the UID_Job of the step but it does not show me any results.

Could you tell me where it stores the Process History?S

Parents Reply Children
  • DialogProcessStep just contains the information you put into the process information. So you might want to add the recipient to it. If you want to access all the process step properties, you need to look into the JobHistory.

  • JobHistory is not collecting anything from these processes, now we have it configured like this:

    Common / ProcessState / JobHistory -> SELECTED
    Common / ProcessState / JobHistory / Delete -> 1
    Common / ProcessState / JobHistory / IsToExport -> Disabled
    Common / ProcessState / JobHistory / LifeTime -> 30
    Common / ProcessState / JobHistory / TrimLongParameters -> 2000

    How do we have to configure it to collect these processes?

    On the other hand, how could the field to collect the recipient be added in DialogProcessStep?