<#ftl output_format="JSON"> <#import "/recipes/v2/triggers/triggerUtility_v2.ftl" as triggerUtility> <#-- The macro for generating trigger to update the parentUuid field in the Decision metadata --> <#macro updateParent recipeObjectId> <@triggerUtility.updateField recipeObjectId=recipeObjectId objectType="DECISION" fieldName="parentUuid"/>