Après l’exécution
Le rappel
PostExecute(
[CENPyOlpEventRuleOperator] (../../domains/event-handling/cenpy-olp-event-rule-operator)
) est appelé lorsque le noyau calcule les événements.
Le rappel est défini dans le
%RULE_NAME%.py
qui se trouve dans le dossier scripts du
.
def PostExecute(reo):
tpes = reo.FindTpElementsByType(EVENTPROCESS_INPROCESS)
for x in tpes:
reo.AddTpe(x)Was this page helpful?