Skip to main content
Version: ⭐ OpCon (Cloud - Current)

Properties Section Overview

Theme: Overview | Who is it for? Automation engineers who use properties and tokens to build flexible, reusable automation

What Is It?

Properties are named variables referenced anywhere a token is accepted in OpCon — job parameters, event strings, file paths, and more. System properties are built in and updated automatically. Global properties are user-defined and available system-wide. Instance properties are scoped to a specific schedule or job instance.

When Would You Use It?

  • Properties are named variables referenced anywhere a token is accepted in OpCon — job parameters, event strings, file paths, and more

Why Would You Use It?

  • Centralized control: Properties are named variables referenced anywhere a token is accepted in OpCon — job parameters, event strings, file paths, and more

Configuration Options

When would you use this section?

  • Use a date, machine name, or other dynamic value in a job command line
  • Define a reusable global property shared across many jobs
  • Build multi-instance schedules that pass different values to each instance
  • Use property expressions to compute or transform values at runtime

What is in this section?

PageDescription
PropertiesOverview of property types — system, global, schedule instance, job instance
Using PropertiesHow to reference properties as tokens in job definitions and events
Defining PropertiesHow to create and manage global and instance properties
Property ExpressionsUsing expressions to compute values from multiple properties

Glossary

TermDefinition
Event (OpCon Event)A command string that OpCon runs when a defined condition is met, such as a job finishing, a threshold being updated, or a schedule completing.
Global PropertyA property defined at the OpCon system level, accessible by any job or schedule. Used to store reusable values such as paths, server names, or credentials.
JobA task or activity defined in OpCon, such as running a program on a remote machine, transferring files, or running a sub-schedule.
Machine (Agent)An execution target for OpCon jobs. Each machine runs an agent that communicates with the OpCon server and runs submitted jobs.
PropertyA name-value pair stored in OpCon. Properties can be referenced in job definitions using token syntax to pass dynamic values at runtime.
RoleA named collection of privileges assigned to one or more user accounts. Users in a role inherit all of that role's privileges.
ScheduleA named group of jobs in OpCon representing a business process. Schedules are built each day based on their defined frequencies and calendars.
TokenA reference to a property value using the [[ ]] syntax. The SAM replaces tokens with their runtime values when processing jobs.

FAQs

Q: What is covered in the Properties section?

Properties are named variables referenced anywhere a token is accepted — job parameters, event strings, file paths, and more. System properties are built in; global properties are user-defined system-wide; instance properties are scoped to a specific schedule or job.

Q: Who manages Objects in OpCon?

Automation engineers and administrators manage Objects, including configuring settings, managing user access, and monitoring related components.

Q: Where should I start in the Objects section?

Begin with the overview pages in the sidebar. If you are new to this area, review access and role requirements with your OpCon system administrator before making configuration changes.