Packages › trotsky › StepActorUnblock
StepActorUnblock class
Represents step that unblocks the current actor (if blocked).
Signature:
typescript
export declare class StepActorUnblock<P = StepActor, C extends StepActorOutput = StepActorOutput, O = null> extends Step<P, C, O>
Extends: Step<P, C, O>
Methods
Method | Modifiers | Description |
---|---|---|
Applies the unblock logic: 1. Retrieves the current block list. 2. Checks if the actor is actually blocked. 3. If blocked, deletes the block record to unblock the actor. |