Hi, I find difference in size of workflow compared from /iw-store/workflow andsize of ./iwgetwfobj For example:Consider my workflow id is 12345 and I find the size of workflow from /iw-store/workflow is 998800The same workflow when I check the size from $size = iwgetwfobj 12345 and check the size of $size in bytes, there is huge difference, it size is around 112456Why there so huge difference in size of workflow. Thanks and Regards,SatishKumar T Jadhav
I have a question out here on the replies so far....In case like above, If I want to know the workflows which are lets say greater than "x" size, Its the compiled size that I am refering to and not the XML size.Am I interpreting right or it is the other way around?Sarang
That sounds confusing. If I do iwgetwfobj -r jobid for active job, the output that I am going to get is the workflow xml and then refering to the size of this xml is going to contradict what we are just saying.