taskID | String The identifier of the task that ended. |
status | String The state of the task. Will be one of the following: ![]() ![]() ![]() ![]() |
lastAcceptedBy | String The user ID (on My webMethods Server) of the last user that accepted the task. The field is set to null if no user has accepted the task, or when acceptedByList is reset to null. |
assignedToList | String List The IDs of the principals (users, groups, or roles on My webMethods Server) to which this task has been assigned. |
errorCode | String A code that identifies the error condition that caused the task to end. This field is usually present when the value in status is "error." However, the Task Engine does not require an application to report an error code, so this field might be null even if the task ends with an error. |
errorMessage | String A message describing the error condition that caused the task to end. This field is usually present when the value in status is "error." However, the Task Engine does not require an application to report an error message, so this field might be null even if the task ends with an error. |