...
- Add a zombie attribute, that will fail the task as soon as a zombie arises.
ecflow_client --alter add zombie "ecf:fail::" /suiteZ
- Add a zombie attribute, such that all zombies never block the scripts.
...
ecflow_client --alter add zombie "ecf:fob::" /suiteZ
...
ecflow_client --alter add zombie "path:fob::" /suiteZ
...
Use with caution, but may be applicable for some suites.!
-
- Add a zombie attribute, that kills the zombie process automatically
...
- when a init/complete child is recieved by the server.
...
- This will use whatever is defined for ECF_KILL_CMD
...
ecflow_client --alter add zombie "ecf:kill:init,complete:" /suiteZ
...
- Add a zombie automatically kills zombies process, created out of user action.
ecflow_client --alter add zombie "user:kill::" /suiteZ
- Add a zombie attribute that adopts all child complete zombies.
ecflow_client --alter add zombie "ecf:adopt:complete:" /suiteZ