execute

abstract suspend fun execute(context: C): StepResult

Executes the step logic using the given context.

Return

The result of the step execution.

Parameters

context

The current execution context.