views:

31

answers:

0

Hi to all,

I am trying to create a work flow where it should collect data's from a user. Also, in this work flow, users should be able to change tasks 'Assigned To' field value(Reassign task).

I can't get it done in SharePoint Designer with these workflows:

1) A main work flow which waits second workflow to set a spesific field when it's job done.
2) A 'Reassigner' work flow which starts itself and lets user to change the assigned to field in current item, because of recursive workflow limitations with SP2.

Can you suggest me a way to achive this goal with SharePoint Designer and developing custom controls for SharePoint Designer?