The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Operator "Subprocess" doesn't pass through data
Hi (Marco),
I experienced a new issue, that should again be something to fix easily
If the operator "Subprocess" contains no active operators, there are no results delivered at the output port of the operator, although input and output ports of the inner process are connected. Adding some dummy operator (I chose "Select Attributes" with all attributes) changes this. I guess this again should just require a small change/fix, but please let me know if I may expect a general fix from your side, or if I have to do this by myself for now.
Best regards
Matthias
I experienced a new issue, that should again be something to fix easily
If the operator "Subprocess" contains no active operators, there are no results delivered at the output port of the operator, although input and output ports of the inner process are connected. Adding some dummy operator (I chose "Select Attributes" with all attributes) changes this. I guess this again should just require a small change/fix, but please let me know if I may expect a general fix from your side, or if I have to do this by myself for now.
Best regards
Matthias
0
Answers
I'm afraid I have to ask you to file a bug report on that one, I don't have time for quick fixes right now
Regards,
Marco
I tried to add a dummy operator to the Subprocess templates and remove this if a operator chain shall be added. The template now is a Subprocess super-operator, containing a single "Delay" operator that is attached to the connection from "in 1" to "out 1". When trying to execute the code where parentProcess refers to the ExecutionUnit this results in the following exception: Disabling the operator works, but trying to disconnect or remove it raises this exception.
Any idea?
Edit: I just received the same exception when trying to delete an attribute from the attribute set via .
Best regards
Matthias