Activity stream and timeout

Update activity stream to show approval node info, add meaningful log
message for expired approval nodes in the Task Manager timeout
function.
This commit is contained in:
beeankha
2019-08-06 21:11:30 -04:00
committed by Ryan Petrello
parent 0522d45ab0
commit 8c17990750
2 changed files with 5 additions and 3 deletions

View File

@@ -121,6 +121,8 @@ SUMMARIZABLE_FK_FIELDS = {
'job_template': DEFAULT_SUMMARY_FIELDS,
'workflow_job_template': DEFAULT_SUMMARY_FIELDS,
'workflow_job': DEFAULT_SUMMARY_FIELDS,
'workflow_approval_template': DEFAULT_SUMMARY_FIELDS,
'workflow_approval': DEFAULT_SUMMARY_FIELDS,
'schedule': DEFAULT_SUMMARY_FIELDS + ('next_run',),
'unified_job_template': DEFAULT_SUMMARY_FIELDS + ('unified_job_type',),
'last_job': DEFAULT_SUMMARY_FIELDS + ('finished', 'status', 'failed', 'license_error'),