Hi @ADRIAN Northage
I assume you talk about the offering Continues Delivery Automation and/or the component Release Manager.
Please export the workflow (using XML) and check the values of WFTypeA and/or WFTypeC in the section DEPLOYMENT. I assume one of them is set to 1 like here
<DEPLOYMENT state="1">
<DeploymentFlag>1</DeploymentFlag>
<WFTypeA>1</WFTypeA>
<WFTypeC>0</WFTypeC>
<AppName>My CDA Application</AppName>
<WFName>Deploy</WFName>
<ComponentName/>
</DEPLOYMENT>
Therefore, the system has the impression that this is an CDA workflow.
You can also check the values directly in the database (if you have access) in table JPA and the fields JPA_Deployment and JPA_WFType.
(see https://docs.automic.com/documentation/webhelp/english/ARA/24.3/AE/24.3/DB%20Schema/db/_structure/HTML/JPA.html )
In order to convert the workflow in a "regular" workflow please set the fields JPA_Deployment and JPA_WFType to 0. Please also check also these fields for your workflows' templates.
Hope this helps
Michael