Skip to content

ECA Tool

Available since: 2.1.11

Provided tokens

Token Description
[event] The event.
[event:machine_name] The machine name of the ECA event.
[VARIOUS] All tokens forwarded by the dispatcher.
[session_user] The user account that dispatched the event, regardless if ECA is processing models under a different account. This is only available if ECA is configured to always run under a specific account.

Fields

Description

The description will follow.

Arguments

The description will follow.

Provide the list of arguments in YAML format so that the caller of this tool know which context need to be made available:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
node:
    data_type: entity
    label: "The node to process"
    required: true
    description: "Please provide the node that should be used to create a summary for."
user:
    data_type: entity
    label: "The user for whom to summarize"
    required: true
    description: "Provide the user who is the audience for the node summary."

Each argument has a name, e.g. "node" or "user" in die above example. For each of them, provide the data type, a label, a description, and a flag whether that argument is required or not.

Those arguments will be available as tokens to the subsequent conditions and actions following that event.