@grand-board/otel-cloudflare - v6.11.0
GitHub
Preparing search index...
WorkflowEntrypoint
Interface WorkflowEntrypoint<Env, Params>
Base WorkflowEntrypoint class (matches Cloudflare's)
interface
WorkflowEntrypoint
<
Env
=
unknown
,
Params
=
unknown
>
{
ctx
:
ExecutionContext
;
env
:
Env
;
run
(
event
:
WorkflowEvent
<
Params
>
,
step
:
WorkflowStep
)
:
Promise
<
unknown
>
;
}
Type Parameters
Env
=
unknown
Params
=
unknown
Index
Properties
ctx
env
Methods
run
Properties
ctx
ctx
:
ExecutionContext
env
env
:
Env
Methods
run
run
(
event
:
WorkflowEvent
<
Params
>
,
step
:
WorkflowStep
)
:
Promise
<
unknown
>
Parameters
event
:
WorkflowEvent
<
Params
>
step
:
WorkflowStep
Returns
Promise
<
unknown
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
ctx
env
Methods
run
GitHub
@grand-board/otel-cloudflare - v6.11.0
Loading...
Base WorkflowEntrypoint class (matches Cloudflare's)