Study the following process flow:
This is the Mam Page of a simple process which calls the Page Calculation before completing The data items are configured as follows:
* X is a Number data item with an initial value of 20
* Y is a Number data item with an initial value of 5
* Result is a Number data item with no initial value
The Calculation Page stage is configured as follows:
The Calculation Page is as follows:
The Data Items are configured as follow:
* X is a Number data item with an initial value of 10
* Y is a Number data item with an initial value of 5
* Result is a Number data item with no initial value
The Start Stage is configured pass through the X and Y values as input parameters.
The divide calculation stage expression is [X] / [Y]
The end stage is configured to pass back the results value as an output parameter.
What will be contained in the Result Data Item on the Mam Page following the execution of the Process?
How can an environment variable value be updated? (Choose all that apply.)
A process has been created but it is not listed in Control Room. The following reasons have been suggested.
1. The process uses objects with different run modes
2. The process has not been published
3. Process validation shows more than 99 errors
4. The user does not have privileges to run processes in Control Room
Which of the above could cause the process not to be visible in Control Room?
Examine the following process flow:
The Orders Collection contains the following data:
The Saved Quantity Data Item is configured as a number with the initial value 0.
The Loop Orders stage is configured to loop through the Orders collection.
The Get Quantity stage is configured as follows:
What will the data item Saved Quantity contain after the execution of the page?
Study the following process flow:
This is the Main Page of a simple process which calls the Page Calculation before completing.
The data items are configured as follows:
* X is a Number data item with an initial value of 20
* Y is a Number data item with an initial value of 5
* Result is a Number data item with no initial value
The Calculation Page stage is configured as follows:
The Calculation Page is as follows:
The Data Items are configured as follow:
* X is a Number data item with an initial value of 10
* Y is a Number data item with an initial value of 5
* Result is a Number data item with no initial value
The Start Stage is configured pass through the X and Y values an input parameters The divide calculation stage expression is [X] / [Y] The end stage is configured to pass back the results value as an output parameter.
What will be contained in the Result Data Item on the Main Page following the execution of the Process?