WorkflowResource

This commit is contained in:
mr
2026-02-24 13:29:00 +01:00
parent 0f6aa1fe78
commit d18b031a29
4 changed files with 9 additions and 10 deletions

View File

@@ -37,6 +37,10 @@ func (w *WorkflowResource) SetAllowedInstances(request *tools.APIRequest, ids ..
/* EMPTY */
}
func (r *WorkflowResource) GetSelectedInstance(selected *int) ResourceInstanceITF {
return nil
}
func (w *WorkflowResource) ConvertToPricedResource(t tools.DataType, selectedInstance *int, selectedPartnership *int, selectedBuyingStrategy *int, selectedStrategy *int, selectedBookingModeIndex *int, request *tools.APIRequest) (pricing.PricedItemITF, error) {
return &PricedResource{
Name: w.Name,