Limit the visibility of interface changes to the workflows started after the release date

Hi,

I would like to limit the visibility of  interface changes to the workflows started after the release date . I am calling the rule below and controlling the visibility. 

 

My first question is can we use pp!starttime inside the expression rules ?

Is there any other way we can control the visiblity ?

 

if(
releaseDate < pp!starttime,
true,
false
)

 

 

  Discussion posts and replies are publicly visible