Click or drag to resize

WorkOrderActionExecuted Class

** NOTE: ADDED in CFX 1.2 **

Sent when a non-added value action (out of production) relative to a work order is started, aborted or completed by a process endpoint.
{
   "WorkOrderActionInstanceId": "dec7ca54-efc7-4519-a250-0bc7dbeae1d6",
   "WorkOrderIdentifier": {
    "WorkOrderId": "WO1122334455",
    "Batch": null
   },
   "TimeStamp": "2018-08-01T13:46:15.5391201-04:00",
   "Type": "PreProductionOperations",
   "State": "Started",
   "Comments": "Feeders loading",
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionWorkOrderActionExecuted

Namespace: CFX.Production
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class WorkOrderActionExecuted : CFXMessage

The WorkOrderActionExecuted type exposes the following members.

Constructors
 NameDescription
Public methodWorkOrderActionExecuted Default constructor.
Top
Properties
 NameDescription
Public propertyComments Optional free-form comments associated with the work order action.
Public propertyRecipeName

** NOTE: ADDED in CFX 1.6 **

The name of the recipe, when a particular surface and a particular machine are involved in the action (may include full path, if applicable) (optional)
Public propertyRecipeRevision

** NOTE: ADDED in CFX 1.6 **

Recipe version number, when a recipe name is defined (optional)
Public propertyRelevantSurface

** NOTE: ADDED in CFX 1.6 **

For two-dimensional products, such as printed circuit assemblies, specifies the relevant surface that is concerned by the action. (optional)
Public propertyState The current state of the work order action (started, completed, etc.).
Public propertyTimeStamp The time when the work order action transitioned to the state specified by the State property.
Public propertyType The type of action of the work order action.
Public propertyWorkOrderActionInstanceId An id uniquely identfying a particular instance of work order action. If the same work order action occurs x times, each instance shall have a unique identifier.
Public propertyWorkOrderIdentifier The identifer of the Work Order or Work Order sub-batch
Top
See Also