SG-13717 Flex Python Events - Job is retried every hour until Status is populated - HxGN EAM - 12.2.0.2 - Release Notes - Hexagon

HxGN EAM Release Notes for 12.2.0.2

ft:locale
en-US
Product
HxGN EAM
Search by Category
Release Notes
HxGN EAM Version
12.2.0.2

Description

Problem Statement:

EAM retries all Flex Python Events where Status = <null> AND Python Executable Job ID = <null> OR (Status is Failed).

Desired outcome is to only retry when the status is failed. In order to account for the retries, as well as new python event records, the status must be updated when the job ID is provided to a meaningful status.

Scope:

  1. Python Execution Framework will update the Flex Python Event’s status to ‘SCHEDULED’ in the call back that supplies that Job ID.

  2. Python Execution Framework will update the Flex Python Event’s status to ‘STARTED’ when the framework beings executing the script.