Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendEventTrigger ¶
func SendEventTrigger(config configuration.Config, eventId string, variables map[string]model.CamundaVariable) (err error)
func Start ¶
func Start(ctx context.Context, wg *sync.WaitGroup, config configuration.Config, smartServiceRepo SmartServiceRepository, handler Handler)
Types ¶
type Camunda ¶
type Camunda struct {
// contains filtered or unexported fields
}
func New ¶
func New(config configuration.Config, smartServiceRepo SmartServiceRepository, handler Handler) *Camunda
type SmartServiceRepository ¶
type SmartServiceRepository interface { SendWorkerError(task model.CamundaExternalTask, err error) error SendWorkerModules(modules []model.Module) (result []model.SmartServiceModule, err error) }
Click to show internal directories.
Click to hide internal directories.