Interface HasMetaData

All Known Subinterfaces:
Workflow, WorkflowData, WorkflowModel, WorkflowNode, WorkflowTransition, WorkItem

public interface HasMetaData
Interface for workflow entities that provide meta data.
  • Method Details

    • getMetaData

      Dictionary<String,String> getMetaData()
      Deprecated.
      It's recommended to use getMetaDataMap() instead.
      Provides meta data assigned to the entity.
      Returns:
      The map of meta data assigned to the entity.
    • getMetaDataMap

      MetaDataMap getMetaDataMap()
      Provides meta data assigned to the entity, supporting any type.
      Returns:
      A meta data map.
      Since:
      5.4
      See Also: