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