Was going through the BPEL task element and came across the below tag in task:systemMessageAttributes.

My question here is instead of manually setting flexfield values in the .task file before deploying the SOA Bpel process as shown below,
\<flexfieldMapping>
\<xpathExpression/>
\<attributeLabel>
\<labelName>Party Name(s)\</labelName>
\<flexfield>ProtectedTextAttribute11\</flexfield>
\<description/>
\</attributeLabel>
\<description/>
\</flexfieldMapping>
can we dynamically assign the label and the flexfield to this tag so that the corresponding value can be viewed in BPM worklist in the column with the given attribute label as per given below.

By doing this i want to remove the static entry of flexfield mapping in the .task file.
Thanks.