Tango · Arazzo Workflow
Tango Resolve a Failed Line Item
Version 1.0.0
Inspect a line item and branch — resend it when fulfilled, otherwise reissue it.
View Spec
View on GitHub
Catalog ManagementDigital RewardsGift CardsIncentivesLoyaltyRewards As A ServiceArazzoWorkflows
Provider
Workflows
resolve-line-item
Read a line item, then resend it if fulfilled or reissue it otherwise.
Reads a reward line item and branches on its status to either resend the existing reward or reissue a new one, confirming the result.
1
getLineItem
getLineItem
Read the line item by reference id to inspect its current fulfillment status.
2
resendLineItem
resendLineItem
Resend the fulfilled line item to the original recipient.
3
reissueLineItem
reissueLineItem
Reissue a fresh reward for the line item that had not been fulfilled.
4
confirmLineItem
getLineItem
Read the line item back to confirm its status after the recovery action.