GetValidationParameters
Returns the parameters of a workflow task in progress.
XML content = GetValidationParameters (
String workflowId,
String taskIdentifier
)
String workflowId,
String taskIdentifier
)
Parameters
workflowId
Identifier or internal name of the workflow.
taskIdentifier
The identifier of the approval-type task (@taskIdentifier) field.
Return values
content
The XML document containing the parameters.
Remarks
The returned document contains all the information concerning the validation, who responded and who may still respond.
- The title, creationDate, processingDate, timeout, status, abortReason and completionDate attributes correspond to the attributes in the validation task.
- isAssignee: The current operator is in the group assigned to this task.
- hasResponded: The current operator has already responded.
- canReply: The current operator can respond (either nobody has responded yet, or multiple responses are authorized.
Features

