@tigorlazuardi/otel-cloudflare - v1.1.1
GitHub
Preparing search index...
WorkflowInstance
Interface WorkflowInstance<Params>
Workflow instance returned by create() or get()
interface
WorkflowInstance
<
Params
=
unknown
>
{
id
:
string
;
pause
()
:
Promise
<
void
>
;
restart
()
:
Promise
<
void
>
;
resume
()
:
Promise
<
void
>
;
status
()
:
Promise
<
WorkflowInstanceStatus
>
;
terminate
()
:
Promise
<
void
>
;
}
Type Parameters
Params
=
unknown
Index
Properties
id
Methods
pause
restart
resume
status
terminate
Properties
id
id
:
string
Methods
pause
pause
()
:
Promise
<
void
>
Returns
Promise
<
void
>
restart
restart
()
:
Promise
<
void
>
Returns
Promise
<
void
>
resume
resume
()
:
Promise
<
void
>
Returns
Promise
<
void
>
status
status
()
:
Promise
<
WorkflowInstanceStatus
>
Returns
Promise
<
WorkflowInstanceStatus
>
terminate
terminate
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
Methods
pause
restart
resume
status
terminate
GitHub
@tigorlazuardi/otel-cloudflare - v1.1.1
Loading...
Workflow instance returned by create() or get()