Versions Compared

Key

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

...

Option

Description

[-w]

Use this option to wait for workflow completion, that is wait for whichever comes first of either a timeout or received exit code declaring the status of the workflow; completed, aborted etc. For further information about exit codes, seeĀ see Exit Codes(4.23) .

If the workflow is in building state, "Configuration is building." will be displayed, and the workflow will not be started until finished building. A timeout may then occur if the building takes too long.

Note

Note!

The [-w] option does only allow one workflow to be started at the time.

[-b]

Use this option (block) to wait for the return code that indicates that workflow has for example completed, aborted or another code. For further information about exit codes, seeĀ see Exit Codes(4.23).

If the workflow is in building state, "Configuration is building." will be displayed, and the workflow will not be started until finished building.

Note

Note!

The [-b] option only allows one workflow to be started at the time.

The [-w] option has precedence over the [-b] option. If both are used at the same time the [-w] will be active.

...