I am workin on a Workflow for HR appraisal process .
In transaction APPCHANGE 2 Events are Created .Event Changed.So my workflow is triggering twice.Is there any way so that the workflow triggers only once.
Both Events are triggering exactly at the same time
In the event linkages, you have the option of setting up the check function modules. These FMs help you to decide if your WF should be trigered or not. This is called when the Event is triggered and before the WF is called. So you can define a FM for one of the event in which u can set some conditions whcoh you can check for negative in ur Workflow.
Hi,
event linkage to workflow template is done in transaction SWETYPV, here you can either deactivate the one linkage you don't need, or add a check function module on the event with extra logic to decide whether or not to create the workitem.
Kind regards, Rob Dielemans
Add a comment