Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Opswise can now run workload on an SAP system. With new New built-in variables for jobname and jobid provide workflow automation capabilities between SAP tasks. For example, you can leverage the SAP processes can be viewed and controlled from the activity windowjobname 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

...

Monitor Task Enhancements

(NEED Additional info)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

A new script New scripts to export history has 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_exec.js
    Used when migrating data to updated software. Exports all unfinished activity (task instances in the Activity display). SeeUpgrading 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). SeeUpgrading 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: