Interface CamundaFormDefinition

  • All Superinterfaces:
    ResourceDefinition
    All Known Implementing Classes:
    CamundaFormDefinitionEntity

    public interface CamundaFormDefinition
    extends ResourceDefinition
    An object structure representing a Camunda Form used to present forms to users either when starting a process instance or when assigned to a User Task. Camunda Forms are usually composed with the help of tools like the Camunda Modeler and deployed to the engine along with or separate from other resources, like process definitions. On execution of the process instance a referenced Camunda Form (either through Start Events or User Tasks) is represented by an instance of this class.