Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // WorkflowID is the unique identifier for this workflow. It should be used as // a reference everywhere. WorkflowID = workflow.WorkflowID // DataTypeID is the unique identifier for the data type that is being returned // from this workflow. DataTypeID = workflow.DataTypeID )
Functions ¶
Types ¶
type ResolutionHandlerFunc ¶
type ResolutionHandlerFunc func(ctx gafworkflow.InvocationContext, config configuration.Configuration, logger *zerolog.Logger) ([]gafworkflow.Data, error)
Click to show internal directories.
Click to hide internal directories.