Specifies a result parameter. The result parameter is an integer expression which is used to determine whether the flow ended correctly (positive value) or incorrectly (zero or negative).
The default when you select a Stop Failure end type is -1. The default when you select Stop Success is 1. You can also enter some other integer value or enter an expression that returns a calculated value for the result code at run time.
The Result value for the Stop Failure operator that terminates an instance of a process is saved to the Result variable in the process dataset of the instance.
Select one of the following options:
Processes a normal end for a workflow. This option sets the Result code to 1. If you change the Result value, use a positive integer to be consistent with a normal finish.
Processes an abnormal end for a flow. This option sets the Result value to -1. If you change the Result value, enter a negative integer to be consistent with an abnormal finish.
When the flow is invoked from another process, select this check box to break a calling loop. Clearing this check box allows a calling loop to continue. This check box only applies if the flow was called from within a loop in another process.
Ends a flow immediately without waiting for other operators to finish processing. Clear this check box to wait for any operators still processing to finish before ending the flow.
|
Copyright © 2014 CA.
All rights reserved.
|
|