Salesforce Sales Cloud · Arazzo Workflow
Salesforce Sales Cloud Close Opportunity Won
Version 1.0.0
Move an Opportunity to Closed Won, then read it back and log a follow-up Task.
Provider
Workflows
close-opportunity-won
Update an Opportunity to Closed Won, verify, and log a follow-up Task.
Patches the Opportunity stage and amount, retrieves it to confirm the stage, then creates a Task linked to the Opportunity through WhatId.
1
closeOpportunity
updateSObjectRecord
Patch the Opportunity to the Closed Won stage with the final amount.
2
verifyOpportunity
getSObjectRecord
Read the Opportunity back to confirm the stage advanced.
3
logFollowUp
createSObjectRecord
Log a follow-up Task linked to the won Opportunity.