Interface IModelWorkflowElementParams<Model,​Element extends AWorkflowElement<Element,​?>,​PartBuilder extends IStructuredBpmnModelPartBuilder<?>>

    • Method Detail

      • model

        Model model()
        Gets the data model of the element.
        Returns:
        The data model of the element.
      • task

        WorkflowTask task()
        The workflow task containing the element.
        Returns:
        The task containing the element.