Workday Finance · Arazzo Workflow
Workday Finance Onboard Supplier and Raise Purchase Order
Version 1.0.0
Resolve a supplier, confirm it is active, then raise a purchase order against it.
Provider
Workflows
onboard-supplier-purchase-order
Confirm a supplier then raise and verify a purchase order against it.
Looks up the supplier, branches on its active status, creates a purchase order referencing the supplier, and reads the new purchase order back to confirm it was recorded.
1
getSupplier
getSupplier
Read the supplier account to confirm it exists before raising an order against it.
2
createPurchaseOrder
createPurchaseOrder
Create a purchase order that references the confirmed supplier and the supplied order lines.
3
confirmPurchaseOrder
getPurchaseOrder
Read the newly created purchase order back to confirm it was persisted and capture its current status.