Task Event Type | Task Operation | Description |
Task Changed | Emitted when a new task instance is started (queued) from the task type. | |
Task Changed | Emitted when a task instance is modified by a user or by the system. | |
Task Changed | Emitted when a task instance is deleted. |
Element | Description |
operation | Integer. The code for the task operation. Value is 1. |
operationText | String. The type of the task operation. Value is created. |
source | String. The user name of the principal (users, groups, and roles on My webMethods Server) who created the task instance. |
taskURL | The relative URL for the task on My webMethods Server. This URL can be used to open the task instance in a browser. |
oldTask | The old state of the task instance. Not used for this task operation. |
newTask | The new state of the task instance. Includes standard information (TaskInfo) and business data, when available, about the task. For more information, see Task. |
Element | Description |
operation | Integer. The code for the task operation. Value is 2. |
operationText | String. The type of the task operation. Value is updated. |
source | String. The user name of the principal (users, groups, and roles on My webMethods Server) who updated the task instance. |
taskURL | The relative URL for the task on My webMethods Server. This URL can be used to open the task instance in a browser. |
oldTask | The old state of the task instance. Includes standard information (TaskInfo) and business data, when available, about the task. For more information, see Task. |
newTask | The new state of the task instance. Includes standard information (TaskInfo) and business data, when available, about the task. For more information, see Task. |
Element | Description |
operation | Integer. The code for the task operation. Value is 3. |
operationText | String. The type of the task operation. Value is deleted. |
source | String. The user name of the principal (users, groups, and roles on My webMethods Server) who deleted the task instance. |
taskURL | The relative URL for the task on My webMethods Server. This URL can be used to open the task instance in a browser. |
oldTask | The old state of the task instance. Standard information (TaskInfo) and business data, when available, about the task. For more information, see Task. |
newTask | The new state of the task instance. Not used for this task operation. |