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

HISTORY-COMMENT

Previous  Top  Next

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

Service URL

http://<domain>/apigateway/se/exp/chatbot/api/task/comment.php

 

Method

POST

 

Input parameters

ID #

Parameter

Type

Required

Description

idInstance

QUERY

STRING

X

Instance ID # (WFPROCESS.IDPROCESS)

cdUser

QUERY

NUMERIC

 

User code (ADALLUSERS.CDUSER)

cdProduct

QUERY

NUMERIC

X

Product code

text

QUERY

STRING

X

Comment

idActivity

QUERY

STRING

 

Not displayed for requester (WFSTRUCT.IDSTRUCT)

 

Output parameter

{

 "success": true,

 "response": {

      "message": "comment recorded"

  }

}