cancel
Showing results for 
Search instead for 
Did you mean: 

Interlinking of Workflows

Former Member
0 Kudos

Hi Guys,

I have created a workflow1 for master table and another workflow2 for a subtable, but now I want that whenever Workflow1 gets executed after its completion workflow2 must be executed.

What shud I do inorder to achieve this.

Thanx in advance

Points will be rewarded

Regards Tejas..........

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Tejas,

in the stop process of workflow2 you should be able to see the list of others workflows (called automatically properties). Here you can link the workflow1, so it can be executed after the workflow2.

Pay attention that the two workflow must be defined on the same table, otherwise you mot will be able to see the workflow in the stop process.

Hope this help.

Vito

Former Member
0 Kudos

Thanx Vito,

But my problem is the workflows are defined on different tables.

The solution u suggested works only if the workflow is defined for the same table.

Help guys.....

Regards Tejas...........

Former Member
0 Kudos

Hi Tejas,

actually there is no way in MDM to interlink workflows defined on different tables.

Take in consideration the possibility to create Java/abap external job that do something on the tables.

For example workflow2 does something and set a flag to "done" for some records, then periodically the Job reads the flags and does the work of workflow1 on the record that have flag set to "done". This is just a bad work around, but may be it is good for your scenario.

Hoper thie help you.

Regards,

Vito