Find more posts tagged with
Sort by:
1 - 4 of
41
Hi,
this should work. What is not very obvious is error handling, in other words if something goes wrong you'll only notice by text appearing in the log, apart from that simply nothing will happen.
The process editor needs to have focus for it to work as well.
I just copied and pasted the process below into the process editor and it replaced my current process as intended.
Marco
this should work. What is not very obvious is error handling, in other words if something goes wrong you'll only notice by text appearing in the log, apart from that simply nothing will happen.
The process editor needs to have focus for it to work as well.
I just copied and pasted the process below into the process editor and it replaced my current process as intended.
Regards,
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<process version="7.1.000-SNAPSHOT">
<context>
<input/>
<output/>
<macros/>
</context>
<operator activated="true" class="process" compatibility="7.1.000-SNAPSHOT" expanded="true" name="Process">
<process expanded="true">
<operator activated="true" class="retrieve" compatibility="7.1.000-SNAPSHOT" expanded="true" height="68" name="Retrieve Golf" width="90" x="45" y="34">
<parameter key="repository_entry" value="//Samples/data/Golf"/>
</operator>
<connect from_op="Retrieve Golf" from_port="output" to_port="result 1"/>
<portSpacing port="source_input 1" spacing="0"/>
<portSpacing port="sink_result 1" spacing="0"/>
<portSpacing port="sink_result 2" spacing="0"/>
</process>
</operator>
</process>
Marco
Hi,
Thanks again, I've just tried pasting that same process into my process tab, which has focus. Mouse right click brings up a popup, however, picking 'paste' does not insert the process.
I'm on Ubuntu 14.04, java version "1.8.0_66" has anybody else had this problem? It's not a big deal, I just noticed it doing my usual forum post pasting routine.
Best
H
Thanks again, I've just tried pasting that same process into my process tab, which has focus. Mouse right click brings up a popup, however, picking 'paste' does not insert the process.
I'm on Ubuntu 14.04, java version "1.8.0_66" has anybody else had this problem? It's not a big deal, I just noticed it doing my usual forum post pasting routine.
Best
H
This was introduced in 6.5.
~Martin