Skip to content

/AWS1/CL_MWSSCHEDULECONF

The configuration to use to schedule automated workflow execution using cron expressions. Amazon Managed Workflows for Apache Airflow Serverless integrates with EventBridge Scheduler to provide cost-effective, timezone-aware scheduling capabilities. The service supports both time-based and event-based scheduling (event-based scheduling available post-GA). When a workflow definition includes scheduling information, Amazon Managed Workflows for Apache Airflow Serverless automatically configures the appropriate triggers and ensures only one version of a workflow has an active schedule at any time.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_cronexpression TYPE /AWS1/MWSSTRING /AWS1/MWSSTRING

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


Queryable Attributes

CronExpression

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

Accessible with the following methods

Method Description
GET_CRONEXPRESSION() Getter for CRONEXPRESSION, with configurable default
ASK_CRONEXPRESSION() Getter for CRONEXPRESSION w/ exceptions if field has no valu
HAS_CRONEXPRESSION() Determine if CRONEXPRESSION has a value