Interface ZeebeTaskDefinition

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DEFAULT_RETRIES  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Integer getRetries()  
      String getType()  
      void setRetries​(int retries)  
      void setType​(String type)  
      • Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance

        addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
    • Method Detail

      • setType

        void setType​(String type)
      • setRetries

        void setRetries​(int retries)