Hi, I am new to jBpm and I seem to be struggling with what I assumed would be a simple task.
I need to access the "path" variable that is automatically applied to each workflow so I can get to the document in question. No matter what I try I cannot seem to get to it.
I have created an Action Handler class that I have applied in various places to get this work but no joy (transitions, Task activities, you name it).
I have tried many methos but I must say I assumed something like this would work based on the jBpm documentation and the examples I have seen around the place.
executionContext.getContextInstance().getVariable("path");
It certainly doesnt though... Any advice would be genuinely appreciated please... at this point my laptop is in grave danger of meeting with a sticky end... its been a very frustrating
experience
thanks
Paul
I need to access the "path" variable that is automatically applied to each workflow so I can get to the document in question. No matter what I try I cannot seem to get to it.
I have created an Action Handler class that I have applied in various places to get this work but no joy (transitions, Task activities, you name it).
I have tried many methos but I must say I assumed something like this would work based on the jBpm documentation and the examples I have seen around the place.
executionContext.getContextInstance().getVariable("path");
It certainly doesnt though... Any advice would be genuinely appreciated please... at this point my laptop is in grave danger of meeting with a sticky end... its been a very frustrating
experience
thanks
Paul
