Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On the last page of the wizard you should input the execution string, i.e. the command that would be executed.

 

HTML
<center>
  <br>
  <img src="/wiki/download/attachments/1746637724740125/Creating Element_4.pngjpg"/>
  <br> 
</center> 

The signature of the execution string depends on the command that is launched. But the general rule is that input/output data and attributes have prefix $. You can set parameterized description for new element (description that appears not in property editor but on element itself). In parameterized description you also can use parameters substitution with prefix $. If the paths in the execution string contain spaces, they must be enclosed with quotes.

For example? let there be some perl script “myScript.pl” that accepts an input file as the first attribute and accepts the second attribute denoted as “param1”. The command may look as follows:

...