Reading data from outside in a decision task

cancel
Showing results for 
Search instead for 
Did you mean: 
mghildiya
Member II

Reading data from outside in a decision task

I have process defined as a BPM model. It has 2 tasks defined in sequential manner. When first completes, second taks is created.

Now I have to make a change in this setup, which would make sure that second task is created only when certain conditions are met.

I have decided to use decision table to achieve this. So I plan to introduce a decision task(here).

Challenge is that to make decisions, input data I need is to be read from outside of the process. 

Is it possible to do that?