• Property sets:持續性變數,會將變數值存入Table OS_PROPERTYENTRY,在設定檔中以propertySet來存取。
  • Transient Map:臨時性變數,僅在workflow中有效,在設定檔中以transientVars來存取。
  • 外部函數:外部函數要實作FunctionProvider,如第三支程式的OutputPropertySet,在設定檔中如下呼叫使用。
    <function type="class">
      <arg name="class.name">
        tw.idv.idealist.OutputPropertySet
      </arg>
      <arg name="author">Steven Shi</arg>
    </function>