Interface DocumentEventLifecycle
public interface DocumentEventLifecycle
Modeler-facing lifecycle values accepted on the
<flowable:documentEvent lifecycle="…"/> extension
element. Each value corresponds to one of the higher-order DOCUMENT_* events the content engine
dispatches (see CoreContentEventType). The set lives in the shared converter module so the
platform validation module (Design-side validation) and the platform engine (runtime dispatch) can share
one source of truth.-
Field Details
-
CREATED
- See Also:
-
RENAMED
- See Also:
-
MOVED
- See Also:
-
COPIED
- See Also:
-
CONTENT_UPDATED
- See Also:
-
NEW_VERSION_CREATED
- See Also:
-
REVERTED_TO_VERSION
- See Also:
-
METADATA_UPDATED
- See Also:
-
DEFINITION_SET
- See Also:
-
DELETED
- See Also:
-
SUPPORTED
-