Skip to main content

Cron Expression Picker

Overview

An EntityPicker allows you to select a value amongst the available options, as shown below. A CronExpressionPicker allows you to select a frequency at which the job is going to be run, switching between a simplified mode and a textual mode.

EntityPicker preview

Configuration

The Cron Expression Picker has a quite simple configuration; the required props are:

  • type: which needs to be set to string
  • ui:field: which needs to be set to CronExpressionPicker

An optional props is:

  • ui:hidden: true

Cron Expression Picker default value is 0 0 0 * * ?, which translates to Every day, at midnight

frequency:
title: Frequency
type: string
description: The frequency at which the job is going to be run
ui:field: CronExpressionPicker