Configure the Start Process operator in a parent process to control the behavior of the child process it is starting.
Follow these steps:
The Process and Caller keywords are mandatory for referring to parent or child process dataset variables. If you omit both keywords on a variable name, the application looks for a calculation-scope variable. It does not check for a similarly named variable in either the parent or child dataset. For example, the following code fails if no calculation-scope variable X was previously created in the local script dialog:
Process.X = Caller.X; Process.Y = X + 100;
If you select Detached, the Start Date field becomes enabled. It specifies the date when the detached instance of the process starts. The default value is the date when the operator runs, indicated as System.Date. Similarly, the Start Time field specifies the time when the detached instance starts. The default value is System.Time.
Note: Previous versions of this application included separate Run Process operators for attached mode and detached mode. Both operators actually performed the same function. The only difference was that for the operator placed with Run Process, the Detach after start or after queuing request check box is initially cleared. For the Run Detached Process operator, the check box was initially selected. In either case, you could select or clear the Detach After Start or After Queuing Request check box anytime after you placed the Run Process operator to change its start mode. In this release, all of these operators are imported as Start Process operators.
|
Copyright © 2014 CA.
All rights reserved.
|
|