Deleting a Workflow User

This topic describes how to delete a workflow user. The workflow user is deleted from your Oracle CRM On Demand server for your environment; that is, a customer test environment or production environment.

Note: The Delete operation can delete any existing workflow user even if the authenticated user does not have access to the object.

Syntax

The following is the syntax for using the Oracle Migration Tool On Demand client to delete a workflow user:

migrationtool -u UserID -s ServerURL Delete WorkflowUserSet WorkflowName UserID UserLoginName 

where:

  • UserID is the user sign-in ID that has the appropriate privileges to run the Oracle Migration Tool On Demand client commands.

  • ServerURL is the URL for the Oracle CRM On Demand server where your company resides.

  • WorkflowName is the name of the Oracle CRM On Demand workflow rule.

  • UserID is the user ID of the user in the workflow user set.

  • UserLoginName is the login name of the user in the workflow user set.

Note: The Oracle Migration Tool On Demand client requests your Oracle CRM On Demand password, which can be redirected (by using the pipe command) to the client program from standard input; that is, from a file, from the command line, or from another program.

Example of Deleting a Workflow User

The following is an example of deleting a workflow user.

migrationtool -u UserID -s ServerURL Delete WorkflowUserSet AnalyticsWF3 "" "JELICORP/JOEYLI1"