Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/effect/src/unstable/workflow/Workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export interface Workflow<
>

/**
* Execute the workflow with the given payload.
* Poll the current status of a workflow execution.
*/
readonly poll: (
executionId: string
Expand Down
2 changes: 1 addition & 1 deletion packages/effect/src/unstable/workflow/WorkflowEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class WorkflowEngine extends Context.Service<
>

/**
* Execute a registered workflow.
* Poll the current status of a registered workflow execution.
*/
readonly poll: <
Name extends string,
Expand Down
Loading