GetResponseStatus method: WorklistEntry class

Syntax

GetResponseStatus()

Description

Use the GetResponseStatus method to return the response status of the callback method. This is useful only for entries that are created by web services.

The following properties must be set before calling this method:

  • busactivity

  • buseventname

  • busprocname

  • requestmessageid

  • worklistname

Parameters

None.

Returns

A number. Valid values are:

Value Description

0

CreateWorklistEntry message not received yet or this entry was not created by any web service.

1

Message received but not processed yet.

2

Message processed and sent to message queue.

3

Error while sending message to the caller of create worklist entry.

4

Message was sent to the originating web server and was received successfully.