Class BpmnExtensionWorkflowTrigger


  • public final class BpmnExtensionWorkflowTrigger
    extends Object
    An extension element for BPMN that contains details regarding a WorkflowTrigger.
    Since:
    8.4.0
    • Constructor Detail

      • BpmnExtensionWorkflowTrigger

        public BpmnExtensionWorkflowTrigger()
    • Method Detail

      • type

        public String type()
        The type of the workflow node.
        Returns:
        The type of the workflow node.
      • type

        public void type​(String type)
        The type of the workflow node.
        Parameters:
        type - The type of the workflow node.
      • properties

        public String properties()
        The JSON string with the custom properties (configuration) of the workflow node.
        Returns:
        The JSON string with the custom properties of the workflow node
      • properties

        public void properties​(String jsonProperties)
        The JSON string with the custom properties (configuration) of the workflow node.
        Parameters:
        jsonProperties - The JSON string with the custom properties of the workflow node