Integrate Software AG Products Using Digital Event Services : webMethods Task Engine User’s Guide : Administering Tasks : Administering Task EDA Event Emission : About EDA Predefined Task Event Types : EDA Task Event Element Definitions : The EDA Predefined Task Event Type
The EDA Predefined Task Event Type
The task event schema can be found in the folder Software AG_directory \common\EventTypeStore\WebM\Task\1.0
The Task Changed EDA predefined event type is emitted for the following task operations:
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.
Task Instance Created
Emitted when a task instance is started (queued) from the task type.
Schema file: TaskChanged.xsd
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.
Task Instance Updated
Emitted when a task instance is modified by a user or by the system.
Schema file: TaskChanged.xsd
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.
Task Instance Deleted
Emitted when a task instance is deleted.
Schema file: TaskChanged.xsd
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.
Copyright © 2017 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback