orchestrator
latest
false
- Getting started
- Best practices
- Tenant
- About the Tenant Context
- Searching for Resources in a Tenant
- Managing Robots
- Connecting Robots to Orchestrator
- Storing Robot Credentials in CyberArk
- Storing Unattended Robot Passwords in Azure Key Vault (read only)
- Storing Unattended Robot Credentials in HashiCorp Vault (read only)
- Storing Unattended Robot Credentials in AWS Secrets Manager (read only)
- Deleting Disconnected and Unresponsive Unattended Sessions
- Robot Authentication
- Robot Authentication With Client Credentials
- Configuring automation capabilities
- Solutions
- Audit
- Settings
- Cloud robots
- Folders Context
- Automations
- Processes
- Jobs
- Apps
- Triggers
- Logs
- Monitoring
- Queues
- Assets
- Storage Buckets
- Test Suite - Orchestrator
- Resource Catalog Service
- Integrations
- Troubleshooting
Triggering jobs on the last day of the month
Orchestrator User Guide
Last updated Nov 4, 2024
Triggering jobs on the last day of the month
You can choose to execute a job on the last weekday of each month, regardless of the number of days within the month. To do
that, you need to use the
LW
subexpression in your cron expression.
59 59 23 LW * ?
would trigger at 11:59:59 PM on the last weekday of each month, regardless of whether that day is the 28th or the 31st.
In contrast,
59 59 23 31W * ?
would trigger at 11:59:59 PM on the closest weekday to the last day of the month only if the month is 31 days long. In this
case, months that are 28, 29, or 30 days long are skipped.