I need to count the components in different workflows, but some workflows may use hundreds of components, and I can't count each one manually.
For example, in this workflow, how can I count the components I've used? Is there any easy way?
Solved! Go to Solution.
Hi, @Nico67543
You mean is that how many tools in used of the workflow? like above screenshot, maybe is 11 ?
YESYES!! Count the number of tools. Is there any way?
Hi, @Nico67543
You can count the number of tools used by searching for how many lines of such a string are in the .yxmd file,
< EngineSettings EngineDll="******.dll" EngineDllEntryPoint="******" />
Thanks!!! It really helps. However, is it suitable for yxzp.?
Hi, @Nico67543
.yxzp is actually a zip file, so you need to unzip it before doing the above.
******
If can help you get your want, please mark it as a solution for more share.
Hi I found a problem!!
when I change yxmd to csv, some workflow just has 6 lines in csv file, but in yxmd format it has many lines.
Like this file called bulk cost, you can see it has many tools and many lines, but it just has 6 lines in csv file.