Supervising flows

Version 1 by Vincent Zurczak
on Aug 10, 2010 11:41.

compared with
Current by Sandra TRINO
on Nov 30, 2010 17:13.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History
{note}

This deletion feature can be used through a webservice (removeOldFlow(int type)). You can combine it with another exposed method, getAllFlowReferentialType(), which returns a list of each refernetial type's integer. This allows you to easily delete old flows for any/all types. These two methods can be used if you want to set up an automatic deletion process flows.
This deletion feature can be used through a webservice, the wsdl address is http://host:port/PetalsView/ws/FlowManagerService?wsdl. The webservice expose two methods removeOldFlow(int type) (which makes deletion) and getAllFlowReferentialType() (which returns a list of each refernetial type's integer). This allows you to easily delete old flows for any/all types. These two methods can be used if you want to set up an automatic deletion process flows.