Interface IElementWithTask<TElement>

    • Method Detail

      • getElement

        @Nullable
        TElement getElement()
        Returns:
        The instance of the wrapped workflow element.
      • getTaskUuid

        @Nullable
        UUID getTaskUuid()
        Specified by:
        getTaskUuid in interface ITaskUuidProviding
        Returns:
        The UUID that identifies the task to which the workflow element belongs.