Your organization is configuring a purchase order approval workflow in Dynamics 365 Finance. The exhibit shows a JSON representation of the workflow step. After implementation, POs are automatically approved when the manager does not act within 48 hours, bypassing the intended VP of Procurement. What is the most likely cause?
The escalation action 'Approve' causes automatic approval; it should be 'Escalate' to route to the fallback.
Why this answer
The workflow JSON shows 'escalationAction': 'Approve', meaning if the time limit expires, the purchase order is automatically approved rather than routed to the fallback approver (VP of Procurement). To send the PO to the VP after the manager fails to act, the escalationAction should be 'Escalate' or 'Assign' to the fallback. Option A is incorrect because the 48-hour time limit itself is not the problem; the action taken after the limit is.
Option C is incorrect because the fallback is correctly set to VP of Procurement, but it is unused due to the escalation action. Option D is incorrect because the assignee being 'Manager' is the intended first-level approver; the issue is not the assignment but the escalation behavior.