Complex Type Process Field Issues/Complexity
Problem:
We fill same Complex Type Process Field twice in our workflow by using query multiple, then looping on its data and create Sub Process according to it, which lead us to this sort of issues/complexity:
- [Issue] on filling complex type second time with empty data (no records returned from query multiple), Complex Type kept the old data not clearing it
- [Complexity] Trying to clear the Complex Type before filling it, nothing worked
- [Complexity] Trying to get length of the Complex Type, nothing worked
Handling:
To handle this we made another call to DB to get count, and check on it before looping to create sub process
Questions:
- Is there a better solution than calling hitting DB twice?
- How to deal with Complex Type Process Field to clear or get length?
Thanks
-
Hi Nermeen,
could you please also share configuration of the initiate loop activity and the workflow part? In the next loop activity you set the current value to the variable defined there. So at the end of the loop you can set the value of the current ownerid to "" and that should work.
Regards
Alexey
サインインしてコメントを残してください。

コメント
3件のコメント