A workflow remote command step definition.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| captureOutput | string | element | 0/1 | Will the output from the remote system be captured for this step. | |
| commandLine | string | element | 0/1 | Returns the command line this step will attempt to execute on the remote system. | |
| proceedToNextStepOnFailure | string | element | 0/1 | Will the step proceed to the next step if the remote command fails. | |
| timeoutInSeconds | int | element | 1/1 | Current timeout before this steps is set to failed. | |
Properties inherited from WorkflowStepDefinition |
|||||
| condition | string | element | 0/1 | Gets the condition. | |
| domainCredential | ManagedObjectReference | element | 0/1 | Gets the domain credential. | |
| guestOSCredential | ManagedObjectReference | element | 0/1 | The credential used to access the Guest OS. | |
| id | long | element | 1/1 | Gets the id. | |
| name | string | element | 0/1 | Gets the name. | |
| stepNumber | int | element | 1/1 | The order in which this step executes. Starts at zero. | |
| type | WorkflowStepType | element | 0/1 | Gets the type. | |
| workflowDefinitionId | long | element | 1/1 | The workflow definition Id. Not needed when creating step for the first time. | |
Properties inherited from supportTemplating |
|||||
| xsitype | string | attribute | 0/1 | ||
Example
<WorkflowRemoteCommandStepDefinition xsitype="...">
<proceedToNextStepOnFailure>...</proceedToNextStepOnFailure>
<commandLine>...</commandLine>
<captureOutput>...</captureOutput>
<timeoutInSeconds>...</timeoutInSeconds>
<guestOSCredential>
<displayName>...</displayName>
<type>...</type>
<id>...</id>
</guestOSCredential>
<domainCredential>
<displayName>...</displayName>
<type>...</type>
<id>...</id>
</domainCredential>
<workflowDefinitionId>...</workflowDefinitionId>
<id>...</id>
<name>...</name>
<type>...</type>
<stepNumber>...</stepNumber>
<condition>...</condition>
</WorkflowRemoteCommandStepDefinition>