actions:ScriptHandler
A handler that executes a SPARQL script as a child workflow.
Extends: actions:Handler
Script handlers execute their configured script as a child process of the action invocation.
Result bindings from the script SELECT query are mapped positionally to result pattern variables.
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.
Inherited from parent class.