The startISInstance
operation starts a stopped webMethods IntegrationServer instance. Integration Server instance properties must be configured either in Workflow inputs or Project properties. It is normally must be used in deploy Utility workflow.
Environment/Instance Properties
...
Property Name | Property Code | Required | Description |
---|---|---|---|
Target WM Installation Home | FDWM_TARGET_HOME | No | Installation home dir of the target webMethods Server(e.g. /opt/usr/SoftwareAG) |
Target IS InstanceName | FDWM_TARGET_INSTANCE | No | InstanceName of webMethods target IS, displayed in the default dir 'IntegrationServer/instances/test'(e.g.test) |
...
Input Name | Input Code | Required | Description |
---|---|---|---|
Target WM Installation Home | FDWM_TARGET_HOME | No | Installation home dir of the target webMethods Server(e.g. /opt/usr/SoftwareAG) |
Target IS InstanceName | FDWM_TARGET_INSTANCE | No | InstanceName of webMethods target IS, displayed in the default dir 'IntegrationServer/instances/test'(e.g.test) |
...