Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StartOption ¶ added in v1.3.2
type StartOption func(state *startOptions)
WorkflowsOption configures workflows when creating them.
func WithName ¶ added in v1.3.1
func WithName(name string) StartOption
WithName configures a custom name for the workflow. By default it will be autogenerated. A custom name could be problematic with tombstones (workflow names that can't be repeated) and concurrency controls, so assign it with care and read Google Cloud Tasks documentation before using it.
Click to show internal directories.
Click to hide internal directories.