cancel
Showing results for 
Search instead for 
Did you mean: 

Execution listener not getting exported

as0077749
Champ in-the-making
Champ in-the-making
Hi,

Execution listener not getting exported while exporting a process, Have tried on Activity-v5.18, Activity-v5.19 & Activity-v6.

Any suggestion?

Thanks,
Ashish Singh
2 REPLIES 2

as0077749
Champ in-the-making
Champ in-the-making
This issue can be closed now.
Updated "parseListeners" method in Class " org.activiti.editor.language.json.converter.BpmnJsonConverterUtil" by adding below line:

else if (element instanceof Activity) {
          ((Activity) element).getExecutionListeners().add(listener);
        }else if (element instanceof IntermediateCatchEvent) {
            ((IntermediateCatchEvent) element).getExecutionListeners().add(listener);
        }



Cheers Smiley Happy
Ashish S

jbarrez
Star Contributor
Star Contributor