Versions Compared

Key

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

...

Since 2021.02 this tab is also added to SA and it has 2 a new columnscolumn:

  • Activity progress: this shows the progress of the activity current module instance that is running, this will only show a number higher than 0 when execute activities in the general adapter either read the progress from the console of the executable and / or have <activityDurationWeight> configured. See the the console element of the general adapter. 
  • Workflow Node Index: this shows which part of the workflow is currently being executed. Via right mouse "show in workflow navigator" the workflow and its steps can be inspected. This way the user can track which part of the workflow is currently being exectuted.

If the option <updateModuleRunTimesOnCompletion> is configured in the ModuleInstanceDescriptors.xml , Fews will register the last duration of the run. This information is then used to estimate the expected completion time, the next time you run this workflow. To see these estimates at the module level in the bottom table, one needs to select the task in the top table of the Running Forecast tab. Note that the progress of the module (at the bottom) is an estimate based on previous runs, while the Task progress at the top is typically based on actual progress reported by the General Adapter.

Image RemovedImage Added

A manually dispatched task can be killed by pressing on the 'Kill Running Task' button. Note that this is a hard process kill which may lead to corruption of the local datastore. 

...