Navigation:  Integration via SOAP web services > Published web services > Workflow >

newComment

Previous  Top  Next

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

 

Java class

Request

web/wwwroot/ws/java/workflow/NewCommentRequestType.java

Return

web/wwwroot/ws/java/workflow/NewCommentResponseType.java

 

Request structure

<urn:newComment>

  <urn:WorkflowID>?</urn:WorkflowID>

  <urn:ActivityID>?</urn:ActivityID>

  <urn:Text>?</urn:Text>

  <urn:Private></urn:Private>

  <urn:UserID></urn:UserID>

</urn:newComment>

 

Request

ID #

Required

Description

WorkflowID

X

Instance ID #

ActivityID

X

Activity ID #

Text

X

Comment

Private

 

Do not display for requester (1 = do not display)

UserID

 

User ID

 

Return

ID #

Description

Status

Method execution status. Its value may be:

SUCCESS: Method executed successfully

FAILURE: An error occurred during the method execution

Code

Method return code

Detail

Method return detail