Namespace: StartWorkflowExecutionRequest
workflowservice.v1.StartWorkflowExecutionRequest
Interfaces
Type Aliases
$Shape
Ƭ $Shape: Object
Shape of a StartWorkflowExecutionRequest.
Type declaration
| Name | Type |
|---|---|
completionCallbacks? | $Shape[] | null |
continuedFailure? | $Shape | null |
cronSchedule? | string | null |
eagerWorkerDeploymentOptions? | $Shape | null |
header? | $Shape | null |
identity? | string | null |
input? | $Shape | null |
lastCompletionResult? | $Shape | null |
links? | $Shape[] | null |
memo? | $Shape | null |
namespace? | string | null |
onConflictOptions? | $Shape | null |
priority? | $Shape | null |
requestEagerExecution? | boolean | null |
requestId? | string | null |
retryPolicy? | $Shape | null |
searchAttributes? | $Shape | null |
taskQueue? | $Shape | null |
timeSkippingConfig? | $Shape | null |
userMetadata? | $Shape | null |
versioningOverride? | $Shape | null |
workflowExecutionTimeout? | $Shape | null |
workflowId? | string | null |
workflowIdConflictPolicy? | WorkflowIdConflictPolicy | null |
workflowIdReusePolicy? | WorkflowIdReusePolicy | null |
workflowRunTimeout? | $Shape | null |
workflowStartDelay? | $Shape | null |
workflowTaskTimeout? | $Shape | null |
workflowType? | $Shape | null |