invoke

abstract operator fun invoke(flags: Flags = Flags.EMPTY, cancellationToken: CancellationToken): StepResult

Invoke the step with the specified flags to return a StepResult. A cancellationToken must be provided to allow for the story to be cancelled.