Skip to Content
0
Former Member
Feb 08, 2008 at 06:11 AM

Select User based on a Precondition Value

20 Views

Hi,

This is how we are doing,

MyProcess

-


Sequential Block

-


Action A

-


Calable Object (Provide User Inputs)

-


Parallel Block

-


Precondition Loop Block 1

-


Action B

-


Callable Object (Checks if the Input Value matches condition 1)

-


Loop Body Block 1

-


Action C

-


Callable Object (CO 1)

-


Precondition Loop Block 2

-


Action D

-


Callable Object (Checks if the Input Value matches condition 2)

-


Loop Body Block 2

-


Action E

-


Callable Object (CO 2)

-


Sequential Block

-


Action F (Reference 3)

-


Callable Object

My Question:

I want to assign Action F to a User using the Callable Object referred to as CO 1 and CO 2 at Runtime. Is this possible?

Regards,

Mathan MP