Hello,

in the designer, is there a way to disable a box (e.g. a call box or a script box). Doing the same as in java when you comment some lines.

ty Denis

asked 05.05.2015 at 17:08

dbalasse's gravatar image

dbalasse
(suspended)
accept rate: 25%

edited 06.05.2015 at 21:08


What do you exactly mean with a box? You mean in the IvyScript fields? You can use the same as in java.

// Single line comment

/*
Multi 
line
comment
*/
link

answered 06.05.2015 at 08:37

Christian%20Strebel's gravatar image

Christian St... ♦
3.2k31338
accept rate: 88%

by box i meant step. like a script step, a subprocess call step, etc When developping, i often draw the whole process and then i fill the steps. But some steps (boxes or whatever) are not already configured. I would like for the engine to ignore them. Is it possible ?

(06.05.2015 at 21:07) dbalasse dbalasse's gravatar image

There is no such functionality to ignore/skip certain steps. But generally, ivy is designed to be able to run processes that contain elements which are not yet inscribed (configured).

Can you mention concrete process steps, that don't let you execute the process until they are configured? 'Call Sub' or 'Script' just work fine after inserting into the process without any configuration.

link

answered 11.05.2015 at 13:54

Dominik%20Regli's gravatar image

Dominik Regli ♦
(suspended)
accept rate: 85%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×78

Asked: 05.05.2015 at 17:08

Seen: 1,392 times

Last updated: 11.05.2015 at 13:54