Script Function: Returns the run number (RunID) of the superordinate task (Parent)
GET_PARENT_NR(RunID, [Activation Type])
Syntax |
Description/Format |
---|---|
RunID |
RUN number of the current task |
Activation Type |
Allowed values: |
Return codes |
---|
RunID of the superordinate task |
With this script function, the name of the superordinate task of an object that is part of the object class of executable objects is retrieved. With manual activation, this is the name of the User object (e.g. SMITH/DEV).
If no activation type is specified, the script function retrieves the processor.
If the RunID of a group should be retrieved, "Generate at Runtime" (in the Attributes tab) must be activated in the task using this script function. Otherwise, the RunID can only be retrieved only for jobs in post process.
The following example retrieves the running number of a task and then its Activator.
:SET &RunID = GET_UC_OBJECT_NR(MAWI.END.PROCESSING)
:SET &RET# = GET_PARENT_NR(&RunID, ACT)
:PRINT "The RunID of the superordinate task is: &RET#"
See also:
Script element | Description |
---|---|
Returns the name of the superordinate task (Parent) | |
GET_PARENT_TYPE | Returns the object type of the superordinate task (Parent) |
Script Elements - Activation Data
About Scripts
Script Elements - Alphabetical Listing
Script Elements - Ordered by function