Does anybody have an idea how I can change the visual of an event triggered source in the Processflow when I'm using FlexScript to enable/ disable it? To fill the checkbox I used these expressions and they worked properly:
setvarnum(Model.find("Tools/ProcessFlow/ProcessFlow/Source"), "enabled", 0);
setvarnum(Model.find("Tools/ProcessFlow/ProcessFlow/Source"), "enabled", 1);
But even if the source is enabled, the event triggered source is crossed out:
Thank you in advance!