GetWorkflows

Description

This service returns data about the graphical workflow diagram.

Arguments

Argument Type Description
auth (optional) Auth The Auth type supplies credentials and optionally, a host name for licensing. The userId and password can be specified with HTTP BASIC or WS-SECURITY instead.
project (required) ProjectIdentifier Identifies the workflow diagram that should be returned.

Response

WorkflowHolder is returned, one for each project that is specified in the call. Detailed information about the workflow diagram for each project that is specified is provided in the response. For more detail, see WorkflowHolder.

Usage

Use GetWorkflows to return details for one or more graphical workflows. This information is useful when you want to recreate a mapping of a workflow in another system. You must have the View Workflow Graphically privilege to use this call.

Faults

XML

The following XML is a snippet of the payload that is sent with GetWorkflows.

<urn:GetWorkflows>
     <urn:auth>
        <urn:userId>admin</urn:userId>
        <urn:password></urn:password>
        <urn:hostname></urn:hostname>
        <urn:loginAsUserId></urn:loginAsUserId>
     </urn:auth>
     <urn:project>
        <urn:displayName>IDM Project</urn:displayName>
        <urn:id></urn:id>
        <urn:uuid></urn:uuid>
        <urn:fullyQualifiedName></urn:fullyQualifiedName>
        <urn:internalName></urn:internalName>
     </urn:project>
  </urn:GetWorkflows>