in Common/AWSSCV-ContactFlowHelper/Code/awsscv_contact_flow_helper/awsscv_contact_flow_helper.py [0:0]
def increment_n(operation_parameters): result = int(operation_parameters['base'])+int(operation_parameters['increment']) return result