Skip to main content
Version: Next

Form Submission Listener


org.camunda.bpm.extension.hooks.listeners.FormSubmissionListener

This component can be used on any event of a task or execution listener. Upon configuration, it creates a new submission from the current one.

Table of Content

Type

Task/Execution Listener

How it Works

This component creates a new revision from the current formUrl and sets that as a CAM variable.

  • [STEP 1] - Create a new submissionId using the existing form data.
  • [STEP 2] - Set the new formUrl with CAM variables.

The component depends on the following variable from the Camunda context:

  1. formUrl

How to Use

The snapshot below shows how to configure the FormSubmissionListener for a task.

Form Submission listener - Snapshot