Assume a State Record is having PROCESSINSTANCE OPRID RUNCNT
Assume a State Record is having PROCESS_INSTANCE, OPRID, RUN_CNTL_ID, and EMPLID. What would be the output to the below Program?
Solution
PROCESS_INSTANCE, OPRID, RUN_CNTL_ID values will be populated automatically into State Record. We need not to explicitly insert into State Record. So Output would be
Process Instance: 123
Operator ID: CNU
Run Control ID: 234
Employee ID: AAA
