Calendar Scheduling
Create business calendars with explicit dates and operational windows, then attach them directly to workflow triggers.
Product / Batch Job Processing
Unmeshed orchestrates batch workloads through workflow definitions that support calendars, cron triggers, complex inter-process dependencies, script execution, and operational state controls.
Combine calendar logic with cron and intervals so workflows align to business timing and runtime constraints.
Create business calendars with explicit dates and operational windows, then attach them directly to workflow triggers.
Define generated calendars by expressions and compose union/intersection behavior for advanced scheduling logic.
Run by cron patterns or fixed cadence for predictable recurring workloads and intraday execution cycles.
Control non-working day behavior by rescheduling to previous/next eligible execution windows.
Batch jobs are orchestrated through workflow definitions, not isolated scheduler entries. Trigger logic, dependencies, and fallback paths stay explicit and versionable.
Express inter-process dependencies such as wait-for-completion conditions, branch gates, and multi-step fan-in/fan-out behavior.
Run scripts and commands as orchestrated steps with consistent controls, retries, timeout policy, and execution context.
Orchestrated workloads can dispatch command execution across multiple agent targets while retaining centralized control and observability in the workflow runtime.
Run shell commands and script-based workload steps on Linux hosts from workflow-driven schedules and dependencies.
Execute command and script steps on Windows environments with the same orchestration controls used across all platforms.
Coordinate legacy platform workloads through workflow definitions so critical enterprise jobs stay visible and governable.
Workflow starts from calendar, cron, or event trigger.
Dependency rules determine which agent-side job runs next.
Target agent executes command/script step and returns status.
Success/error logs and outputs are captured in dashboard state.
Batch workflows need durable state for retries, delayed continuations, and cross-step data access. Unmeshed supports multiple state handling patterns for different workload needs.
State Patterns in Batch Orchestration
Persisted workflow state for long-running and restart-safe execution
Managed data stores for shared operational context
Run-scoped variables for step-to-step data propagation
Execution logs and outcomes retained for audit and support workflows
Agents report success and error logs to the dashboard so teams can troubleshoot runs without logging into each client machine.
Track execution duration and trend distributions with percentile views (P50, P90, P95) to spot bottlenecks early.
Operators can pause execution, retry from failure points, and rerun workflows with controlled context.
Detect SLA drift, stalled dependencies, and repeated failures with policy-aware monitoring and escalation paths.
Batch operations teams can intervene safely in active workflows using hold and skip controls, without losing orchestration context.
Pause selected workflow steps during active batch runs to safely control execution while investigations or approvals are in progress.
Read how-to guideSkip specific workflow steps when needed to recover blocked executions and continue delivery without restarting the full process chain.
Read how-to guideExecute phased migration from AutoSys-style environments with parity validation and low-risk cutover sequencing.
High-Impact Batch Use Cases
Nightly data lake/warehouse pipelines
Coordinate extraction, transform, validation, and publish stages.
Financial settlement and reconciliation cycles
Enforce cutoff windows, retries, and controlled exception handling.
Partner file exchange and ingestion chains
Trigger processing on arrival and route failures deterministically.
Cross-environment batch release automation
Promote and verify job bundles across environments safely.
Infrastructure and platform maintenance windows
Run patch and maintenance jobs in approved execution windows.
Compliance and end-of-day operational reporting
Generate audit-ready reports from workflow-backed run records.
Start with one workload family, validate execution parity, then scale orchestration standards across your batch estate.