Kamis, 04 Desember 2008

Dump context to file

Below is xpress script to dump the context of the workflow to the file. Useful if you want to inspect the value of the variable in the workflow after/before certain action.

<invoke name='dumpFile'>
<invoke name='getTask'>
<ref>WF_CONTEXT</ref>
</invoke>
<s>c:/IdMLog/dumpContext.xml</s>
</invoke>

Tidak ada komentar: