OBJECT
Plan
A logical collection of processes that constitute a body of planned work with defined deliverable(s).
link GraphQL Schema definition
- type Plan {
- # The time the plan was made.
- DateTime :
- # The plan is able to be deleted or not.
- Boolean :
- # The time the plan is expected to be complete.
- DateTime :
- ID! :
- # Grouping around something to create a boundary or context, used for documenting,
- # accounting, planning.
- AccountingScope!] : [
- Commitment!] : [
- # An informal or formal textual identifier for a plan. Does not imply uniqueness.
- String :
- # A textual description or comment.
- String :
- # Arguments
- # filter: [Not documented]
- planProcessSearchParams): [Process!] ( :
- # This plan refines a scenario, making it operational.
- Scenario :
- }
link Require by
- AgentA person or group or organization with economic agency.
- CommitmentA planned economic flow that has been promised by an agent to another agent.
- OrganizationA formal or informal group, or legal organization.
- PersonA natural person.
- PlanResponsenull
- ProcessAn activity that changes inputs into outputs. It could transform or transport economic resource(s).
- RootQueryTypenull