Thinking / System design· Part 7 of 10 in From exception to decision
An obligation is not a task
Tasks describe work. Obligations describe required states or outcomes. Completing the work does not necessarily mean the requirement has been satisfied.
- Obligations
- Actions
- Workflow
- Governance
31 August 2026
On this page
Enterprise systems are built around work.
Create a task.
Assign an owner.
Set a due date.
Complete the task.
Close it.
That model is useful because organisations need work to happen.
But when obligations are reduced directly to tasks, an important distinction can disappear.
A task tells us what somebody was asked to do.
An obligation tells us what the organisation is required to achieve or maintain.
Those are not always the same thing.
One obligation may require many actions
Suppose an operating decision creates the following obligation:
Restore the impaired pressure containment barrier before 14 September.
That may require:
- engineering assessment,
- procurement,
- isolation planning,
- replacement work,
- inspection,
- testing,
- documentation,
- and return to service.
The obligation is not seven separate tasks.
It is the required outcome those tasks are intended to produce.
If six tasks are completed but the final functional test fails, the obligation has not been satisfied.
That sounds obvious.
Information systems do not always represent the distinction clearly.
One action may satisfy several obligations
The reverse is also possible.
A single inspection might provide evidence for:
- a regulatory requirement,
- an internal integrity standard,
- an insurer requirement,
- and a temporary operating decision.
If each obligation independently creates its own inspection task, the organisation can end up duplicating work.
Separating obligations from actions makes another structure possible:
Obligation A ─┐ Obligation B ─┼→ Inspection Action → Evidence Obligation C ─┘
The action can support several requirements while each obligation retains its own provenance and status.
That is more faithful to the real operating model.
Required states matter
Consider two ways of representing the same governance need.
The first is a task:
Inspect secondary barrier every twelve hours.
The second is a required state:
Secondary containment remains demonstrably capable while the primary barrier is impaired.
The task is one mechanism for maintaining confidence in that state.
But it is not the state itself.
That distinction can matter if circumstances change.
Perhaps continuous monitoring becomes available.
Perhaps another control is introduced.
Perhaps an engineering assessment changes the required inspection frequency.
The obligation can remain stable while the actions used to discharge it change.
Obligation status needs more than open and closed
Because obligations describe required outcomes, their lifecycle can also be richer than a task lifecycle.
A useful set of states might include:
Pending Active At Risk Satisfied Breached Superseded Expired
For example, an obligation may still be active even though today’s task is complete.
A monthly reporting obligation does not disappear simply because the latest report was submitted.
A temporary operating condition may remain active until the underlying decision expires.
A regulatory obligation may be satisfied for the current reporting period and become active again in the next.
Those distinctions are difficult to express when the obligation has been collapsed into one task.
Actions should point back to why they exist
A common operational frustration is work that appears without useful context.
A person receives:
Inspect valve XV-142.
Why?
Routine inspection?
Regulatory requirement?
Temporary operating approval?
Incident recommendation?
Engineering concern?
Knowing the source can change how the work is performed and prioritised.
If actions remain linked to their obligations, the user can see:
This inspection exists because Decision D-441 allows continued operation while Barrier B-17 is impaired.
That creates much stronger operational context.
It also helps prevent apparently minor tasks from being deferred when they are actually supporting a significant risk acceptance.
Completion is evidence, not necessarily satisfaction
When a task is completed, the system has learned something.
It has learned:
The assigned work was reported complete.
That is evidence.
It may contribute to satisfying the obligation.
But the governance question remains:
Did the required outcome occur?
A completed inspection may discover an unacceptable condition.
A submitted document may be rejected.
A replaced component may fail its functional test.
A training course may be attended without competence being demonstrated.
So task completion should not automatically drive:
Obligation = Satisfied
There may need to be another step.
Verification.
This distinction changes workflow design
The conventional sequence is often:
Task → Complete → Close
A governance-oriented sequence may instead be:
Obligation → Action → Completion evidence → Verification → Obligation status
That small change has large implications.
It prevents the organisation from confusing activity with outcome.
And it raises the next question.
If completing the work does not necessarily prove that the requirement was achieved, how do we know whether the response was effective?