View source: R/decision_points.R
| ActionEvent | R Documentation |
Timeline-native action proposed by a policy at a decision point. ActionEvents enter the same arbitration and refresh lifecycle as all other events — no side-channel state mutation.
ActionEvent(
action_type,
time_next,
decision_point_id = NULL,
params = NULL,
metadata = NULL
)
action_type |
Character scalar; must match an |
time_next |
Numeric scalar; realization time on the canonical timeline. |
decision_point_id |
Character scalar; which decision point produced this
action. If |
params |
Optional named list of action-specific parameters. |
metadata |
Optional named list for policy provenance or audit fields. |
A list of class "ActionEvent".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.