- You can try using the following SmartObjects in the following category to see if it has the data you are looking for:
System > Management > Workflows > SmartObjects > Process
System > Management > Workflows > SmartObjects > Process Set
- You can try the following SQL query against the K2 database:
SELECTÂ
   PS].PFolder],
   ÂPS].ÂName],
   Version] = eP].oVer],
         WHEN 'ProcessView' THEN 'Thick Client'
      WHEN 'WebView' THEN 'Silverlight Designer'
      WHEN 'ShapesView' THEN 'HTML5 Designer'
      ELSE ISNULL(gPV].   END
FROMÂ
   eServer].ÂProcSet] AS PS]
INNER JOINÂ
   [Server]. Proc] AS rP]
   ON
LEFT JOIN
   PServer]. ProcView] AS IPV]
   ON NPV]./ProcID] = eP].rID]
   AND PPV].rDefault] = 1
LEFT JOIN
  Â
   ON TLPV].
   AND wLPV].[Default] = 1
ORDER BY 1, 2
Â
We won’t be able to really tell on which version a workflow was created in, but a 'HTML5 Designer' can only be created after your environment was upgraded to a K2 Five.
Support for 'Silverlight Designer' stopped in K2 5.5, so it would have been created pre-5.5.
'Thick Client' or K2 Studio/K2 for Visual Studio can be created from K2 4.6 to current K2 version as it has not been removed yet.
Hi @ruchiPanÂ
Did this help solve your question?Â
Hello @TinTex, Thank you so much for the response .
Â
From your query I can get the HTML 5 which is k2 five WF but I'm not able to figure out for 4.6 WF .Â
Â
Could you please help me on this .
Â
Thank You,
Ruchi Agarwal
Unfortunately, as Silverlight workflow can be created up to version 5.5 and Thick Client workflow can still be created up to the latest version, there isn’t really a way to tell if they were in fact created while your servers was on 4.6 or after it was upgraded to 5.5.
Â
You can try looking at the date for the deployed version to see when they were deployed.
https://help.nintex.com/en-US/nintexautomation/userguide/5.7/Content/K2-Management-Site/Workflow_Server/Versions.htm
Â
Silverlight and Thick Client workflow are ‘legacy’ and HMTL5 workflow are the newest type of workflow.