RestartEvent Parameters and Valid Execution Modes
The valid execution mode for RestartEvent is SYNCHR.
The parameters of RestartEvent are as follows:
Name | Semantics | Type | Valid Values | Multiplicity |
---|---|---|---|---|
Direction: In | ||||
EventID(Mandatory) | Event which is to be restarted. | long | Valid event ID | 1 |
RetryCount(Optional) | The restart will be attempted as many times as the retryCount. | long | Any number more than 0 | 1 |
Interval(Optional) | It is specified in millisecond. Indicates the interval between each attempt to restart. | long | >0, recommenced value 10 seconds or more. Default 10000ms | 1 |
Direction: Out | ||||
InitiatedEventID | If event is restarted, event ID is output otherwise null | long | Valid event ID | 1 |
Copyright © Cloud Software Group, Inc. All rights reserved.