You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

(plus)Trace SQL Store component

This container is able to show you a timeline of events. You can set a filter for a specific case and time period. To use this functionality you need the trace engine plugin. With this plugin it is possible to store tasks, cases, documents and events. For storage there are two ways: either in memory or in file. The former can hold its information only during the session - after the session expires, the information is lost. The latter stores the information in the traceability database table. This container type uses the content style 'timeline'.

Parameters

Name
Description
Type
Required
Case IDThe caseId for which you want to show the timeline.Expression - Anyfalse
User IDThe userId for which you want to show the timeline.Expression - Stringfalse
Display for periodA datetime that indicates the start of the period up to the current date, empty means unlimited.Expression - Anyfalse
Show casesIf case events are shown in the timeline.Booleanfalse
Show tasksIf task events are shown in the timeline.Booleanfalse
Show message eventsIf message events are shown in the timeline.Booleanfalse
Show documentsIf document events are shown in the timeline.Booleanfalse

 

When the container is configured to show document events on the timeline (using the "Show documents" parameter described above), two additional parameters can be use to further configure the container.

When the Case ID, User ID or Display for period parameter expression evaluate to unknown at runtime, an empty timeline is shown to prevent performance issues.

 

Document specific Parameters

Name
Description
Type
Required
ConnectionsThe connection identifier(s) for which to show document events in the timeline.multi-valued Stringfalse
Show entries for unknown connectionsIf documents events that have no connection identifier are shown in the timeline.Booleanfalse
  • No labels