Standard Operations
Overview
A standard operation is any operation contained within the tree structure of an operation list.
Usage
Standard operations are stored and run within a tree structure.
Shared Standard Configuration
The following configuration settings are common to all standard operations:
Name | Description |
---|---|
Retries | Dictates the number of times an operation will consecutively retry following a failed execution attempt. |
Retry wait time | The time delay between consecutive retry attempts. |
Success Action | The action to be taken should the operation execution succeed. |
Failure Action | The action to be taken should the operation execution fail. |
The following options are available for the Success Action and Failure Action settings:
Type | Description |
---|---|
Run next operation | The next operation in the tree will be run. |
Run child operation | The first child of the current operation will be run. |
Stop operation list execution | Operation list execution will cease. |
TIP: See Operation List Branching for further details.
Standard Operations
The following standard operations are available:
- Run Profile - Triggers FIM/ILM run profiles.
- Clear Run History - Clears the run history of FIM/ILM.
- Database Execute Query - Executes a SQL statement against a Microsoft SQL Server instance.
- PowerShell Script - Executes a plain-text PowerShell script
- Identity Broker Rest API - Triggers Identity Broker operations.
- Operation List Execute - Executes other operation lists.
- Rest API Operation - Sends a request to a RESTful web service.
The following operations operate in a paired nature. These work together with the appropriate changes operation by acknowledging detected changes. It is recommended that these be placed at the end of the operation list. This ensures the check operation will continue to detect changes until the operation list has successfully completed.
Customer support service by UserEcho