mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Added a new REST method, publishing-events-query.post which allows you to query for publishing events based on id or published nodes.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28846 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -6,8 +6,15 @@
|
||||
|
||||
<start-state name="start">
|
||||
<task name="pubwf:startPublish" />
|
||||
<transition name="" to="waitForScheduledTime" />
|
||||
<transition name="" to="checkForScheduledTime" />
|
||||
</start-state>
|
||||
|
||||
<decision name="checkForScheduledTime">
|
||||
<transition name="toCheckDependencies" to="checkDependencies">
|
||||
<condition>#{pubwf_scheduledPublishDate == null}</condition>
|
||||
</transition>
|
||||
<transition name="toWaitForScheduledTime" to="waitForScheduledTime" />
|
||||
</decision>
|
||||
|
||||
<task-node name="waitForScheduledTime" end-tasks="true" >
|
||||
<task name="pubwf:wait" >
|
||||
|
@@ -24,8 +24,7 @@
|
||||
<mandatory>true</mandatory>
|
||||
</property>
|
||||
<property name="pubwf:scheduledPublishDate">
|
||||
<type>d:datetime</type>
|
||||
<mandatory>true</mandatory>
|
||||
<type>d:any</type>
|
||||
</property>
|
||||
</properties>
|
||||
</type>
|
||||
|
Reference in New Issue
Block a user