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

@@ -55,6 +55,10 @@ func (w *NativeTool) ConvertToPricedResource(t tools.DataType, selectedInstance
}, nil
}
func (r *NativeTool) GetSelectedInstance(selected *int) ResourceInstanceITF {
return nil
}
func InitNative() {
for _, kind := range []native_tools.NativeToolsEnum{native_tools.WORKFLOW_EVENT} {
newNative := &NativeTool{}