Hi Experts,
I am facing 2 strange issues in workflow
1) A Workitem has few expressions in as workitem text like &Text& &text2& &text3& . I can see all values correctly populated in workflow log but still text is appearing to user as is i.e. Expressions are not picking values from container elements.
2) This one is related to CASE step that I have used in workflow. In this step I am checking a value which is being passed to workflow at runtime. When workflow reaches this step it works fine if the value is Numeric but fails whenever it encounters Alphanumeric value comparison. While the same is working fine in a different workflow with both Numeric and Alphanumeric values.
I thought it could be due to data type so I used the datatype of other workflow where CASE step is working fine but to no avail again got same error. I also tried with CHAR2 data type but nothing is working. I used switch as well to check if this is happening with CASE but that is also failing always getting below error ( FIND_NEXT_NODES_CASE).
If anyone is familiar with any of above error please let me know.
Thanks,
Vishesh