Newer Version Available

This content describes an older version of this product. View Latest

isPromotionCommitted

This method validates if the given promotion is on Committed phase.

Input Parameters

Name Type Required Description
promotionId String YES ID of the promotion.

Input Sample

1"source": {
2    "class": "DerivePromotionWizardCallable",
3    "method": "isPromotionCommitted",
4    "cache": false,
5    "params": {
6        "promotionId": "{! promotionId }"
7    }
8}