Class DocumentEventLocation
java.lang.Object
com.flowable.platform.model.documentevent.DocumentEventLocation
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.valueholds 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.valueholds 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.valueis empty. Not valid on start variants.
-
Field Details
-
SCOPE_ROOT
- See Also:
-
SCOPE_INSTANCE
- See Also:
-
SCOPE_SCOPE
- See Also:
-
scope
-
value
-
-
Constructor Details
-
DocumentEventLocation
-
-
Method Details
-
getScope
-
setScope
-
getValue
-
setValue
-