Class DocumentEventLocation

java.lang.Object
com.flowable.platform.model.documentevent.DocumentEventLocation

public class DocumentEventLocation extends Object
One row of the "Where" section on a Document Event activity. The activity subscribes to its DocumentEventLifecycle events filtered to any document matched by any of its configured locations (logical OR across rows). The list may be empty — that case means "match any document regardless of folder" and produces a single subscription per lifecycle with no folder correlation.

Scopes:

  • SCOPE_ROOT: match documents in a folder identified by a path resolved from the content tree root. value holds either an absolute folder path (/Top/Inbox) or an expression that resolves to one.
  • SCOPE_INSTANCE: match documents in a folder identified by a path resolved scope-relative to the running process / case instance's folder. value holds a relative path or an expression resolving to one. Not valid on start variants (no instance scope yet at deploy time).
  • SCOPE_SCOPE: match documents that live anywhere under the running scope's content folder. value is empty. Not valid on start variants.