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
-
Method Details
-
getAttachments
- Returns:
- A list of attachment IDs created by the node. Must point to existing
Attachment
entities.
-