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.
Configuration
The Cron Expression Picker has a quite simple configuration; the required props are:
type
: which needs to be set tostring
ui:field
: which needs to be set toCronExpressionPicker
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