with action executor

This commit is contained in:
2022-09-14 23:29:54 +02:00
parent 4daa687479
commit 896b28188b
6 changed files with 75 additions and 6 deletions

View File

@@ -70,9 +70,9 @@ func (ac *ActionCreator) Prepare(ctx context.Context, ops *ActionCreatorOps) (*A
}
ac.logger.Debug("Action creator done")
return &Action{
Schema: krakenSchema,
Schema: krakenSchema,
SchemaPath: executorUrl,
}, nil
}