5.5.1

Table Of Contents
Type Value Description
String
globalState
The state of the workflow as a whole,
with the following possible values:
n
running: the workflow is running
n
waiting: the workflow is waiting
for runtime parameters, which can
be provided by
answerWorkflowInput
n
waiting-signal: the workflow is
waiting for an external event
n
canceled: the workflow was
canceled by a user or by an
application
n
completed: the workflow has
finished
n
failed: the workflow
encountered an error
n
suspended: the workflow run is
paused
The globalState is the state of the
workflow as a whole.
You must run
getWorkflowTokenForId every time
you update this value.
String
startDate
The date and time that this workflow
token started
The startDate value is set at the
moment the workflow starts. When
you obtain a token, its startDate has
already been initialized.
Chapter 4 Web Service API Object Reference
VMware, Inc. 75