4.1

Table Of Contents
The waitCustomEventUntil operation's parameters are as follows.
internal / external
The awaited event comes from another workflow (internal) or from a Web
service application (external).
customEventKey
The name of the awaited event.
myDate
The date until which waitCustomEventUntil waits for a message from
sendCustomEvent.
simpleExecuteWorkflow Operation
The simpleExecuteWorkflow operation uses string attributes to start a workflow.
IMPORTANT This operation is deprecated since Orchestrator 4.0. Do not use simpleExecuteWorkflow.
Type Value Description
String
workflowId
ID of the Workflow to be run.
String
username
Orchestrator user name.
String
password
Orchestrator password.
String
attributes
The format for the attributes
parameter is a list of attributes
separated by commas. Because commas
are used as separators, attribute name
strings containing commas are not
processed correctly.
Each attribute is represented by its
name, type, and value, as shown in the
following examples.
Name1
,
Type1
,
Value1
,
Name2
,
Type2
,
Value2
Return Value
Runs a workflow. Returns a WorkflowToken object.
Chapter 8 Developing a Web Services Client
VMware, Inc. 279