EngineVersion 1actionsClasses

actions:Handler

A handler of an action.

Properties

actions:healingEnabled (required, max 1)

Whether a healer agent is invoked on action failure to attempt automatic recovery.

Handler must declare whether healing is enabled.

When true, the runtime invokes a healer agent before propagating the failure. The healer diagnoses the problem using the shared graph and attempts to produce the expected result. Defaults to false.

On this page