Workday · Arazzo Workflow
Workday Review Supplier Spend
Version 1.0.0
List suppliers, load the first supplier's detail, then review purchase orders and customer invoices.
View Spec
View on GitHub
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaSArazzoWorkflows
Provider
Workflows
review-supplier-spend
List suppliers, load the first, then review purchase orders and invoices.
Lists suppliers, then branches: if any exist it loads the first supplier's detail, lists purchase orders, and lists customer invoices, otherwise it ends.
1
listSuppliers
getSuppliers
List suppliers.
2
getSupplierDetail
getSupplierById
Load the detail record for the first supplier.
3
listPurchaseOrders
getPurchaseOrders
List purchase orders to assess committed spend.
4
listInvoices
getCustomerInvoices
List customer invoices to round out the spend picture.
Source API Descriptions
openapi