View This Workflow Task Runtime Collection

get

/management/weblogic/{version}/domainRuntime/rolloutService/allWorkflows

View this workflow task runtime collection.

Request

Path Parameters
Query Parameters
  • The 'excludeFields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields whose name is not on the list will be returned. If not present, all fields are returned (unless the 'fields' query parameter is specified). Note: 'fields' must not be specified if 'excludeFields' is specified.
  • The 'fields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields with matching names are returned. If not present, all fields are returned (unless the 'excludeFields' query parameter is specified). Note: 'excludeFields' must not be specified if 'fields' is specified.
Security
Back to Top

Response

Supported Media Types

200 Response

Returns a list of workflow task runtime entities.

Body ()
Root Schema : Items
Type: array
Title: Items
Show Source
Nested Schema : Workflow Task Runtime
Type: object
Show Source
  • This property indicates whether an asynchronous job has completed.

  • This property indicates the time when the asynchronous job ended.

    This value represents a date as a string in ISO 8601 format, yyyy-MM-dd'T'HH:mm:ss.SSSXXX
  • Allowed Values: [ "succeeded", "processing", "failed" ]

    This property indicates whether an asynchronous job has succeeded, failed, or is in progress.

    Constraints

    • not visible for domain scoped mbeans
  • This property indicates the time when an asynchronous job was started.

    This value represents a date as a string in ISO 8601 format, yyyy-MM-dd'T'HH:mm:ss.SSSXXX
  • Read Only: true

    Returns the type of the MBean.

    Constraints

    • unharvestable
Back to Top