select 1 from wf_workflows
where workflow_key = :workflow_key
select pretty_name as workflow_name
from acs_object_types
where object_type = :workflow_key
select context_key as context_key_from_db,
context_name as title,
'' as url,
0 as selected_p
from wf_contexts
order by context_name