Workflow Log Collection
This collection in TCM OData Provider for BWF exposes via OData the workflow log for a specified instance from a given origin.
Example URL: /sap/opu/odata/SAP/SWF_TCM;mo/TaskCollection(SAP__Origin='XXX',InstanceID='XXXXX')/WorkflowLogs.
|
Property Name |
Description |
|---|---|
|
SAP__Origin |
Contains the system alias of the back-end system. |
|
InstanceID |
Contains the instance ID, for which the log has been retrieved. The backend collects for this instance all tasks, which are part of the same process instance.
|
|
EventOrder |
Displays the event number by which the requesting application knows the sequence of the events that have been processed. |
|
ReferenceInstanceID |
Displays the instance ID of the task of the event. |
|
PerformedBy |
Displays the username of the user who performed the event. |
|
PerformedByName |
Displays the full name of the user who performed the event. |
|
Status |
Displays the status of the task |
|
Timestamp |
Displays the date and time of the event execution. |
|
Description |
Displays the task description. |
|
SupportsNavigation |
If this flag is set, the navigation to the task is allowed for the current user. |
|
Result |
Displays the result of the work item. |
|
ResultType |
Displays the result type of the work item. |
|
CreationTimestamp |
Displays the creation time of the work item. |
|
EndTimestamp |
Shows by when the task or workflow should be completed.
|