| Method Name | {{ stepLog.methodName }} |
|---|---|
| Description | {{ stepLog.step.description }} |
| Start | {{ stepLog.start }} |
| End | {{ stepLog.end }} |
| Duration | {% if stepLog.duration is defined and stepLog.duration is not null and stepLog.duration > 0.0 %} {{ stepLog.duration / 1000.0 }} s {% else %} 0 s {% endif %} |
| Name | Type | Value |
|---|---|---|
| {{ param.name }} | {{ param.type }} | {{ param.value }} |
| Type | {{ stepLog.error }} |
| Message | {{ stepLog.error.message }} |