WorkflowInstanceCreateOptions
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:10136
Type Parameters
Section titled “Type Parameters”PARAMS
Section titled “PARAMS”PARAMS = unknown
Properties
Section titled “Properties”
optionalid:string
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:10140
An id for your Workflow instance. Must be unique within the Workflow.
params?
Section titled “params?”
optionalparams:PARAMS
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:10144
The event payload the Workflow instance is triggered with
retention?
Section titled “retention?”
optionalretention:object
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:10149
The retention policy for Workflow instance. Defaults to the maximum retention period available for the owner’s account.
errorRetention?
Section titled “errorRetention?”
optionalerrorRetention:WorkflowSleepDuration
successRetention?
Section titled “successRetention?”
optionalsuccessRetention:WorkflowSleepDuration