Details
-
Task
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
2
-
Turing
-
Turing Sprint 166, Turing Sprint 167
Description
The workflow needs access to information stored in the session context. All calls to workflow have to be adjusted to this new situation.
transition(getBuilder()
.action(PUBLISH)
.initialPayload(getInitialPayload())
.eventPayload(TARGET_DATE,publicationDate)
.build());
The initial payload has to be read from the attribute on the CmsSessionAttribute with key "org.onehippo.cms7.services.cmscontext.CmsSessionContext.initialPayload"
Attachments
Issue Links
- causes
-
CMS-10975 Account for the 'drop' of contextPayload and 'active project' logic
- Closed