WSO2 从另一个调用一个序列

WSO2 calling a sequence from another one

当http return代码为401时,我想在另一个中调用一个序列

我试过用这种方式处理,但我无法调用其他方法。

<filter regex=".*401" source="get-property('axis2', 'HTTP_SC')" xmlns:ns="http://org.apache.synapse/xsd">
    <then>
        <call-template target="conf:sequences/otherSequence.xml"></call-template>
    </then>
</filter>

WSO2 版本 6.4.0

感谢任何想法!

<sequence key="conf:sequences/bsi.otherSequence.xml"></sequence>