D
Doug_F
I am playing with SP Designer in a PWA site, trying to create a custom
workflow for Tasks (PWA tasks, not Project 2007 tasks). MOSS is not
installed. .Net 3.0 is installed on my dev box and on the Project server.
I built a single step workflow:
If assigned to = null, set AssignedTo to <named person>
Works great.
Added a second step
If % complete >= .67, set AssignedTo to <a different person> (*)
Workflow steps set to run in sequence.
Workflow set to start in first save and trigger at each update.
The workflow flag in the task view shows 'complete' after a few seconds.
I create a new task with no assigned person and save it, <named person> is
set.
I edit the task, set the % Complete to 70, nothing changes.
Additonally, the task view shows the workflow as 'in process' forever.
Refreshing never flips it to 'Complete'. Killing IE and restarting still
shows as in process. If I click the Workflow link, I am taken to a different
view and the workflow shows as complete.
???? I be cornfused...
I'm going to play some more. Any pointers are appreciated.
Doug
(*) The field is called % Complete. You enter data as whole numbers like 70
for 70%. The comparison value in the workflow, however, seems to want to be
the decimal value for the percent (ie .67 = 67%). I played with a single
step workflow based on the % Completed and this seems to be true.
workflow for Tasks (PWA tasks, not Project 2007 tasks). MOSS is not
installed. .Net 3.0 is installed on my dev box and on the Project server.
I built a single step workflow:
If assigned to = null, set AssignedTo to <named person>
Works great.
Added a second step
If % complete >= .67, set AssignedTo to <a different person> (*)
Workflow steps set to run in sequence.
Workflow set to start in first save and trigger at each update.
The workflow flag in the task view shows 'complete' after a few seconds.
I create a new task with no assigned person and save it, <named person> is
set.
I edit the task, set the % Complete to 70, nothing changes.
Additonally, the task view shows the workflow as 'in process' forever.
Refreshing never flips it to 'Complete'. Killing IE and restarting still
shows as in process. If I click the Workflow link, I am taken to a different
view and the workflow shows as complete.
???? I be cornfused...
I'm going to play some more. Any pointers are appreciated.
Doug
(*) The field is called % Complete. You enter data as whole numbers like 70
for 70%. The comparison value in the workflow, however, seems to want to be
the decimal value for the percent (ie .67 = 67%). I played with a single
step workflow based on the % Completed and this seems to be true.