Script Function: Returns the RunIDAbréviation du numéro d'identification unique. Il s'agit plus précisément d'un nombre qui identifie clairement l'exécution d'une Tâche. Le RunID peut comporter entre 7 et 10 caractères . Ils sont attribués par le composant Automation Engine. of an activated object
Syntax
GET_UC_OBJECT_NR(Object Name)
Syntax |
Description/Format |
---|---|
Object Name |
Name of an executable object |
Return code |
---|
Run number of the activated object |
Comments
The script function GET_UC_OBJECT_NR may be used to retrieve the run number (RunID) of an object that belongs to the object class of executable objects.
If the object has been activated more than once, the oldest RunID is returned.
Example
The following example checks whether or not the task is active.
:SET &RunID = GET_UC_OBJECT_NR(&task#)
:IF &RunID = ""
: STOP MSG,50,"&task#
is not active!"
:ENDIF
See also:
Script element | Description |
---|---|
Returns the run number (RunID) of the superordinate task (Parent). | |
SYS_ACT_TOP_NR | Supplies the run number (RunID) of the top workflow"Permet d'ajouter, regrouper, associer, caractériser ou supprimer les tâches d'un workflow. Egalement un type d'objet propre à Automation Engine. [Anciennement appelé ""chaîne de traitement"" et ""chaîne de job"".]" |
Script Elements - Activation Data
About Scripts
Script Elements - Alphabetical Listing
Script Elements - Ordered by function