Bixby Developer Center

Guides

6806 (Activity Support Time Value Required)

The time key in activity-support now allows a conditional block. The format for the conditional is as follows:

...
time {
if (isFuture(this.startDate)) { // uses a Date EL function to check if the startDate is upcoming
expression(this.startDate)
} else {
expression(this.endDate)
}
}
...

Additionally, we've deprecated the ability to have empty time values. The key now must either have a simple time, such as (time (someDate)), or a conditional time.

We've also deprecated time values that are min (Optional) or max (Many). The key must now provide a node that contains one, and only one, value.

Deprecation Stages

Learn more about the deprecation stages.

  • Stage 1: R20E
  • Stage 2: R20H
  • End of Life: None