Interface ScheduleConfiguration.Builder

  • Method Details

    • cronExpression

      ScheduleConfiguration.Builder cronExpression(String cronExpression)

      A cron expression that defines when the workflow is automatically executed. Uses standard cron syntax.

      Parameters:
      cronExpression - A cron expression that defines when the workflow is automatically executed. Uses standard cron syntax.
      Returns:
      Returns a reference to this object so that method calls can be chained together.