Skip to main content
Version: 2.2.1

newComment

This method allows adding a comment to an instance activity. To edit it, it is necessary to follow the standard documented below.

Java class
Requestweb/wwwroot/ws/java/workflow/NewCommentRequestType.java
Returnweb/wwwroot/ws/java/workflow/NewCommentResponseType.java

Request:

ID #RequiredDescription
WorkflowIDXInstance ID #
ActivityIDXActivity ID #
TextXComment
PrivateDo not display for requester (1 = do not display)
UserIDUser ID

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:workflow">
<soapenv:Header/>
<soapenv:Body>
<urn:newComment>
<!--You may enter the following 5 items in any order-->
<urn:WorkflowID>?</urn:WorkflowID>
<urn:ActivityID>?</urn:ActivityID>
<urn:Text>?</urn:Text>
<urn:Private>?</urn:Private>
<!--Optional:-->
<urn:UserID>?</urn:UserID>
</urn:newComment>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
StatusMethod execution status. Its value may be:
SUCCESS: Method executed successfully
FAILURE: An error occurred during the method execution
CodeMethod return code
DetailMethod return detail