if Builtins.haskey(workflow, "postscript")
        interpreter = Ops.get_string(workflow, ["postscript", "interpreter"], "shell")
        source = Ops.get_string(workflow, ["postscript", "source"], "")
        type = (interpreter == "shell") ? "sh" : "pl"
        f = Builtins.sformat(