invoke

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

Invokes the REST API request with the given plan ID and action.

Return

The result of the execution.

Parameters

planId

The ID of the plan.

action

The action containing the REST API request details.