Adobe Launch · Arazzo Workflow
Adobe Launch Add a Component to an Existing Rule
Version 1.0.0
Verify a rule exists, add a new rule component to it, and list the rule's components to confirm.
View Spec
View on GitHub
Data CollectionEdge NetworkEvent ForwardingMarketing TechnologyTag ManagementArazzoWorkflows
Provider
Workflows
add-rule-component
Resolve a rule's property, add a component to the rule, then verify by listing.
Confirms a rule, resolves its owning property, creates a rule component tied to the rule, and lists the rule's components to verify the addition.
1
getRule
getRule
Confirm the rule exists before modifying it.
2
getPropertyForRule
getPropertyForRule
Resolve the property that owns the rule (components are created under the property).
3
createRuleComponent
createRuleComponent
Create a rule component linked to the rule and its extension.
4
listComponents
listRuleComponentsForRule
List the rule's components to verify the new component is present.