Replies: 11 comments
-
Hi, where do you see these attributes? In the bpmn model file or in your process instances? |
Beta Was this translation helpful? Give feedback.
-
I was just calling #{workflowController.getEvents().get(0).getAllItems()} from one of the HTML files in my application (sub_main.xhtml) when I was trying to figure out why emails were being sent to the old email addresses. |
Beta Was this translation helpful? Give feedback.
-
ok, I understand. In general if you change the field mapping in your model also those fields should be updated when you save the model. It's interesting that you say this does not happen. We know that there is in some rare cases a strange behavior. If you just click/unclick the current selection this should solve the problem. But as I said, this should not happen. So maybe we can investigate into this if there is still a bug in the Imixs-BPMN modeller tool. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
hm... sounds like there is still a bug. To fix the problem, just open the .bpmn file with a xml editor and search for the corresponding entry. Than remove the entry. If you can send me a reduced example of your bpmn model with the 'hidden' email entry we can file a bug and try to fix this issue. |
Beta Was this translation helpful? Give feedback.
-
Thanks Ralph going in with the xml editor and deleting the entry seemed to work.
|
Beta Was this translation helpful? Give feedback.
-
Ok, I will look into this. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Ok I can reproduce this issue now. Thanks for providing the infos. |
Beta Was this translation helpful? Give feedback.
-
I think I found the problem and I have already provided a fix. If you change the 'Actor Properties' for a BPMN model, the existing Messaging Receivers will be now updates/removed accordingly. But the new Version can not fix an already 'corrupted' model file. So you need to verify your model withe the xml editor and remove the deprecated entries in this case. But for the future you should not run again into this trouble. Background: we already fixed the issue some time ago but only for the ACL settings and we forgot the messaging tab, which is also using actor-properties. imixs/imixs-bpmn#71 |
Beta Was this translation helpful? Give feedback.
-
Thank you that seems to be working! |
Beta Was this translation helpful? Give feedback.
-
Hello Ralph, I'm wondering if it's possible to reset the event property items "mail.to_list_mapping" and "keymailreceiverfields". Both of these items contain old email addresses that I no longer want, however I can't figure out how to remove them. These emails are not included in my model at all and so I'm not sure why they are still mapped to my mailing list.
Beta Was this translation helpful? Give feedback.
All reactions