Interface IWorkflowElementEntity

All Superinterfaces:
IActiveFlagProviding, ICustomParametersProviding, IDescriptionProviding, IElementKeyProviding, IElementSearchTermsProviding, IIdProviding<Long>, INameProviding, IUuidProviding, IVersionedCustomParametersProviding, IWorkflowElementTypeProviding
All Known Implementing Classes:
AWorkflowElement, WorkflowNode, WorkflowTrigger

Interface for workflow elements that behave differently depending on their type. The type determines the handler that is used for that workflow element.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • setCustomParameters

      void setCustomParameters(String customParameters)
      Parameters:
      customParameters - The custom parameters JSON string that is then returned by ICustomParametersProviding.getCustomParameters().
    • setCustomParametersJson

      default void setCustomParametersJson(com.alibaba.fastjson.JSONObject json)
      Sets the custom parameters to the given JSON object.
      Parameters:
      json - A JSON object representing the custom parameters. It is converted to a JSON string.