Skip to main content

activityTypes

No description

activityTypes(
distinct_on: [ActivityType_select_column!]
limit: Int
offset: Int
order_by: [ActivityType_order_by!]
where: ActivityType_bool_exp
): [ActivityType!]!

Arguments

activityTypes.distinct_on ● [ActivityType_select_column!] list enum

Return a distinct set of entities, defined by the given fields.

activityTypes.limit ● Int scalar

Limits the number of objects returned.

activityTypes.offset ● Int scalar

Start a the specified, zero-based array index. This is only useful in combination with order_by.

activityTypes.order_by ● [ActivityType_order_by!] list input

Sort the returned array by one or more fields of it's elements.

activityTypes.where ● ActivityType_bool_exp input

Filter the data by using a (nested) boolean expression.

Type

ActivityType object

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.