Service - Work In Progress Manager

From Izara Wiki
Jump to navigation Jump to search

Overview

Different types of WorkInProgress elements can be connected to a manufactureOperation.

Repository

....

Object Schemas

Additional Information
Per Service Schemas

objType

workInProgress

{
	objectType: "workInProgress",
	canDelete: false,
	belongTo: { 
		serviceTag: "Business",
		objectType: "business"
	},
	addOnDataStructure: [],
	storageResources: {
		myGraph: {
			storageType: "graph",
			graphServerTag: "GraphHandler"
		}
		"dynamo": {
			"storageType": "dynamoDB",
			"tableName": "workInProgress",
		}  
    },
    fieldNames: {
		workInProgressId: {
			type: "string",
			randomOnCreate: true,
			storageResourceTags: ['myGraph', 'dynamo']
		},
    },
    identifiers: [
		{
			type: "identifier",
			fieldName: "workInProgressId"
		}
    ]
}

flowSchemas

Working documents

Work In Progress Manager