Forcibly changes the current state of the flow
family instance to its initial state.
Type: call
policy
Syntax
restart()
Returned value
Returns an "allowed" decision (KSS_GRANT
).
Example
...
policy service_restart = service_flow.restart;
entity service {
security call restart = service_restart;
}
Page top