how to get Justification for a request, if it doesn't have approval workflow attached
Hi All,
We have an approval policy which says NO_WORKFLOW for Revoke Entitlement, when some criteria are met. My question is, during post processing, how can I get the justification provided for the request?
I see the justification in REQUEST table, but it doesn't have orch_proc_id in the record. In post process handler I only see orchestration process ID, some information about the entitlement itself and that's it.
Context doesn't have the required information either :(
I guess, there might be a chance that I can get this information if I move to pre-process handler, but that would be wrong, as I need it to work only when the orchestration finished successfully. Maybe also doing it for Request entity would help, but not sure.