OBJECT
Action
An action verb defining the kind of event, commitment, or intent.
It is recommended that the lowercase action verb should be used as the record ID
in order that references to Action
s elsewhere in the system are easily readable.
link GraphQL Schema definition
- type Action {
- ID! :
- # Denotes if a process input or output, or not related to a process.
- String :
- # A unique verb which defines the action.
- String! :
- String :
- # The onhand effect of an economic event on a resource, increment, decrement, no
- # effect, or decrement resource and increment 'to' resource.
- String :
- # The action that should be included on the other direction of the process, for
- # example accept with modify.
- String :
- # The accounting effect of an economic event on a resource, increment, decrement,
- # no effect, or decrement resource and increment 'to' resource.
- String! :
- }
link Require by
- ClaimA claim for a future economic event(s) in reciprocity for an economic event that already occurred. For example, a claim for payment for goods received.
- CommitmentA planned economic flow that has been promised by an agent to another agent.
- EconomicEventAn observed economic flow, as opposed to a flow planned to happen in the future. This could reflect a change in the quantity of an economic resource. It is also defined by its behavior in relation to the economic resource (see `Action`)
- EconomicResourceA resource which is useful to people or the ecosystem.
- IntentA planned economic flow which has not been committed to, which can lead to economic events (sometimes through commitments).
- RecipeFlowThe specification of a resource inflow to, or outflow from, a recipe process.
- RootQueryTypenull
- ValueCalculationA calculation performed using custom formulas for a certain context.