Project

General

Profile

Actions

Bug #3632

closed

TPC exceedence notification feature

Added by debi staggs over 15 years ago. Updated over 14 years ago.

Status:
Resolved
Priority:
Normal
Category:
reporting
Target version:
Start date:
11/12/2008
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
3632

Description

Email alert and notification feature is required as part of the remote workflow execution. Specifically, it will be used for TPC exceedence notification so that managers can receive an email and a link to the report when there is a TPC exceedence.

Actions #1

Updated by ben leinfelder almost 15 years ago

for 2a1 release - we'll be using a "special" report item that will identify a TPC as being Normal or Exceeded. This needs to be made available in the WorkflowRun metadata after a report is generated from a workflow execution.

Actions #2

Updated by ben leinfelder over 14 years ago

i'm going to take a stab at extracting a field from the reportinstance (post run) and adding a field to the WorkflowRun metadata document indicating the status

Actions #3

Updated by ben leinfelder over 14 years ago

Okay - fairly easy to look up values from the ReportInstance.
Now it's just a matter of making a standard report element that will capture that value (Normal vs. Exceeded).
if we had a sink actor on the canvas named "status" with a single input port named "status" then we could just look for the report item with the name that ends with "status.status"

Actions #4

Updated by ben leinfelder over 14 years ago

entry in the config.xml allows us to include many report items in the run metadata:

<!-- Reporting configuration -->
<reporting>
<!-- "promote" report instance values to workflow run metadata fields -->
<reportMapping>
<itemName>status.input</itemName>
<metadataName>TPC Staus</metadataName>
</reportMapping>
</reporting>

Actions #5

Updated by Redmine Admin almost 11 years ago

Original Bugzilla ID was 3632

Actions

Also available in: Atom PDF