Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The below query gives the list of CPs with custom JSON configured.

select 
    cp.short_title,
    wf.workflows
from 
    catissue_collection_protocol cp
JOIN 
    os_cp_workflows wf 
ON 
    cp.identifier = wf.cp_id
where 
    wf.workflows is not null and
    cp.activity_status = 'Active' and
    wf.workflows <> '';
  • No labels