Quantcast
Channel: SCN : Unanswered Discussions - Data Services and Data Quality
Viewing all articles
Browse latest Browse all 3719

DS: simultaneous execution of scripts and other objects

$
0
0

We have a job which executes many workflows in parallel. This works as expected.

 

Each of these workflows calls a workflow, say WFscript, which executes a script.

That was the only way of making the script re-usable.

 

Now, when executing the jobs, we see that all instances of WFscript start simultaneously. That is still as expected.

 

However, the instances of the script don't run simultaneously, but one at a time.

It is as if the instances of the script are aware of each other.

First, one instance of the script in one instance of WFscript runs, then the next instance of the script in the next instance of WFscript runs. All script instances one at a time.

It doesn't matter which logic the script contains.

 

We couldn't think of any reason why the instances of the script would wait for each other, or even be aware of each other.

 

According to SAP Support, there is no documentation on which instances of objects will or will not execute simultaneously.

 

So, we're interested in any experiences with simultaneous execution of script instances (or any other objects). Which objects should be able to have instances of them executed simultaneously?


Viewing all articles
Browse latest Browse all 3719

Trending Articles