Smart Grid Applications Overview > Responder Overview > Optional Configurations > Switch Orders > Require Sequential Execution |
Version: 10.1 |
By default, Responder gives users the option to execute switching order operations out of sequence. If you choose the Step Execution tab on the Switching Order Editor, you'll see two tabs: Sequential and Selected. The Selected tab allows the user to select an operation in the list and execute it regardless of whether previous operations have been executed.
You can require users to execute steps only in sequential order. Simply modify a setting in the Data Services configuration file.
Copy Code
|
|
---|---|
<add key="requiresSequentialExecution" value="false" /> |
Once you've made this configuration changed and restarted Data Services, the Step Execution tab will no longer display the Selection option. Users will have to execute operations in order.