Inicio del área de contenido

Documentación de objeto Workflow Template WS00200098 (Completing a Service Notification) Localizar documento en árbol de navegación

If all the tasks for a service notification have been completed, a workflow is started from the template SM Complete notification .

Workflow template: 00200098

ID: SM Complete

Description: SM: Complete notification

Triggering Event for Workflow Template

The event ALLTASKSCOMPLETED ( all tasks completed) for object type BUS2080 ( service notification) has been entered as the triggering event for the workflow template.

Nota

This "linkage" between the event and the workflow template to be started is normally inactive in the standard system. If the workflow template is to be started, it must first be activated in the Customizing for the SAP Business Workflow.

Workflow Container and Data Flow

The most important information that must be available during the workflow is the object reference to the service notification to be processed ( _EVT_OBJECT ), the name of the creator of the notification ( _EVT_Creator ) and the sort key ( _WI_Group_ID ). This information is available as event parameters in the container for the triggering event and must be transferred to the workflow container "per data flow".

In the standard system, the following data flow definition has been established between the triggering event and workflow container:

Workflow Container Event Parameter Container

_WF_Initiator <- _EVT_Creator
_WI_Group_Id <-
_EVT_OBJECT
NOTIFICATION <-
_EVT_OBJECT

The element _WF_Initiator is available in the workflow container in the standard system. The element NOTIFICATION has been created in addition to the existing standard elements.

 

 

Fin del área de contenido