This section describes how to flush aggregation sessions in real-time and batch workflows.
Anchor | ||||
---|---|---|---|---|
|
To flush Real-time workflow sessions, run an agent command from the Command Tab of the Aggregation agent in the Workflow Monitor or use the Command Line Tool mzsh. There is a choice of applying the command on all sessions or only on those with a timeout set. There is also an option of attaching information in a string to be available within the command function block in the Aggregation agent.
...
Parameter | Description |
---|---|
| The name of the workflow that contains the Aggregation agent |
| The name of the Aggregation agent in the workflow |
| Specifies what sessions to apply the |
| This is an optional string. If specified, the string will be available within the |
Info | ||
---|---|---|
| ||
A simple APL example of
|
Batch Aggregation APL Flush Function
This section describes the APL function aggregationHintFlushSessions
, which is used to timeout all stored sessions that have a timeout value in a batch Aggregation agent. The function is included in the package Batch Aggregation APL Flush Function.
...