*/
public WorkflowCategory findCategory(String cetegoryid)
{
Connection conn = null;
PreparedStatement pstmt = null;
WorkflowCategory cetegory = null;
String strSQL =
"SELECT vc_uuid,vc_name,vc_description "
+ " FROM "
+ getSchemaContext().getTableName(SchemaContext.SCHEMA_CATEGORY)