How You Configure Dependent Tasks to Not Expire When Parent Task Expires

Tasks dependent on a preceding task automatically expire when the preceding parent task expires.

If you don’t want the dependent tasks to expire automatically, configure the ORA_PER_JOURNEY_CONFIG_PARAMETERS profile option.

Here’s how you do it.

Enable the ORA_PER_JOURNEY_CONFIG_PARAMETERS profile option with the profile value DEP_EXP_INI=Y; For more information, see this topic: How do I enable a profile option?
Note:
  • If no profile value exists, enter DEP_EXP_INI=Y;
  • If a profile value exists, enter ;DEP_EXP_INI=Y; after the value. For example, if there is a value ALRT=Y, you need to enter the profile value as ALRT=Y;DEP_EXP_INI=Y;