Introduction
Workflows are initiated at different points in CoreOne Suite. The workflows can be freely edited with the CoreOne Suite Workflow Designer.
...
The following workflows can be configured.
Workflow | Event | Description | Input |
---|---|---|---|
Core Identity createdCreated | Core Identity was created | Defines the process after creating a core identity | CoreIdentity IDId |
Core Identity updatedUpdated | Core Identity was updated | Defines the process after updating a core identity | CoreIdentity IDId, list of differences 1 |
Core Identity deletedDeleted/deactivatedDeactivated | Core Identity was deleted/deactivated | Defines the process after deleting/deactivating a core identity | CoreIdentity IDId |
Employment changedChanged | Employment was added, has changed or was deleted | Defines the process after updating an employment | ChangeTypeId 2, CoreIdentity IDId, list of changes, DisplayName, Employment |
Identity provisioned Provision (pro per Identitytype) | Identity is createdprovisioned | Defines the process after creating while provisioning an identity | Identity IDId |
Identity deprovisioned De-Provision (pro Identitytype) | Identity is deleteddeprovisioned | Defines the process after deleting while deprovisioning an identity | Identity ID |
Identity deactivated (pro Identitytype) NEW | Identity is deactivated | Defines the process after deactivating an identity | Identity ID |
Identity activated (pro Identitytype) NEW | Identity is activated | Defines the process after activating an identity | Identity ID |
Resource provisioned Id | |||
Resource Provision (pro Resourcetype) | Resource is created | Defines the process after creating while provisioning a resource | Resource IDId |
Resource deprovisioned De-Provision (pro Resourcetype) | Resource is deleteddeprovisioned | Defines the process after deleting deprovisioning a resource | Resource IDId |
Resource assignedAllocate | Resource is assigned | Defines the process after assigning a resource in the target system | Resource IDResource deassignedId |
Resourec De-Alocate | Resource is deassignedde-assigned | Defines the process after deassigning de-assigning a resource | Resource IDId |
Attribute Unique Check | Attributes value is changed | Defines the check of an attribute value for its uniqueness | CoreIdentity IDId, list of changes, change type |
Event X Fired | Event X is fired | Defines the process after the execution of an event (patch management, etc.) | Event Name, Event Parameter |
...
public enum CoreIdentityEmploymentChangeType : uint
Added = 0
Changed = 1
Removed = 2
The order how the changes are processed is always:
add
remove
change
How-to articles
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|
...