import com.fnproject.fn.api.FnFeature;
import com.fnproject.fn.runtime.flow.FlowFeature;
@FnFeature(FlowFeature.class)
public class MyFunction {
public void myFunction(String input){
Flows.currentFlow()....CodeLocation.unknownLocation() is returnedCopyright © 2021. All rights reserved.