ActivityType
Throughout the lifespan of an Activity Set, multiple types of Activities can be performed. Activity Types are broken down into distinct modes that are uniquely supported by MachineMetrics and result in differing behavior within the user experience. The two modes that are supported by MachineMetrics at launch are Setup and Production. Activity Types allow for these modes to be broken down into differently labeled types. For example, the setup mode can be broken down into customer definable stages like Teardown, Tooling, and First Piece Inspection. Combined with Workflows, Activities can be used to notify key stakeholders in a process to take action when certain activities are started or work is projected to fail in achieving a goal.
type ActivityType {
activityMode: String!
activityTypeRef: bigint!
company: CompanyTP
name: String!
}
Fields
ActivityType.activityMode ● String! non-null scalar
Example: production
ActivityType.activityTypeRef ● bigint! non-null scalar
A unique, numeric identifier for the activityType.
ActivityType.company ● CompanyTP object
ActivityType.name ● String! non-null scalar
A descriptive, human-readable name
Returned By
activityType query ● activityTypes query