Hi
I want to create a asp.net control that lists scheduled tasks for the user. This would default to today's tasks with any tasks left over from yesterday also displayed. I would like to add a search form to the same page which would allow a user to search on tasks due on a particular date and/or for tasks assigned to a particular user.
If I can do this, what types would I be looking at in the API to do the above? I'm new to K2 so I'm even unsure that the SourceCode.Workflow.Client.Activity type is what I need as a "task". I've been told that in K2 activities are scheduled using a start rule. Does this mean that the activity doesn't exist until the start rule is met? If this is the case, how can I find out what is due next week?
Thanks
Matt