Find detailed report about flow service

Hi Team,

Is there any in-built service/utility to get detailed report or information about the flow services.

Regards,
Hari

kindly describe more about your requirement ?

Are you trying to get RUN time information about your flow service or service design information ?

Hi Dinesh,

I’m looking for design time information about the flow service. I’m expecting end to end details about the service.

@harishk wm.server.services:serviceInfo will give the design information about the flow service. if not kindly refer Java service to get the service node information (metadata)

Note : This service should be used only for Internal purpose.

@Dinesh,
This service(wm.server.services:serviceInfo) gives details like properties of the flow service, but I need details like sub level service or java service or any adapter service etc… in a flow service, wm.server.services:serviceInfo

This service will give you a list of services referenced in an flow service

wm.server.ns.dependency:getReferenced

This service will give you list of service that are depended in an flow service

wm.server.ns.dependency:getDependent

Hope this service address your requirement ?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.