Hello
As I have mentioned before you can create a new WF container element DATE of type char 10 and update it via background task. Then use this Element in parameter 2.
Other option is to create a background task in the WF where you get the value of date from BOR object and write it to character field using WRITE statement . Example below
WRITE: sy-datum MM/DD/YYYY
Regards
Sandy