Enum: DemandSignalLifecycleEnum
Lifecycle states for a DemandSignal. Standing signals stay active permanently; campaign and specific signals follow the full lifecycle.
URI: inkind_knowledge_repo:DemandSignalLifecycleEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| active | None | Signal is active and accepting matched items |
| partially_fulfilled | None | Some items matched but quantity_requested not yet reached |
| fulfilled | None | All requested items matched |
| expired | None | Deadline passed without full fulfilment (campaign/specific types only) |
| withdrawn | None | Organisation explicitly cancelled this signal |
Slots
| Name | Description |
|---|---|
| lifecycle_state |
Identifier and Mapping Information
Schema Source
- from schema: https://inkind-at.github.io/inkind-knowledge-repo
LinkML Source
name: DemandSignalLifecycleEnum
description: Lifecycle states for a DemandSignal. Standing signals stay `active`
permanently; campaign and specific signals follow the full lifecycle.
from_schema: https://inkind-at.github.io/inkind-knowledge-repo
rank: 1000
permissible_values:
active:
text: active
description: Signal is active and accepting matched items.
partially_fulfilled:
text: partially_fulfilled
description: Some items matched but quantity_requested not yet reached.
fulfilled:
text: fulfilled
description: All requested items matched.
expired:
text: expired
description: Deadline passed without full fulfilment (campaign/specific types
only).
withdrawn:
text: withdrawn
description: Organisation explicitly cancelled this signal.