Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Patching : Workflow Tasks

Column Display     Related Tasks     Related Topics

This page lists all patch workflow tasks. You can cancel, resume or revert an incomplete workflow, or delete a completed workflow.

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

Name Description
Workflow ID

Each workflow has a unique id.

MBean Attribute:
WorkflowTaskRuntimeMBean.WorkflowId

Task Type

Returns a string that can be used to identify the different types of workflows.

MBean Attribute:
WorkflowTaskRuntimeMBean.WorkflowType

Targets

Returns the target that was specified when the workflow was created. It will typically be either the name of the domain, of one or more clusters, or one or more servers.

MBean Attribute:
WorkflowTaskRuntimeMBean.WorkflowTarget

Running

MBean Attribute:
WorkflowTaskRuntimeMBean.isRunning

Resumable

It is possible to resume (execute or revert) a workflow if it was already executed and is in a FAIL, REVERT_FAIL, CANCELED or REVERT_CANCELED state.

MBean Attribute:
WorkflowTaskRuntimeMBean.canResume

Status

The status of this task.

MBean Attribute:
TaskRuntimeMBean.Status

Progress

Human-readable message containing information about the current workflow progress.

MBean Attribute:
WorkflowTaskRuntimeMBean.ProgressString

# of Completed Commands

MBean Attribute:
WorkflowTaskRuntimeMBean.Numcompletedcommands

# of Total Commands

Number of all commands in the workflow. Together with {@code getNumCompletedCommands()} defines kind of progress information.

MBean Attribute:
WorkflowTaskRuntimeMBean.NumTotalCommands

Begin Time

The time at which this task was started.

MBean Attribute:
TaskRuntimeMBean.BeginTime

End Time

The time at which this task was completed.

A value of -1 indicates that the task is currently running.

MBean Attribute:
TaskRuntimeMBean.EndTime

Related Tasks

Related Topics


Back to Top