Name | Type | Use | Default | Fixed | Annotation |
exe | xs:string | optional | | | documentation | Name and path of the executable file |
|
windowsExe | xs:string | optional | | | documentation | Name and path of the executable file for Windows operating system |
|
linuxExe | xs:string | optional | | | documentation | Name and path of the executable file for Linux operating system |
|
macExe | xs:string | optional | | | documentation | Name and path of the executable file for Mac operating system |
|
className | xs:string | optional | | | documentation | The openda:class name. |
|
workingDirectory | xs:string | optional | | | documentation | Directory where executable file is run. This is usually the instance dir. This is only used in blackBoxStochModelConfig. |
|
actualWorkingDirectory | xs:string | optional | | | documentation | Subdirectory of instance dir, where executable file has to be run. To be specified as relative path to instance dir. This is only used in blackBoxWrapperConfig. This is only used for executable files, not for Java classes. For Java classes the instanceDir is used as workingDirectory. |
|
ignoreStatus | xs:boolean | optional | false | | documentation | Flag for ignoring the status of the previous action step (ignoreStatus=true). Not yet implemented. |
|