execution_id

This commit is contained in:
mr
2026-02-23 15:56:40 +01:00
parent e10bb55455
commit e039fa56b6
2 changed files with 9 additions and 6 deletions

View File

@@ -167,6 +167,7 @@ func (d *WorkflowExecution) buyEach(bs pricing.BillingStrategy, executionsID str
Name: d.GetName() + "_" + executionsID + "_" + wfID,
},
PricedItem: m,
ExecutionID: d.GetID(),
ExecutionsID: executionsID,
DestPeerID: priced.GetCreatorID(),
ResourceID: priced.GetID(),