要求されたページは選択されたバージョンでは利用できない。
use deputy
Description
Direct the execution of the following block of action lines to a specified deputy controller.
Arguments
name
Name of the deputy controller machine (previously established via the connect deputy action).
parallel
(Optional) Mode in which the deputy is to run.
Allowable values:
yes
Parallel execution mode.
no
(Default) Serial execution mode.
Valid contexts
This action may be used within the following project items: test modules and user-defined actions.
Notes
- The block of action lines following use deputy is lower-bounded by the next use lead or use deputy action. The block is executed exclusively on the machine specified in the name argument.
- Parallel execution (parallel = yes) allows the lead controller to continue executing lines (below the block of action lines associated with the use deputy action) concurrently with the deputy. Serial execution (parallel = no) forces the lead controller to wait for the deputy to complete its execution of the block of action lines submitted to it.
- This action supports the <ignore> modifier. If the string
<ignore>
is present as the value of any of the arguments, or any argument contains an expression that evaluates to<ignore>
, the action is skipped during execution. - Note that database actions are not supported on machines operating as deputies.
Applicable Built-In Settings
The following settings are applicable to this action: remove double quotes from cells.
Example
Action Lines
Related concepts