I am most definitely looking for manual tasks. Is there a reason they are not returned through the task service? Are they not considered tasks?
Here is the use case I am attempting to fulfill. I would be very very grateful if I could get some assistance in this effort as I've asked about it a number of times.
My users need to ad-hoc add persons or groups to approve an executing workflow. Essentially adding additional tasks in flight. The logic for this would be 0-n potential sub tasks.
All tasks in the workflow are essentially parallel. There is a start, some logic to determine which nodes to activate, then 1-n parallel user tasks that need to occur.
I was attempting to have a "hook" to attach subtasks to. I am attempting to use this manual task as the hook. At first pass the task would execute and pass through. Later in the workflow there would be an evaluation if there are >0 subtasks on the manual task and return to the task until the subtasks have been competed.
I'm more then open to an additional approach to this requirement although I have no better idea at this time.
Thank you for your assistance.