Class JobDeliveryService

  • All Implemented Interfaces:
    IServiceDefinitionAware, IJobActionService

    public class JobDeliveryService
    extends AbstractJobActionService
    Provides a 'Job Delivery' Action Service.

    Configuration

    Below is a list of the Job Step Custom Properties and Service Definition Parameters which can be use to configure this action step.

    Name Description Examples
    Delivery Channel Name Specify delivery channel to use to delivery the form submission data { "name": "Delivery Channel Name", "value": "Customer Email Delivery" }
    Delivery Mode Specify which Job submissions to deliver [ 'Last Submission' | 'All Submissions' ] { "name": "Delivery Mode", "value": "Last Submission" }
    Delivery Abandon Incomplete Forms Specify whether to automatically abandon submission which are not completed [ 'true' | 'false'] { "name": "Delivery Abandon Incomplete Forms", "value": "true" }
    Since:
    4.0.0