invoke

open suspend override fun invoke(planId: UUID, action: Action.ChainedRequest): ExecutorResult

Invokes the chained plan with the given plan ID and action.

Return

The result of the execution.

Parameters

planId

The ID of the plan.

action

The action to be performed.