Search

Class VCORemoteWorkflow

Extends com.vmware.o11n.plugin.vcoconn.model.RemoteObject
Object representing an instance of remote objects of type Workflow.

Attributes

Name Type Description
description String
id String Item ID
inParameters String
name String
outParameters String

Methods

Name Returns
deleteCompletedWorkflowTokens() void

Returned by

Method Returns
VCORemoteServer.findAllWorkflows() VCORemoteWorkflow[]

Referenced in

Method Returns
VCODeploymentManager.deleteWorkflow(VCORemoteWorkflow rmtWorkflow, boolean force) void
VCODeploymentManager.deployRemoteWorkflow(VCORemoteServer server, VCORemoteWorkflow source, String path, boolean override) void
VCOProxyWorkflowManager.createProxyActionForRemote(String actionName, String moduleName, VCORemoteWorkflow workflow) void