EngineVersion 1
actions
The Actions Matrix provides the semantic model for actions that can be performed, how they are performed, and how their invocations are traced.
URI: https://poliglot.io/kleo/spec/actions#
Imports: ctx, exc, http, iam, lifecycle, mapping, matrix, os, svc
Classes
- actions:Action: An action that can be performed.
- actions:ActionException: An exception that occurred during action processing.
- actions:Classification: A classification describing the behavioral characteristics of an action.
- actions:Handler: A handler of an action.
- actions:HumanInTheLoop: Used when a human is required to handle the action.
- actions:Invocable: An action that is invocable via a specified handler.
- actions:Invocation: A record of an action invocation.
- actions:InvocationException: An exception that occurred during action invocation.
- actions:OverloadResolutionException: An exception that occurred during action overload resolution.
- actions:Payload: A type of payload that an action can handle.
- actions:PayloadValidationException: An exception that occurred during payload validation.
- actions:RequestTemplate: A request template with potentially dynamic values resolved at execution time.
- actions:ScriptHandler: A handler that executes a SPARQL script as a child workflow.
- actions:ServiceIntegration: A service integration.