Hi Chandrap,
There is a backdoor approach. You can use a unix script to list a service that has list disabled steps.
If you see the flow.xml for that service, each steps will have a flag element called “DISABLED”, if this element is set to false means, that particular step is disabled.
for eg;
<SEQUENCE NAME=“sampleStep” TIMEOUT=“” EXIT-ON=“FAILURE” DISABLED=“true”>
So your unix script has to looks for this flag, and list the file name, if exisits.
I hope this helps.
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB