Question
How can we prevent Flow instances being kept in the database?
Answer
To prevent the Flowinstances table in the database to keep growing, the following XML can be added to
the Scriptura configuration :
<server>
<documentflow>
<database>
<storeflowinstances type="value">false</storeflowinstances>
</database>
</documentflow>
</server>