Tuesday, March 12, 2024

Workflow Global Variables

# context
# log
# wfcontext
# handler
# step
# approval
# item
# trace

==================================================================================================================================
WorkflowEngine: It controls the Workflow from the start step to the end step i.e., It controls the starting, running & termination of a workflow.

Fetch the pending ARs associated with the BR

SELECT c.Name as AR, TO_CHAR (TO_DATE ('19700101', 'YYYYMMDD') + (p.created / 1000 / 60 /60 / 24), 'DD/MM/YYYY HH24:MI...