<cffunction name="GetAuditWorkflow" access="public" returntype="query"
<cfquery name="GetAuditWorkflow" datasource="#ARGUMENTS.datasource#">
It's not the cause of the problem you're seeing, but it'll be the cause of the
next problem you see...
You're not VARing the GetAuditWorkflow query, so it'll be put in the CFC's
VARIABLES scope, which is where the same-named function itself currently
resides. So the next time you try to use that function in that instance of the
CFC... it won't be there.
Adam
<<winmail.dat>>
