Filters:
Auto refresh
Selected: {{numSelected}} / ~{{finishedExecutionsCount}}
{{convertToDisplayDate(scope.row.startedAt)}}
ID: {{scope.row.id}}
{{scope.row.workflowName || '[UNSAVED WORKFLOW]'}}
(running)
Retry of "{{scope.row.retryOf}}"
Success retry "{{scope.row.retrySuccessId}}"
Waiting
Running
Success
Error
Unknown
Retry with currently saved workflow
Retry with original workflow
--
{{ displayTimer(new Date(scope.row.stoppedAt).getTime() - new Date(scope.row.startedAt).getTime(), true) }}