Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Versioning and Promotion System (VPS)

A new system has been added to provide versioning of definitions for audit and historical purposes, as well as the ability to roll-back changes.

Promotion is included in the new system to provide the ability to promote definitions from one environment to another in different instances of Opswise. An option to bundle definitions together for promotion is also included in this new system as well as a utility script to export versions in bulk.

Central Script Library

Scripts can now be stored in Opswise for central management and access.

Copy Trigger

In addition to being able to copy a Task and Workflow, you can now copy an existing Trigger in order to create new Triggers more easily.

SAP Task Type

Opswise can now run workload on an SAP system. New built-in variables jobname and jobid provide workflow automation capabilities between SAP tasks. For example, you can leverage the SAP jobname and jobid variables of an SAP Task instance as input to another Task instance or use them in a Task Email Notification.

Task Instance Validators

All Task Types will now be validated upon definition.

SQL Warning Messages

SQL warning messages are now captured and available with the DB Task output from the Activity Window

Resource Wait

The "Resource Wait" status has been separated into two distinct statuses: "Resource Wait" and "Resource Requested." Any Task instance that requires resources will transition through the "Resource Requested" status. However, only those Task instances that need to wait for their resources (they are not available immediately) will transition into the "Resource Wait" status. Furthermore, a new column, "Waited for Resources," was added for Task History. On completion, any Task instance that transitioned through the "Resource Wait" status will show up in the History with "Waited for Resources" as "true." By filtering on this column, a user can determine where there was contention on Virtual Resources.

Multi-selection Support

You can now select multiple tasks in the Activity Window in order to perform the same command against them at one time. The lowest common command set will be available for selection.

Monitor Task Enhancements

Task Monitor enhancements include the ability to specify a Workflow Condition and a Time Scope, as well as add the capability to specify Restrict Times on the Task Monitor Trigger.

Estimated End Time Calculation

For improved forecasting, the Estimated End Time of Workload is based on Historic Averages.

Export

New scripts to export history have been added to the utilities.

  • opswise_bulk_export.js
    Used when migrating data to updated software. Exports all current record definitions, without versions. See Upgrading Opswise Controller.
  • opswise_bulk_export_activity.js
    Used when migrating data to updated software. Exports all activity (finished or unfinished). See Upgrading Opswise Controller.
  • opswise_bulk_export_history.js
    Used when migrating data to updated software. Exports task instance history, which includes all task instances in an end state (cancelled, failed, skipped, finished, success). See Upgrading Opswise Controller.
  • opswise_bulk_export_with_versions.js
    Used when migrating data to updated software. Exports all current records along with older (non-current) versions of record definitions. See Upgrading Opswise Controller.

The export of history was previously part of "opswise_bulk_export.js." However, it is now contained within its own script "opswise_bulk_export_history.js." If customers wish to export and/or migrate their history data, they will need to execute "opswise_bulk_export_history.js" in addition to the "opswise_bulk_export.js."

The new script "opswise_bulk_export_with_versions.js" essentially initiates the original export script "opswise_bulk_export.js," followed by exporting all of the version data associated with the definitions exported by "opswise_bulk_export.js"; for example, Trigger versions, Task versions, etc.


Download this information in PDF format:   

  • No labels