Hi,
Do we have something like this in activiti as of today. Basically my use-case is there is a generic Service task having no Expression Fields, this Generic Service task routes to a specific service task by calling Specific service task execute method. And this specific task contains the required expression fields
The templates using the Generic service task have many activiti extension field, but my generic service task has no knowledge of them and hence fails to instantiate, can we some how instantiate it and then use the execution variable to extract values of expressions instead.
Nut shell is it possible to instantiate a generic service task having no expression fields and the extension fields are passed in the execution environment variable.
Thanks
Solanki