Documentation
¶
Index ¶
- func CreateAppEngine() workflow.Engine
- func CreateAppEngineWithLogger(logger *log.Logger) workflow.Enginedeprecated
- func CreateAppEngineWithOptions(opts ...Opts) workflow.Engine
- type Opts
- func WithConfiguration(config configuration.Configuration) Opts
- func WithInitializers(initializers ...workflow.ExtensionInit) Opts
- func WithLogger(logger *log.Logger) Opts
- func WithPostInvokeHooks(hooks ...workflow.PostInvokeHook) Opts
- func WithRuntimeInfo(ri runtimeinfo.RuntimeInfo) Opts
- func WithZeroLogger(logger *zerolog.Logger) Opts
- type OrgLookup
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAppEngine ¶
CreateAppEngine creates a new workflow engine.
func CreateAppEngineWithLogger
deprecated
Types ¶
type Opts ¶
func WithConfiguration ¶
func WithConfiguration(config configuration.Configuration) Opts
func WithInitializers ¶
func WithInitializers(initializers ...workflow.ExtensionInit) Opts
func WithLogger ¶
func WithPostInvokeHooks ¶ added in v0.16.0
func WithPostInvokeHooks(hooks ...workflow.PostInvokeHook) Opts
func WithRuntimeInfo ¶
func WithRuntimeInfo(ri runtimeinfo.RuntimeInfo) Opts
func WithZeroLogger ¶
Click to show internal directories.
Click to hide internal directories.