Namespace: InitializeWorkflow
coresdk.workflow_activation.InitializeWorkflow
Interfaces
Type Aliases
$Shape
Ƭ $Shape: Object
Shape of an InitializeWorkflow.
Type declaration
| Name | Type |
|---|---|
arguments? | $Shape[] | null |
attempt? | number | null |
continuedFailure? | $Shape | null |
continuedFromExecutionRunId? | string | null |
continuedInitiator? | ContinueAsNewInitiator | null |
cronSchedule? | string | null |
cronScheduleToScheduleInterval? | $Shape | null |
firstExecutionRunId? | string | null |
headers? | { [k: string]: $Shape; } | null |
identity? | string | null |
lastCompletionResult? | $Shape | null |
memo? | $Shape | null |
parentWorkflowInfo? | $Shape | null |
priority? | $Shape | null |
randomnessSeed? | Long | null |
retryPolicy? | $Shape | null |
rootWorkflow? | $Shape | null |
searchAttributes? | $Shape | null |
startTime? | $Shape | null |
workflowExecutionExpirationTime? | $Shape | null |
workflowExecutionTimeout? | $Shape | null |
workflowId? | string | null |
workflowRunTimeout? | $Shape | null |
workflowTaskTimeout? | $Shape | null |
workflowType? | string | null |