...
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.
| ||
[-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.
|
...