invoke

abstract suspend fun invoke(planId: UUID, action: T): ExecutorResult

Invokes the specified action for the given plan ID.

Return

The result of the executor's operation.

Parameters

planId

The unique identifier of the plan.

action

The action to be invoked.