try to create process control request
hi, we would to like to create process control request after trigger action
insert into process_control_request (process_control_request_id,topic_class_name,topic_parameters,next_process_time,is_transient,is_reserved,domain_name) select process_control_request_seq.nextval,'glog.server.workflow.lifetime.powerunit.CustomPowerUnitEvent','=-role ADMIN -agentEvent PL.UPDT_PU_TO_LOCK -powerUnit '||power_unit_gid||' -user PL.ADMIN',(update_date + interval '1440' minute),'Y','N',domain_name from power_unit where power_unit_gid = $gid
we would to scheduling agent 10 minutes after ,,