Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Process data cleanup ??

Avatar

Level 10

I would like to clean all the process data used at the end of the process( i.e at the last component of the workflow)

String values are cleared using variableName = "" expression.

How to clear the XFAForm variables & XML variables??

PS: I'm using set value component as the last activity in the workflow

Thanks,

Nith

1 Accepted Solution

Avatar

Correct answer by
Level 8

for xfaForm, try setting the data items of the data type to empty string

/process_data/xfaFormVar/data=""

/process_data/xfaFormVar/templateURL=""

see http://livedocs.adobe.com/livecycle/8.2/wb_help/000523.html

For the xml var,  think you can simply assign it an empty string.

scott

View solution in original post

1 Reply

Avatar

Correct answer by
Level 8

for xfaForm, try setting the data items of the data type to empty string

/process_data/xfaFormVar/data=""

/process_data/xfaFormVar/templateURL=""

see http://livedocs.adobe.com/livecycle/8.2/wb_help/000523.html

For the xml var,  think you can simply assign it an empty string.

scott