UserGuide

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

Changes (8)

View Page History
A new screen arrives, displaying, in addition to general information of the flow, the different steps and their status. This allows easy diagnosis of the causes of a processus failure. Global functional fields and their values are also displayed.
"Refresh" button updates this screen with latest infos.
Clicking on a step brings you a detailed dynamic view of this step: !ViewStep.png|thumbnail,border=1!
\\
!ViewStep.png|thumbnail,border=1!\\

Finally, you can display all flows of a chosen type by clicking on its name in the "Flow supervision" menu of left panel.
\\ !worddavaf9a7ce14dc64e964b06970785c3fb9a.png|height=317,width=604!

All editing, filtering refreshing and exporting features are the same as in Global view, with added possibility to filter view by a parameter.
Here, you have a button for more: "Delete" button will remove the flow of a type which the number of days has been configured in the referential.
Warning, if you have a large quantity of flows in your database that you want to delete, this operation can take several minutes.
!ViewFlowByType.png|thumbnail,border=1!

Two methods, which allow to find all referentials (getAllFlowReferentialType()) and delete the flows(removeOldFlow(int type)) are exposed webservice.
* All editing, filtering refreshing and exporting features are the same as in Global view, with added possibility to filter view by a parameter.
* Click on "Delete" to remove all flows of this type, which are older than the number of days defined in the referential ("Days before deletion: x")

{note}
If you have a large quantity of flows in your database that you want to delete, this operation can take several minutes.
{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.