Skip to main content

Returns all LaunchedWorkflow resources.

GET 

/LaunchedWorkflows

This endpoint returns all LaunchedWorkflow resources.

Attributes to include in the response can be specified with the 'attributes' query parameter.

Attributes to exclude from the response can be specified with the 'excludedAttributes' query parameter.

The schema related to LaunchedWorkflow is:

  • urn:ietf:params:scim:schemas:sailpoint:1.0:LaunchedWorkflow

Request

Query Parameters

    filter string

    Allows for query filters according to RFC-7644, Section 3.4.2.2 - not all operations are supported.

    sortBy string

    Allows sorting the results by a resource's attributes.

    sortOrder string

    Default value: ascending

    Determines what order to sort results in.

    Example: descending
    startIndex integer

    Default value: 1

    Determines the starting index of the result set.

    count integer

    Default value: 1000

    Specifies the number of results per page.

    attributes string

    A comma-separated list of attributes to return in the response. This query parameter supersedes excludedAttributes, so providing the same attribute(s) to both will result in the attribute(s) being returned.

    excludedAttributes string

    A comma-separated list of attributes to exclude from the response. Some attributes cannot be excluded.

Responses

Returned all SCIM resources for this endpoint.
LaunchedWorkflow responses include attributes from the TaskResult related to the Workflow execution.

Schema
    totalResults integer

    Number of resources returned for this endpoint

    startIndex integer

    The starting index of the resource set list. Can be specified with startIndex query parameter.

    schemas string[]

    SCIM Schema used for response.

    Resources undefined[]
  • Array [
  • partitioned boolean

    Flag to indicate this TaskResult is partitioned. (From the TaskResult used to launch the Workflow).

    completed date-time

    The completed DateTime of the TaskResult. (From the TaskResult used to launch the Workflow).

    type string

    Type of the TaskResult. (From the TaskResult used to launch the Workflow).

    launched date-time

    The launched DateTime of the TaskResult. (From the TaskResult used to launch the Workflow).

    pendingSignOffs integer

    The number of pending signoffs of this TaskResult. (From the TaskResult used to launch the Workflow).

    workflowName string

    Name of the Workflow to launch.

    identityRequestId string

    Id representing the identity request.

    workflowCaseId string

    Id representing the workflow case (a running instance of a workflow).

    workflowProcessId string

    Id representing the workflow monitoring process log.

    retries integer

    The number of retries performed during the execution of provisioning activities.

    approvalSet string

    XML representation of approvals.

    workflowSummary string

    XML representation of the workflow summary.

    input object

    A list of input attributes of the Launched Workflow.

    key string

    The attribute key.

    value string

    The attribute value.

    type string

    The attribute type.

    output object

    A list of output attributes of the Launched Workflow.

    key string

    The attribute key.

    value string

    The attribute value.

    type string

    The attribute type.

    targetClass string

    Target Class of the TaskResult. (From the TaskResult used to launch the Workflow).

    name string

    Name of the TaskResult. (From the TaskResult used to launch the Workflow).

    messages undefined[]

    List of messages of the TaskResult. (From the TaskResult used to launch the Workflow).

    attributes undefined[]

    A list of attributes of the TaskResult. (From the TaskResult used to launch the Workflow).

  • Array [
  • key string

    The attribute key.

    value string

    The attribute value.

  • ]
  • id string

    Unique identifier of the TaskResult. (From the TaskResult used to launch the Workflow).

    completionStatus string

    Possible values: [Success, Warning, Error, Terminated, TempError]

    Completion Status of the TaskResult. (From the TaskResult used to launch the Workflow).

    taskDefinition string

    Name of the TaskDefinition of the TaskResult. (From the TaskResult used to launch the Workflow).

    terminated boolean

    Flag to indicate this TaskResult is terminated. (From the TaskResult used to launch the Workflow).

    launcher string

    Launcher of the TaskResult. (From the TaskResult used to launch the Workflow).

    meta object
    created date-time

    DateTime when the TaskResult was created. (From the TaskResult used to launch the Workflow).

    location string

    URL to the TaskResult. (From the TaskResult used to launch the Workflow).

    lastModified date-time

    DateTime of TaskResult last modification. (From the TaskResult used to launch the Workflow).

    version string

    TaskResult version. (From the TaskResult used to launch the Workflow).

    resourceType string

    Resource type of the metadata subject. (From the TaskResult used to launch the Workflow).

  • ]
Loading...