I'm trying to create a task that isn't part of a workflow. There's only one step so it seems a bit of waste of time having a workflow, it's just that I want it to appear in the user's task list. I've created a task instance with cfa_taskInstanceCreate which works fine. Unfortunately the user task list in the webtop finds which are active tasks by getting all active workflows and then finding active tasks in them... so mine won't show up because they aren't in a workflow. By writing my own task list that uses coFind to get tasks that have notified but are not done I can get these tasks to show up. Basically I want to know if there's any good reason why I shouldn't do this. The only thing I can find is that when I create the task it is flagged as not notified, and indeed the notification won't be sent because I'm not running cfa_workflowExecute, but that's easy enough to change when I'm creating the task. Any comments? Cheers, Andy ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm ------------------------------------------------------------------------------ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
