Interface IWorkflowAttachmentValue

All Known Implementing Classes:
WorkflowAttachmentValue

public interface IWorkflowAttachmentValue
Represents part of the result returned by a workflow node when executed, specifically the attachments that were created by the node.
Since:
8.1.0
Author:
XIMA MEDIA GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getAttachments

      List<Long> getAttachments()
      Returns:
      A list of attachment IDs created by the node. Must point to existing Attachment entities.