Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Evolveum/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mspanik committed Sep 22, 2023
2 parents 659592a + 06c1236 commit 0189758
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
19 changes: 5 additions & 14 deletions docs/concepts/object-lifecycle/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ Resource with unexpected critical errors, requiring attention od administrators.
|===

The "Active" column specifies whether the object is active (enabled) in that particular lifecycle state.
The effective activation status will always be non-active (disabled or archived) in the states that are marked as not active in the above table.
In these states the object will not be active even if the activation administrative status is explicitly set to `enabled`. See xref:/midpoint/reference/concepts/activation/[Activation] page for more details.
The effective activation status will always be `disabled` in the states that are marked as not active in the above table.
In these states the object will not be active even if the activation administrative status is explicitly set to `enabled`.
See xref:/midpoint/reference/concepts/activation/[Activation] page for more details.


== Assignment Lifecycle
Expand Down Expand Up @@ -163,18 +164,8 @@ Manual action is needed.

|===

In midPoint 3.6 and later the assignment state is also determined by the focus (user) lifecycle state.
When the focus (user) is inactive then also the assignments are considered inactive.
In that case the assignment lifecycle state is not considered.
The inactive focus lifecycle state overrides assignment lifecycle state.

[NOTE]
====
In midPoint 3.5 the assignment lifecycle state is being taken into consideration when deciding whether assignment/inducement is active or not.
But the assignment state is otherwise not used by midPoint.
I.e. midPoint is not storing proposed assignments for requested assignments yet.
====

As described above, the assignment state is also determined by the focus (user) lifecycle state.
When the focus (user) is in state marked as "Assignments active: no" (like `draft`, `proposed`, `archived`) then the assignments are considered inactive regardless of their lifecycle state.

== See Also

Expand Down
3 changes: 3 additions & 0 deletions docs/security/audit/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@ The second batch of accounts will be audited when they are later approved and cr
This goes to the second audit record.
This situation may also happen even if there are no approvals, e.g. in case of resource dependencies or even complex inbound-outbound-template interactions.

Auditing of `RESOURCE` stage is enabled by default.
This feature can be turned off in system configuration (`systemConfiguration/audit/eventRecording/recordResourceStageChanges`).

=== Event Outcomes

The result of the executed operation.
Expand Down

0 comments on commit 0189758

Please sign in to comment.