Execution.ClientFile
- Updated2024-10-09
- 1 minute(s) read
Execution.ClientFile
Syntax
Execution.ClientFile
Data Type
Purpose
Specifies the client sequence file when executing with a process model.
Remarks
Typically, you set this property in the process model to dynamically specify which client sequence file the process model invokes.
When the execution first uses the client sequence file, it locks the file so that it cannot be unloaded from the sequence file cache of the engine until the execution completes or until this property is set to a different sequence file. Additionally, when you set this property to a different sequence file or a NULL reference to clear out the execution reference to the previous client sequence file, ensure you have disabled the Optimize Non-Reentrant Calls to This Sequence sequence property setting in all sequences of the client sequence file, or the execution maintains a reference to the client sequence file until it completes.