Skip to content

Packages  ›  trotsky  ›  StepActor  ›  apply

StepActor.apply() method

Applies the step by resolving the actor parameter and fetching the actor's profile. Sets the profile data as the output of this step.

Signature:

typescript
apply(): Promise<void>;

Returns:

Promise<void>

A promise that resolves when the step is complete.