[Hypercontent-users] Schedule update error
Brought to you by:
alexvigdor
|
From: tom t. <j_l...@ya...> - 2007-08-28 06:47:19
|
Hi,
When I try to update the schedule parameters in the
workflow screen and press the schedule appearance
button
it gives the following error,
what is this $href
No file found at
http://localhost/hypercontent/production/studentDetails/studentUpdates/$href
my schedule.xml looks as follows.
workflow binding="/**/*.*">
−
<event name="schedule-appearance"
permissions="approve">
<input label="Please enter a beginning date as
YYYY-MM-DD [00-23]:[00-59]" name="start-date"
pattern="\d\d\d\d-\d\d-\d\d \d\d:\d\d" type="text"/>
<input label="Please enter an ending date"
name="end-date" pattern="\d\d\d\d-\d\d-\d\d \d\d:\d\d"
type="text"/>
<input default="-1" label="Please enter the edition to
appear before the start date (-1 for invisible)"
name="pre-edition" type="text"/>
<input label="Please enter the edition to appear on
the start date" name="start-edition" type="text"/>
<input default="-1" label="Please enter the edition to
appear on the end date (or -1 to disappear)"
name="end-edition" type="text"/>
<variable name="scheduler" value="${actor}"/>
<nq who="${scheduler}"/>
<nq q="scheduled"/>
−
<exec
command="org.hypercontent.workflow.command.SetCurrentEdition">
<with-param name="edition" value="${pre-edition}"/>
</exec>
</event>
−
<q id="scheduled">
−
<event name="begin-appear" when="${start-date}">
−
<exec
command="org.hypercontent.workflow.command.SetCurrentEdition">
<with-param name="edition" value="${start-edition}"/>
</exec>
</event>
−
<event name="end-appear" when="${end-date}">
−
<exec
command="org.hypercontent.workflow.command.SetCurrentEdition">
<with-param name="edition" value="${end-edition}"/>
</exec>
<dq/>
<dq who="${scheduler}"/>
</event>
−
<event name="cancel" who="${scheduler}">
<dq/>
<dq who="${scheduler}"/>
</event>
</q>
</workflow
____________________________________________________________________________________
Pinpoint customers who are looking for what you sell.
http://searchmarketing.yahoo.com/
|