Search

Class VCORemoteWorkflowToken

Extends com.vmware.o11n.plugin.vcoconn.model.RemoteObject
Object representing an instance of a remote workflow, either running or finished.

Attributes

Name Type Description
id String Item ID
name String
state String

Methods

Name Returns
cancel() void
getAttributes() Properties
getException() String
getInputParameters() Properties
getOutputParameters() Properties

Returned by

Method Returns
VCOProxyWorkflowManager.executeAsynchronousProxies(String workflowId, Properties params) VCORemoteWorkflowToken[]
VCOProxyWorkflowManager.executeAsynchronousProxy(String connectionId, String workflowId, Properties parameters) VCORemoteWorkflowToken

Referenced in

None