Context: Cron-scheduled workflow that runs every minute.
One workflow had an activity timeout, which caused the workflow calling it to fail.
{
"message": "Timeout type: TIMEOUT_TYPE_SCHEDULE_TO_START",
"source": "",
"stackTrace": "<snip>
"cause": null,
"applicationFailureInfo": {
"type": "Temporal::TimeoutError",
"nonRetryable": false,
"details": {
"payloads": [
"Timeout type: TIMEOUT_TYPE_SCHEDULE_TO_START"
]
}
},
"failureInfo": "applicationFailureInfo"
}
But when we look at temporal-web summary, the status shows Continuedasnew
and there’s no way to tell that any failed unless you click into each one.
I’m asking for advice, or, failing that, consider this a feature request to improve the temporal-web list view to show failures of cron-scheduled workflows.