The EDA Predefined Task Event Type
The task event schema can be found in the folder IBMwebMethods_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 | Task Instance Created |
Emitted when a new task instance is started (queued) from the task type. |
Task Changed | Task Instance Updated |
Emitted when a task instance is modified by a user or by the system. |
Task Changed | Task Instance Deleted |
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 IBM My webMethods Server) who created the task instance. |
taskURL | The relative URL for the task on IBM 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 IBM My webMethods Server) who updated the task instance. |
taskURL | The relative URL for the task on IBM 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 Key Supporting Schemas. |
newTask | The new state of the task instance. Includes standard information (TaskInfo) and business data, when available, about the task. For more information, see Key Supporting Schemas. |
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 IBM My webMethods Server) who deleted the task instance. |
taskURL | The relative URL for the task on IBM 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 Key Supporting Schemas. |
newTask | The new state of the task instance. Not used for this task operation. |