cancel
Showing results for 
Search instead for 
Did you mean: 

Data object for activity

adamkessintini
Champ in-the-making
Champ in-the-making
how i can define data object that process need it
not by using execution.setVariables (not by programmation)
but in modeling the process
process will fetch for those data automaticly when need it
data can be any type xml,txt,database…
1 REPLY 1

balsarori
Champ on-the-rise
Champ on-the-rise
For data objects with known values at design time, check 8.9. Data objects section of the userguide.

http://activiti.org/userguide/index.html#dataobjects

If you want to fetch data objects from external sources, you will need to write a custom service task for that.