Create
Analyzes the specified model and outputs files suitable for replaying or evaluation.
Syntax: create [success|failure|replay] profile model filename-out [duration]
Argument | Description |
---|---|
success | The success option creates updates for each touchpoint leading towards the completion of the model where the last touchpoint of the path is a success. |
failure | The failure option creates updates for each touchpoint leading towards the completion of the model where the last touchpoint of the path is a failure. |
replay | The replay option creates updates for all touchpoints for every path suitable for simulating a complete transaction. |
profile | Profile containing the model. |
model | The generated model instance name (ie. with the _n suffix). |
filename-out | This specifies a file name prefix. Multiple files can be produced depending on the number of possible paths through the model. |
duration | Duration to use for the entire transaction should the file be replayed. |