adding READ ME main processes

This commit is contained in:
mr
2024-08-30 15:14:45 +02:00
parent 8180fe5e99
commit af18dba556
2 changed files with 46 additions and 0 deletions

View File

@@ -259,6 +259,7 @@ func (wfa *workflowMongoAccessor) StoreOne(data utils.DBObject) (utils.DBObject,
if err != nil {
return nil, code, err
}
wfa.share(res.(*Workflow), false, wfa.Caller) // share the creation to the peers
//store the executions
if code, err := wfa.execution(res.GetID(), res.(*Workflow), false); err != nil {
return nil, code, err