If there are several Attestation Policies that have different schedules that are triggered at the same time, these are pulled together by ATT_ZScheduleStart and placed into the Job Queue in a HandleObject (HO) CallMethod Job.
The following is transferred: ObjectType, MethodName and a Whereclause.
The latter gives the object layer the task of first loading a collection of objects and then calling the method individually. This has the disadvantage that if a policy cannot successfully call its 'CreateAttestation', the entire HO job is repeated, which destroys the work on the successfully started AttestationRun of the other policies. Steps that have already been approved must be approved again.