cancel
Showing results for 
Search instead for 
Did you mean: 

PDB problem

Former Member
0 Kudos

Hi,

I am reusing the unanswered thread for my purpose.

I tried to use PDB (Parallel dynamic block). But it is behaving differently that, I assigned action to 3 users and then the task is appearing in all of the 3 users uwl.But while any of the one user started working on that then remaining users uwl task got disappeared or seems locked or terminated. I did not understand why it is happening like this. can you please help me to solve this issue.

My process structure is mentioning below:

Process

-Sequential block1

-


Action1

-


Block (PDB)

-


sequential block2

-


action2

Is there any alternative way to do this if PDB will not solve this issue?

Is it possible to create actions dynamically in a block.

My Senario-----

I want to assign action2 to multiple users dynamically and these users should execute action2 independently. As u can see the above structure I am able to assign action2 to multiple users but if any user executes it, that action is completely removed from other users task....

Any Comment???

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

SOLVED BY MYSELF. HERE IS THE SOLUTION

Process structure :

Process

--Sequential block1

-


Action1

-


Block (PDB)

-


Sequential block2

-


Action2

The problem is when you are assigning users,

the same action is assigned to all users. Now, when u logged in to these users you can see the assigned action.

but once any user executes it that action is completed.So, now the action cannot be available for other users.

here what I tried and got sucess

1. For Action1

Create web dynpro form CO which contain table (User as one field).

2. For Action2

2.1 Create a Data Display form CO with input parameters as

Name-"Input"-->Type-"Structure"-->List (checkbox checked)

Inside this structure declare one parameter "username"----> type-"String".

Save it.

3.In Sequential block1 Map "User" field from action1 and username from Action2(PDP Block).

assign Users to Action2 using the "Fill using the Context Parameter" option for Sequential block2 as you have done previously.

Save, activate and run the process.

While executing Action1 give users in table row.

You will find that the same action is available to all the users with different instances. So all users can execute independently.

Regards,

Pratik

Former Member
0 Kudos

Hi Pratik,

I have exactly the same problem that u face...

While any of the one user started working on that then remaining users uwl task got disappeared or seems locked or terminated.

could u plz share the solution for this problem ?

i would really appretiate if u can help me.

My process structure :

Process

--Sequential block1

-


Action1

-


Block (PDB)

-


Sequential block2

-


Action2

Thanks in advance,

Sudheer Kareti.

Former Member
0 Kudos

Solved by myself. Thanks for viewing this.