200 |
requestedItems a set of requested items A requested item contains the following properties:
name the name of the inventory object
type the configuration type of the inventory object
configuration the json configuration and meta data of the inventory object
referencedBy a set of dependend inventory objects the requested inventory object is referenced by
references a set of dependend inventory objects the requested inventory object references itself
|
|
application/json
model |
example
{
"title": "dependencies",
"$schema": "http://json-schema.org/draft-04/schema#",
"javaType": "com.sos.joc.model.inventory.dependencies.GetDependenciesResponse",
"type": "object",
"required": [
"deliveryDate",
"dependencies"
],
"properties": {
"deliveryDate": {
"description": "Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ or empty",
"type": "string",
"format": "date-time"
},
"dependencies": {
"javaType": "com.sos.joc.model.inventory.dependencies.get.ResponseItem",
"type": "object",
"properties": {
"requestedItems": {
"type": "array",
"uniqueItems": true,
"items": {
"javaType": "com.sos.joc.model.inventory.dependencies.get.RequestedResponseItem",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"configuration": {
"javaType": "com.sos.joc.model.inventory.ConfigurationObject",
"type": "object",
"anyOf": [{
"required": [
"path",
"objectType"
]
}, {
"required": [
"id"
]
}],
"properties": {
"id": {
"type": "number",
"format": "utc-millisec",
"minimum": 0
},
"path": {
"description": "absolute path of an object.",
"type": "string",
"pattern": "^(/|(/[^/\\\\<>?:\"|*]+)+)$",
"maxLength": 255,
"minLength": 1
},
"objectType": {
"javaType": "com.sos.joc.model.inventory.common.ConfigurationType",
"type": "string",
"enum": [
"FOLDER",
"WORKFLOW",
"JOBCLASS",
"JOBRESOURCE",
"LOCK",
"NOTICEBOARD",
"FILEORDERSOURCE",
"WORKINGDAYSCALENDAR",
"NONWORKINGDAYSCALENDAR",
"SCHEDULE",
"INCLUDESCRIPT",
"JOBTEMPLATE",
"DEPLOYMENTDESCRIPTOR",
"DESCRIPTORFOLDER"
]
},
"name": {
"type": "string",
"pattern": "^[^<>]*$",
"maxLength": 255
},
"configuration": {
"description": "interface for different json representations of a configuration item",
"type": "object",
"javaType": "com.sos.joc.model.common.IConfigurationObject"
},
"state": {
"javaType": "com.sos.joc.model.inventory.common.ItemStateEnum",
"type": "string",
"enum": [
"DEPLOYMENT_IS_NEWER",
"RELEASE_IS_NEWER",
"DRAFT_IS_NEWER",
"DEPLOYMENT_NOT_EXIST",
"RELEASE_NOT_EXIST",
"DRAFT_NOT_EXIST",
"NO_CONFIGURATION_EXIST"
]
},
"valid": {
"type": "boolean"
},
"invalidMsg": {
"type": "string"
},
"deleted": {
"type": "boolean"
},
"deployed": {
"type": "boolean"
},
"released": {
"type": "boolean"
},
"hasDeployments": {
"type": "boolean"
},
"hasReleases": {
"type": "boolean"
},
"isReferencedBy": {
"type": "object",
"additionalProperties": {
"type": "integer",
"minimum": 0
}
},
"syncState": {
"javaType": "com.sos.controller.model.common.SyncState",
"type": "object",
"required": [
"severity",
"_text"
],
"properties": {
"severity": {
"type": "integer"
},
"_text": {
"javaType": "com.sos.controller.model.common.SyncStateText",
"description": "SUSPENDED, OUTSTANDING only for Workflows",
"type": "string",
"enum": [
"IN_SYNC",
"NOT_IN_SYNC",
"NOT_DEPLOYED",
"SUSPENDED",
"OUTSTANDING",
"UNKNOWN"
]
}
}
},
"deployments": {
"type": "array",
"items": {
"javaType": "com.sos.joc.model.inventory.deploy.ResponseDeployableVersion",
"type": "object",
"properties": {
"id": {
"type": "number",
"format": "utc-millisec",
"minimum": 0
},
"commitId": {
"type": "string",
"pattern": "^[^<>]*$",
"maxLength": 255
},
"deploymentId": {
"type": "number",
"format": "utc-millisec",
"minimum": 0
},
"deploymentPath": {
"description": "absolute path of an object.",
"type": "string",
"pattern": "^(/|(/[^/\\\\<>?:\"|*]+)+)$",
"maxLength": 255,
"minLength": 1
},
"deploymentOperation": {
"type": "string",
"pattern": "^[^<>]*$",
"maxLength": 255
},
"versionDate": {
"description": "Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ or empty",
"type": "string",
"format": "date-time"
},
"versions": {
"type": "array",
"items": {
"javaType": "com.sos.joc.model.inventory.common.ResponseItemDeployment",
"type": "object",
"properties": {
"deploymentId": {
"type": "number",
"format": "utc-millisec",
"minimum": 0
},
"path": {
"description": "absolute path of an object.",
"type": "string",
"pattern": "^(/|(/[^/\\\\<>?:\"|*]+)+)$",
"maxLength": 255,
"minLength": 1
},
"controllerId": {
"type": "string",
"pattern": "^[^/\\<>?:\"|*]*$",
"maxLength": 100
},
"version": {
"type": "string",
"pattern": "^[^<>]*$",
"maxLength": 255
},
"deploymentDate": {
"description": "Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ or empty",
"type": "string",
"format": "date-time"
}
}
},
"uniqueItems": true
}
}
},
"uniqueItems": true
},
"configurationDate": {
"description": "Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ or empty",
"type": "string",
"format": "date-time"
},
"deliveryDate": {
"description": "Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ or empty",
"type": "string",
"format": "date-time"
},
"auditLog": {
"javaType": "com.sos.joc.model.audit.AuditParams",
"type": "object",
"properties": {
"comment": {
"type": "string",
"pattern": "^[^<>]*$",
"maxLength": 255
},
"timeSpent": {
"type": "integer",
"minimum": 0
},
"ticketLink": {
"type": "string",
"pattern": "^[^<>]*$",
"maxLength": 255
}
}
}
},
"additionalProperties": false
},
"references": {
"type": "array",
"uniqueItems": true,
"items": {
"javaType": "com.sos.joc.model.inventory.ConfigurationObject",
"type": "object",
"anyOf": [{
"required": [
"path",
"objectType"
]
}, {
"required": [
"id"
]
}],
"properties": {
"id": {
"type": "number",
"format": "utc-millisec",
"minimum": 0
},
"path": {
"description": "absolute path of an object.",
"type": "string",
"pattern": "^(/|(/[^/\\\\<>?:\"|*]+)+)$",
"maxLength": 255,
"minLength": 1
},
"objectType": {
"javaType": "com.sos.joc.model.inventory.common.ConfigurationType",
"type": "string",
"enum": [
"FOLDER",
"WORKFLOW",
"JOBCLASS",
"JOBRESOURCE",
"LOCK",
"NOTICEBOARD",
"FILEORDERSOURCE",
"WORKINGDAYSCALENDAR",
"NONWORKINGDAYSCALENDAR",
"SCHEDULE",
"INCLUDESCRIPT",
"JOBTEMPLATE",
"DEPLOYMENTDESCRIPTOR",
"DESCRIPTORFOLDER"
]
},
"name": {
"type": "string",
"pattern": "^[^<>]*$",
"maxLength": 255
},
"configuration": {
"description": "interface for different json representations of a configuration item",
"type": "object",
"javaType": "com.sos.joc.model.common.IConfigurationObject"
},
"state": {
"javaType": "com.sos.joc.model.inventory.common.ItemStateEnum",
"type": "string",
"enum": [
"DEPLOYMENT_IS_NEWER",
"RELEASE_IS_NEWER",
"DRAFT_IS_NEWER",
"DEPLOYMENT_NOT_EXIST",
"RELEASE_NOT_EXIST",
"DRAFT_NOT_EXIST",
"NO_CONFIGURATION_EXIST"
]
},
"valid": {
"type": "boolean"
},
"invalidMsg": {
"type": "string"
},
"deleted": {
"type": "boolean"
},
"deployed": {
"type": "boolean"
},
"released": {
"type": "boolean"
},
"hasDeployments": {
"type": "boolean"
},
"hasReleases": {
"type": "boolean"
},
"isReferencedBy": {
"type": "object",
"additionalProperties": {
"type": "integer",
"minimum": 0
}
},
"syncState": {
"javaType": "com.sos.controller.model.common.SyncState",
"type": "object",
"required": [
"severity",
"_text"
],
"properties": {
"severity": {
"type": "integer"
},
"_text": {
"javaType": "com.sos.controller.model.common.SyncStateText",
"description": "SUSPENDED, OUTSTANDING only for Workflows",
"type": "string",
"enum": [
"IN_SYNC",
"NOT_IN_SYNC",
"NOT_DEPLOYED",
"SUSPENDED",
"OUTSTANDING",
"UNKNOWN"
]
}
}
},
"deployments": {
"type": "array",
"items": {
"javaType": "com.sos.joc.model.inventory.deploy.ResponseDeployableVersion",
"type": "object",
"properties": {
"id": {
"type": "number",
"format": "utc-millisec",
"minimum": 0
},
"commitId": {
"type": "string",
"pattern": "^[^<>]*$",
"maxLength": 255
},
"deploymentId": {
"type": "number",
"format": "utc-millisec",
"minimum": 0
},
"deploymentPath": {
"description": "absolute path of an object.",
"type": "string",
"pattern": "^(/|(/[^/\\\\<>?:\"|*]+)+)$",
"maxLength": 255,
"minLength": 1
},
"deploymentOperation": {
"type": "string",
"pattern": "^[^<>]*$",
"maxLength": 255
},
"versionDate": {
"description": "Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ or empty",
"type": "string",
"format": "date-time"
},
"versions": {
"type": "array",
"items": {
"javaType": "com.sos.joc.model.inventory.common.ResponseItemDeployment",
"type": "object",
"properties": {
"deploymentId": {
"type": "number",
"format": "utc-millisec",
"minimum": 0
},
"path": {
"description": "absolute path of an object.",
"type": "string",
"pattern": "^(/|(/[^/\\\\<>?:\"|*]+)+)$",
"maxLength": 255,
"minLength": 1
},
"controllerId": {
"type": "string",
"pattern": "^[^/\\<>?:\"|*]*$",
"maxLength": 100
},
"version": {
"type": "string",
"pattern": "^[^<>]*$",
"maxLength": 255
},
"deploymentDate": {
"description": "Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ or empty",
"type": "string",
"format": "date-time"
}
}
},
"uniqueItems": true
}
}
},
"uniqueItems": true
},
"configurationDate": {
"description": "Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ or empty",
"type": "string",
"format": "date-time"
},
"deliveryDate": {
"description": "Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ or empty",
"type": "string",
"format": "date-time"
},
"auditLog": {
"javaType": "com.sos.joc.model.audit.AuditParams",
"type": "object",
"properties": {
"comment": {
"type": "string",
"pattern": "^[^<>]*$",
"maxLength": 255
},
"timeSpent": {
"type": "integer",
"minimum": 0
},
"ticketLink": {
"type": "string",
"pattern": "^[^<>]*$",
"maxLength": 255
}
}
}
},
"additionalProperties": false
}
},
"referencedBy": {
"type": "array",
"uniqueItems": true,
"items": {
"javaType": "com.sos.joc.model.inventory.ConfigurationObject",
"type": "object",
"anyOf": [{
"required": [
"path",
"objectType"
]
}, {
"required": [
"id"
]
}],
"properties": {
"id": {
"type": "number",
"format": "utc-millisec",
"minimum": 0
},
"path": {
"description": "absolute path of an object.",
"type": "string",
"pattern": "^(/|(/[^/\\\\<>?:\"|*]+)+)$",
"maxLength": 255,
"minLength": 1
},
"objectType": {
"javaType": "com.sos.joc.model.inventory.common.ConfigurationType",
"type": "string",
"enum": [
"FOLDER",
"WORKFLOW",
"JOBCLASS",
"JOBRESOURCE",
"LOCK",
"NOTICEBOARD",
"FILEORDERSOURCE",
"WORKINGDAYSCALENDAR",
"NONWORKINGDAYSCALENDAR",
"SCHEDULE",
"INCLUDESCRIPT",
"JOBTEMPLATE",
"DEPLOYMENTDESCRIPTOR",
"DESCRIPTORFOLDER"
]
},
"name": {
"type": "string",
"pattern": "^[^<>]*$",
"maxLength": 255
},
"configuration": {
"description": "interface for different json representations of a configuration item",
"type": "object",
"javaType": "com.sos.joc.model.common.IConfigurationObject"
},
"state": {
"javaType": "com.sos.joc.model.inventory.common.ItemStateEnum",
"type": "string",
"enum": [
"DEPLOYMENT_IS_NEWER",
"RELEASE_IS_NEWER",
"DRAFT_IS_NEWER",
"DEPLOYMENT_NOT_EXIST",
"RELEASE_NOT_EXIST",
"DRAFT_NOT_EXIST",
"NO_CONFIGURATION_EXIST"
]
},
"valid": {
"type": "boolean"
},
"invalidMsg": {
"type": "string"
},
"deleted": {
"type": "boolean"
},
"deployed": {
"type": "boolean"
},
"released": {
"type": "boolean"
},
"hasDeployments": {
"type": "boolean"
},
"hasReleases": {
"type": "boolean"
},
"isReferencedBy": {
"type": "object",
"additionalProperties": {
"type": "integer",
"minimum": 0
}
},
"syncState": {
"javaType": "com.sos.controller.model.common.SyncState",
"type": "object",
"required": [
"severity",
"_text"
],
"properties": {
"severity": {
"type": "integer"
},
"_text": {
"javaType": "com.sos.controller.model.common.SyncStateText",
"description": "SUSPENDED, OUTSTANDING only for Workflows",
"type": "string",
"enum": [
"IN_SYNC",
"NOT_IN_SYNC",
"NOT_DEPLOYED",
"SUSPENDED",
"OUTSTANDING",
"UNKNOWN"
]
}
}
},
"deployments": {
"type": "array",
"items": {
"javaType": "com.sos.joc.model.inventory.deploy.ResponseDeployableVersion",
"type": "object",
"properties": {
"id": {
"type": "number",
"format": "utc-millisec",
"minimum": 0
},
"commitId": {
"type": "string",
"pattern": "^[^<>]*$",
"maxLength": 255
},
"deploymentId": {
"type": "number",
"format": "utc-millisec",
"minimum": 0
},
"deploymentPath": {
"description": "absolute path of an object.",
"type": "string",
"pattern": "^(/|(/[^/\\\\<>?:\"|*]+)+)$",
"maxLength": 255,
"minLength": 1
},
"deploymentOperation": {
"type": "string",
"pattern": "^[^<>]*$",
"maxLength": 255
},
"versionDate": {
"description": "Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ or empty",
"type": "string",
"format": "date-time"
},
"versions": {
"type": "array",
"items": {
"javaType": "com.sos.joc.model.inventory.common.ResponseItemDeployment",
"type": "object",
"properties": {
"deploymentId": {
"type": "number",
"format": "utc-millisec",
"minimum": 0
},
"path": {
"description": "absolute path of an object.",
"type": "string",
"pattern": "^(/|(/[^/\\\\<>?:\"|*]+)+)$",
"maxLength": 255,
"minLength": 1
},
"controllerId": {
"type": "string",
"pattern": "^[^/\\<>?:\"|*]*$",
"maxLength": 100
},
"version": {
"type": "string",
"pattern": "^[^<>]*$",
"maxLength": 255
},
"deploymentDate": {
"description": "Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ or empty",
"type": "string",
"format": "date-time"
}
}
},
"uniqueItems": true
}
}
},
"uniqueItems": true
},
"configurationDate": {
"description": "Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ or empty",
"type": "string",
"format": "date-time"
},
"deliveryDate": {
"description": "Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ or empty",
"type": "string",
"format": "date-time"
},
"auditLog": {
"javaType": "com.sos.joc.model.audit.AuditParams",
"type": "object",
"properties": {
"comment": {
"type": "string",
"pattern": "^[^<>]*$",
"maxLength": 255
},
"timeSpent": {
"type": "integer",
"minimum": 0
},
"ticketLink": {
"type": "string",
"pattern": "^[^<>]*$",
"maxLength": 255
}
}
}
},
"additionalProperties": false
}
}
},
"additionalProperties": false
}
},
"affectedItems": {
"type": "array",
"uniqueItems": true,
"items": {
"javaType": "com.sos.joc.model.inventory.ConfigurationObject",
"type": "object",
"anyOf": [{
"required": [
"path",
"objectType"
]
}, {
"required": [
"id"
]
}],
"properties": {
"id": {
"type": "number",
"format": "utc-millisec",
"minimum": 0
},
"path": {
"description": "absolute path of an object.",
"type": "string",
"pattern": "^(/|(/[^/\\\\<>?:\"|*]+)+)$",
"maxLength": 255,
"minLength": 1
},
"objectType": {
"javaType": "com.sos.joc.model.inventory.common.ConfigurationType",
"type": "string",
"enum": [
"FOLDER",
"WORKFLOW",
"JOBCLASS",
"JOBRESOURCE",
"LOCK",
"NOTICEBOARD",
"FILEORDERSOURCE",
"WORKINGDAYSCALENDAR",
"NONWORKINGDAYSCALENDAR",
"SCHEDULE",
"INCLUDESCRIPT",
"JOBTEMPLATE",
"DEPLOYMENTDESCRIPTOR",
"DESCRIPTORFOLDER"
]
},
"name": {
"type": "string",
"pattern": "^[^<>]*$",
"maxLength": 255
},
"configuration": {
"description": "interface for different json representations of a configuration item",
"type": "object",
"javaType": "com.sos.joc.model.common.IConfigurationObject"
},
"state": {
"javaType": "com.sos.joc.model.inventory.common.ItemStateEnum",
"type": "string",
"enum": [
"DEPLOYMENT_IS_NEWER",
"RELEASE_IS_NEWER",
"DRAFT_IS_NEWER",
"DEPLOYMENT_NOT_EXIST",
"RELEASE_NOT_EXIST",
"DRAFT_NOT_EXIST",
"NO_CONFIGURATION_EXIST"
]
},
"valid": {
"type": "boolean"
},
"invalidMsg": {
"type": "string"
},
"deleted": {
"type": "boolean"
},
"deployed": {
"type": "boolean"
},
"released": {
"type": "boolean"
},
"hasDeployments": {
"type": "boolean"
},
"hasReleases": {
"type": "boolean"
},
"isReferencedBy": {
"type": "object",
"additionalProperties": {
"type": "integer",
"minimum": 0
}
},
"syncState": {
"javaType": "com.sos.controller.model.common.SyncState",
"type": "object",
"required": [
"severity",
"_text"
],
"properties": {
"severity": {
"type": "integer"
},
"_text": {
"javaType": "com.sos.controller.model.common.SyncStateText",
"description": "SUSPENDED, OUTSTANDING only for Workflows",
"type": "string",
"enum": [
"IN_SYNC",
"NOT_IN_SYNC",
"NOT_DEPLOYED",
"SUSPENDED",
"OUTSTANDING",
"UNKNOWN"
]
}
}
},
"deployments": {
"type": "array",
"items": {
"javaType": "com.sos.joc.model.inventory.deploy.ResponseDeployableVersion",
"type": "object",
"properties": {
"id": {
"type": "number",
"format": "utc-millisec",
"minimum": 0
},
"commitId": {
"type": "string",
"pattern": "^[^<>]*$",
"maxLength": 255
},
"deploymentId": {
"type": "number",
"format": "utc-millisec",
"minimum": 0
},
"deploymentPath": {
"description": "absolute path of an object.",
"type": "string",
"pattern": "^(/|(/[^/\\\\<>?:\"|*]+)+)$",
"maxLength": 255,
"minLength": 1
},
"deploymentOperation": {
"type": "string",
"pattern": "^[^<>]*$",
"maxLength": 255
},
"versionDate": {
"description": "Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ or empty",
"type": "string",
"format": "date-time"
},
"versions": {
"type": "array",
"items": {
"javaType": "com.sos.joc.model.inventory.common.ResponseItemDeployment",
"type": "object",
"properties": {
"deploymentId": {
"type": "number",
"format": "utc-millisec",
"minimum": 0
},
"path": {
"description": "absolute path of an object.",
"type": "string",
"pattern": "^(/|(/[^/\\\\<>?:\"|*]+)+)$",
"maxLength": 255,
"minLength": 1
},
"controllerId": {
"type": "string",
"pattern": "^[^/\\<>?:\"|*]*$",
"maxLength": 100
},
"version": {
"type": "string",
"pattern": "^[^<>]*$",
"maxLength": 255
},
"deploymentDate": {
"description": "Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ or empty",
"type": "string",
"format": "date-time"
}
}
},
"uniqueItems": true
}
}
},
"uniqueItems": true
},
"configurationDate": {
"description": "Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ or empty",
"type": "string",
"format": "date-time"
},
"deliveryDate": {
"description": "Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ or empty",
"type": "string",
"format": "date-time"
},
"auditLog": {
"javaType": "com.sos.joc.model.audit.AuditParams",
"type": "object",
"properties": {
"comment": {
"type": "string",
"pattern": "^[^<>]*$",
"maxLength": 255
},
"timeSpent": {
"type": "integer",
"minimum": 0
},
"ticketLink": {
"type": "string",
"pattern": "^[^<>]*$",
"maxLength": 255
}
}
}
},
"additionalProperties": false
}
}
},
"additionalProperties": false
}
},
"additionalProperties": false
}
{ "deliveryDate": "2024-10-17T13:10:07.254+00:00", "dependencies": { "requestedItems": [{ "name": "JOC-1850-01-sp-copy", "type": "WORKFLOW", "configuration": { "id": 7919, "path": "/2024/JOC-1850/JOC-1850-01-sp-copy", "objectType": "WORKFLOW", "name": "JOC-1850-01-sp-copy", "configuration": { "TYPE": "Workflow", "version": "1.0.0", "timeZone": "Europe/Berlin", "title": "test store", "jobResourceNames": [ "JOC-1850-01a-sp-copy" ], "instructions": [{ "TYPE": "Lock", "lockedWorkflow": { "instructions": [{ "TYPE": "Execute.Named", "jobName": "job1", "label": "job1" }] }, "demands": [{ "lockName": "JOC-1850-01" }] }, { "TYPE": "PostNotices", "noticeBoardNames": [ "JOC-1850-02" ] }, { "TYPE": "AddOrder", "workflowName": "JOC-1850-02-sp-copy", "remainWhenTerminated": false, "forceJobAdmission": false }], "jobs": { "job1": { "agentName": "primaryAgent", "withSubagentClusterIdExpr": false, "executable": { "TYPE": "ShellScriptExecutable", "script": "#!/bin/bash\n\necho \"hello\"", "v1Compatible": false }, "skipIfNoAdmissionForOrderDay": false, "parallelism": 1, "graceTimeout": 1, "failOnErrWritten": false, "warnOnErrWritten": false, "jobResourceNames": [ "JOC-1850-01a-sp-copy" ], "isNotRestartable": false } } }, "valid": true, "deleted": false, "deployed": false, "released": false, "configurationDate": "2024-10-16T20:25:44.000+00:00", "deliveryDate": "2024-10-17T13:10:07.355+00:00" }, "references": [{ "id": 7910, "path": "/2024/JOC-1850/JOC-1850-01", "objectType": "LOCK", "name": "JOC-1850-01", "configuration": { "TYPE": "Lock", "version": "1.0.0", "limit": 1 }, "valid": true, "deleted": false, "deployed": false, "released": false, "configurationDate": "2024-10-16T20:25:44.000+00:00", "deliveryDate": "2024-10-17T13:10:07.361+00:00" }, { "id": 7921, "path": "/2024/JOC-1850/JOC-1850-02-sp-copy", "objectType": "WORKFLOW", "name": "JOC-1850-02-sp-copy", "configuration": { "TYPE": "Workflow", "version": "1.0.0", "timeZone": "Europe/Berlin", "title": "title stored again", "jobResourceNames": [ "JOC-1850-02-sp-copy" ], "instructions": [{ "TYPE": "ExpectNotices", "noticeBoardNames": "'JOC-1850-02'" }, { "TYPE": "Lock", "lockedWorkflow": { "instructions": [{ "TYPE": "Execute.Named", "jobName": "job1", "label": "job1" }] }, "demands": [{ "lockName": "JOC-1850-02" }] }], "jobs": { "job1": { "agentName": "primaryAgent", "withSubagentClusterIdExpr": false, "executable": { "TYPE": "ShellScriptExecutable", "script": "#!/bin/bash\n\necho \"hello 2 u\"", "v1Compatible": false }, "skipIfNoAdmissionForOrderDay": false, "parallelism": 1, "graceTimeout": 1, "failOnErrWritten": false, "warnOnErrWritten": false, "jobResourceNames": [ "JOC-1850-02-sp-copy" ], "isNotRestartable": false } } }, "valid": true, "deleted": false, "deployed": false, "released": false, "configurationDate": "2024-10-16T20:25:44.000+00:00", "deliveryDate": "2024-10-17T13:10:07.359+00:00" }, { "id": 7915, "path": "/2024/JOC-1850/JOC-1850-01a-sp-copy", "objectType": "JOBRESOURCE", "name": "JOC-1850-01a-sp-copy", "configuration": { "TYPE": "JobResource", "version": "1.0.0", "arguments": { "a": "\"A\"" }, "env": { "A": "$a" } }, "valid": true, "deleted": false, "deployed": false, "released": false, "configurationDate": "2024-10-16T20:25:44.000+00:00", "deliveryDate": "2024-10-17T13:10:07.366+00:00" }, { "id": 7912, "path": "/2024/JOC-1850/JOC-1850-02", "objectType": "NOTICEBOARD", "name": "JOC-1850-02", "configuration": { "TYPE": "Board", "postOrderToNoticeId": "replaceAll($js7OrderId, '^#([0-9]{4}-[0-9]{2}-[0-9]{2})#.*$', '$1')", "endOfLife": "$js7EpochMilli + 1", "expectOrderToNoticeId": "replaceAll($js7OrderId, '^#([0-9]{4}-[0-9]{2}-[0-9]{2})#.*$', '$1')", "version": "1.0.0" }, "valid": true, "deleted": false, "deployed": false, "released": false, "configurationDate": "2024-10-16T20:25:44.000+00:00", "deliveryDate": "2024-10-17T13:10:07.363+00:00" }], "referencedBy": [] }], "affectedItems": [{ "draft": true, "item": { "id": 7918, "path": "/2024/JOC-1850/JOC-1850-02", "objectType": "WORKFLOW", "name": "JOC-1850-02", "configuration": { "TYPE": "Workflow", "version": "1.0.0", "timeZone": "Europe/Berlin", "jobResourceNames": [ "JOC-1850-02" ], "instructions": [{ "TYPE": "ExpectNotices", "noticeBoardNames": "'JOC-1850-02'" }, { "TYPE": "Lock", "lockedWorkflow": { "instructions": [{ "TYPE": "Execute.Named", "jobName": "job1", "label": "job1" }] }, "demands": [{ "lockName": "JOC-1850-02" }] }], "jobs": { "job1": { "agentName": "primaryAgent", "withSubagentClusterIdExpr": false, "executable": { "TYPE": "ShellScriptExecutable", "script": "#!/bin/bash\n\necho \"hello\"", "v1Compatible": false }, "skipIfNoAdmissionForOrderDay": false, "parallelism": 1, "graceTimeout": 1, "failOnErrWritten": false, "warnOnErrWritten": false, "jobResourceNames": [ "JOC-1850-02" ], "isNotRestartable": false } } }, "valid": true, "deleted": false, "deployed": false, "released": false, "configurationDate": "2024-10-15T11:04:35.000+00:00", "deliveryDate": "2024-10-17T13:10:07.368+00:00" } }, { "draft": true, "item": { "id": 7917, "path": "/2024/JOC-1850/JOC-1850-02", "objectType": "JOBRESOURCE", "name": "JOC-1850-02", "configuration": { "TYPE": "JobResource", "version": "1.0.0", "arguments": { "a": "\"A\"" }, "env": { "A": "$a" } }, "valid": true, "deleted": false, "deployed": false, "released": false, "configurationDate": "2024-09-27T06:31:11.000+00:00", "deliveryDate": "2024-10-17T13:10:07.368+00:00" } }, { "draft": true, "item": { "id": 7911, "path": "/2024/JOC-1850/JOC-1850-02", "objectType": "LOCK", "name": "JOC-1850-02", "configuration": { "TYPE": "Lock", "version": "1.0.0", "limit": 1 }, "valid": true, "deleted": false, "deployed": false, "released": false, "configurationDate": "2024-09-27T09:33:24.000+00:00", "deliveryDate": "2024-10-17T13:10:07.367+00:00" } }, { "draft": true, "item": { "id": 7915, "path": "/2024/JOC-1850/JOC-1850-01a-sp-copy", "objectType": "JOBRESOURCE", "name": "JOC-1850-01a-sp-copy", "configuration": { "TYPE": "JobResource", "version": "1.0.0", "arguments": { "a": "\"A\"" }, "env": { "A": "$a" } }, "valid": true, "deleted": false, "deployed": false, "released": false, "configurationDate": "2024-10-16T20:25:44.000+00:00", "deliveryDate": "2024-10-17T13:10:07.367+00:00" } }, { "draft": true, "item": { "id": 7920, "path": "/2024/JOC-1850/JOC-1850-01", "objectType": "WORKFLOW", "name": "JOC-1850-01", "configuration": { "TYPE": "Workflow", "version": "1.0.0", "timeZone": "Europe/Berlin", "jobResourceNames": [ "JOC-1850-01" ], "instructions": [{ "TYPE": "Lock", "lockedWorkflow": { "instructions": [{ "TYPE": "Execute.Named", "jobName": "job1", "label": "job1" }] }, "demands": [{ "lockName": "JOC-1850-01" }] }, { "TYPE": "PostNotices", "noticeBoardNames": [ "JOC-1850-02" ] }, { "TYPE": "AddOrder", "workflowName": "JOC-1850-02", "remainWhenTerminated": false, "forceJobAdmission": false }], "jobs": { "job1": { "agentName": "primaryAgent", "withSubagentClusterIdExpr": false, "executable": { "TYPE": "ShellScriptExecutable", "script": "#!/bin/bash\n\necho \"hello\"", "v1Compatible": false }, "skipIfNoAdmissionForOrderDay": false, "parallelism": 1, "graceTimeout": 1, "failOnErrWritten": false, "warnOnErrWritten": false, "jobResourceNames": [ "JOC-1850-01" ], "isNotRestartable": false } } }, "valid": true, "deleted": false, "deployed": false, "released": false, "configurationDate": "2024-10-15T11:04:35.000+00:00", "deliveryDate": "2024-10-17T13:10:07.367+00:00" } }, { "draft": true, "item": { "id": 7912, "path": "/2024/JOC-1850/JOC-1850-02", "objectType": "NOTICEBOARD", "name": "JOC-1850-02", "configuration": { "TYPE": "Board", "postOrderToNoticeId": "replaceAll($js7OrderId, '^#([0-9]{4}-[0-9]{2}-[0-9]{2})#.*$', '$1')", "endOfLife": "$js7EpochMilli + 1", "expectOrderToNoticeId": "replaceAll($js7OrderId, '^#([0-9]{4}-[0-9]{2}-[0-9]{2})#.*$', '$1')", "version": "1.0.0" }, "valid": true, "deleted": false, "deployed": false, "released": false, "configurationDate": "2024-10-16T20:25:44.000+00:00", "deliveryDate": "2024-10-17T13:10:07.367+00:00" } }, { "draft": true, "item": { "id": 7919, "path": "/2024/JOC-1850/JOC-1850-01-sp-copy", "objectType": "WORKFLOW", "name": "JOC-1850-01-sp-copy", "configuration": { "TYPE": "Workflow", "version": "1.0.0", "timeZone": "Europe/Berlin", "title": "test store", "jobResourceNames": [ "JOC-1850-01a-sp-copy" ], "instructions": [{ "TYPE": "Lock", "lockedWorkflow": { "instructions": [{ "TYPE": "Execute.Named", "jobName": "job1", "label": "job1" }] }, "demands": [{ "lockName": "JOC-1850-01" }] }, { "TYPE": "PostNotices", "noticeBoardNames": [ "JOC-1850-02" ] }, { "TYPE": "AddOrder", "workflowName": "JOC-1850-02-sp-copy", "remainWhenTerminated": false, "forceJobAdmission": false }], "jobs": { "job1": { "agentName": "primaryAgent", "withSubagentClusterIdExpr": false, "executable": { "TYPE": "ShellScriptExecutable", "script": "#!/bin/bash\n\necho \"hello\"", "v1Compatible": false }, "skipIfNoAdmissionForOrderDay": false, "parallelism": 1, "graceTimeout": 1, "failOnErrWritten": false, "warnOnErrWritten": false, "jobResourceNames": [ "JOC-1850-01a-sp-copy" ], "isNotRestartable": false } } }, "valid": true, "deleted": false, "deployed": false, "released": false, "configurationDate": "2024-10-16T20:25:44.000+00:00", "deliveryDate": "2024-10-17T13:10:07.369+00:00" } }, { "draft": true, "item": { "id": 7910, "path": "/2024/JOC-1850/JOC-1850-01", "objectType": "LOCK", "name": "JOC-1850-01", "configuration": { "TYPE": "Lock", "version": "1.0.0", "limit": 1 }, "valid": true, "deleted": false, "deployed": false, "released": false, "configurationDate": "2024-10-16T20:25:44.000+00:00", "deliveryDate": "2024-10-17T13:10:07.367+00:00" } }, { "draft": true, "item": { "id": 7921, "path": "/2024/JOC-1850/JOC-1850-02-sp-copy", "objectType": "WORKFLOW", "name": "JOC-1850-02-sp-copy", "configuration": { "TYPE": "Workflow", "version": "1.0.0", "timeZone": "Europe/Berlin", "title": "title stored again", "jobResourceNames": [ "JOC-1850-02-sp-copy" ], "instructions": [{ "TYPE": "ExpectNotices", "noticeBoardNames": "'JOC-1850-02'" }, { "TYPE": "Lock", "lockedWorkflow": { "instructions": [{ "TYPE": "Execute.Named", "jobName": "job1", "label": "job1" }] }, "demands": [{ "lockName": "JOC-1850-02" }] }], "jobs": { "job1": { "agentName": "primaryAgent", "withSubagentClusterIdExpr": false, "executable": { "TYPE": "ShellScriptExecutable", "script": "#!/bin/bash\n\necho \"hello 2 u\"", "v1Compatible": false }, "skipIfNoAdmissionForOrderDay": false, "parallelism": 1, "graceTimeout": 1, "failOnErrWritten": false, "warnOnErrWritten": false, "jobResourceNames": [ "JOC-1850-02-sp-copy" ], "isNotRestartable": false } } }, "valid": true, "deleted": false, "deployed": false, "released": false, "configurationDate": "2024-10-16T20:25:44.000+00:00", "deliveryDate": "2024-10-17T13:10:07.367+00:00" } }, { "draft": true, "item": { "id": 7914, "path": "/2024/JOC-1850/JOC-1850-01", "objectType": "JOBRESOURCE", "name": "JOC-1850-01", "configuration": { "TYPE": "JobResource", "version": "1.0.0", "arguments": { "a": "\"A1\"" }, "env": { "A": "$a" } }, "valid": true, "deleted": false, "deployed": false, "released": false, "configurationDate": "2024-10-15T11:04:35.000+00:00", "deliveryDate": "2024-10-17T13:10:07.367+00:00" } }, { "draft": true, "item": { "id": 7916, "path": "/2024/JOC-1850/JOC-1850-02-sp-copy", "objectType": "JOBRESOURCE", "name": "JOC-1850-02-sp-copy", "configuration": { "TYPE": "JobResource", "version": "1.0.0", "arguments": { "a": "\"A\"" }, "env": { "A": "$a" } }, "valid": true, "deleted": false, "deployed": false, "released": false, "configurationDate": "2024-09-27T06:31:11.000+00:00", "deliveryDate": "2024-10-17T13:10:07.367+00:00" } }] } }
{
"deliveryDate": "2024-10-17T13:10:07.254+00:00",
"dependencies": {
"requestedItems": [{
"name": "JOC-1850-01-sp-copy",
"type": "WORKFLOW",
"configuration": {
"id": 7919,
"path": "/2024/JOC-1850/JOC-1850-01-sp-copy",
"objectType": "WORKFLOW",
"name": "JOC-1850-01-sp-copy",
"configuration": {
"TYPE": "Workflow",
"version": "1.0.0",
"timeZone": "Europe/Berlin",
"title": "test store",
"jobResourceNames": [
"JOC-1850-01a-sp-copy"
],
"instructions": [{
"TYPE": "Lock",
"lockedWorkflow": {
"instructions": [{
"TYPE": "Execute.Named",
"jobName": "job1",
"label": "job1"
}]
},
"demands": [{
"lockName": "JOC-1850-01"
}]
}, {
"TYPE": "PostNotices",
"noticeBoardNames": [
"JOC-1850-02"
]
}, {
"TYPE": "AddOrder",
"workflowName": "JOC-1850-02-sp-copy",
"remainWhenTerminated": false,
"forceJobAdmission": false
}],
"jobs": {
"job1": {
"agentName": "primaryAgent",
"withSubagentClusterIdExpr": false,
"executable": {
"TYPE": "ShellScriptExecutable",
"script": "#!/bin/bash\n\necho \"hello\"",
"v1Compatible": false
},
"skipIfNoAdmissionForOrderDay": false,
"parallelism": 1,
"graceTimeout": 1,
"failOnErrWritten": false,
"warnOnErrWritten": false,
"jobResourceNames": [
"JOC-1850-01a-sp-copy"
],
"isNotRestartable": false
}
}
},
"valid": true,
"deleted": false,
"deployed": false,
"released": false,
"configurationDate": "2024-10-16T20:25:44.000+00:00",
"deliveryDate": "2024-10-17T13:10:07.355+00:00"
},
"references": [{
"id": 7910,
"path": "/2024/JOC-1850/JOC-1850-01",
"objectType": "LOCK",
"name": "JOC-1850-01",
"configuration": {
"TYPE": "Lock",
"version": "1.0.0",
"limit": 1
},
"valid": true,
"deleted": false,
"deployed": false,
"released": false,
"configurationDate": "2024-10-16T20:25:44.000+00:00",
"deliveryDate": "2024-10-17T13:10:07.361+00:00"
}, {
"id": 7921,
"path": "/2024/JOC-1850/JOC-1850-02-sp-copy",
"objectType": "WORKFLOW",
"name": "JOC-1850-02-sp-copy",
"configuration": {
"TYPE": "Workflow",
"version": "1.0.0",
"timeZone": "Europe/Berlin",
"title": "title stored again",
"jobResourceNames": [
"JOC-1850-02-sp-copy"
],
"instructions": [{
"TYPE": "ExpectNotices",
"noticeBoardNames": "'JOC-1850-02'"
}, {
"TYPE": "Lock",
"lockedWorkflow": {
"instructions": [{
"TYPE": "Execute.Named",
"jobName": "job1",
"label": "job1"
}]
},
"demands": [{
"lockName": "JOC-1850-02"
}]
}],
"jobs": {
"job1": {
"agentName": "primaryAgent",
"withSubagentClusterIdExpr": false,
"executable": {
"TYPE": "ShellScriptExecutable",
"script": "#!/bin/bash\n\necho \"hello 2 u\"",
"v1Compatible": false
},
"skipIfNoAdmissionForOrderDay": false,
"parallelism": 1,
"graceTimeout": 1,
"failOnErrWritten": false,
"warnOnErrWritten": false,
"jobResourceNames": [
"JOC-1850-02-sp-copy"
],
"isNotRestartable": false
}
}
},
"valid": true,
"deleted": false,
"deployed": false,
"released": false,
"configurationDate": "2024-10-16T20:25:44.000+00:00",
"deliveryDate": "2024-10-17T13:10:07.359+00:00"
}, {
"id": 7915,
"path": "/2024/JOC-1850/JOC-1850-01a-sp-copy",
"objectType": "JOBRESOURCE",
"name": "JOC-1850-01a-sp-copy",
"configuration": {
"TYPE": "JobResource",
"version": "1.0.0",
"arguments": {
"a": "\"A\""
},
"env": {
"A": "$a"
}
},
"valid": true,
"deleted": false,
"deployed": false,
"released": false,
"configurationDate": "2024-10-16T20:25:44.000+00:00",
"deliveryDate": "2024-10-17T13:10:07.366+00:00"
}, {
"id": 7912,
"path": "/2024/JOC-1850/JOC-1850-02",
"objectType": "NOTICEBOARD",
"name": "JOC-1850-02",
"configuration": {
"TYPE": "Board",
"postOrderToNoticeId": "replaceAll($js7OrderId, '^#([0-9]{4}-[0-9]{2}-[0-9]{2})#.*$', '$1')",
"endOfLife": "$js7EpochMilli + 1",
"expectOrderToNoticeId": "replaceAll($js7OrderId, '^#([0-9]{4}-[0-9]{2}-[0-9]{2})#.*$', '$1')",
"version": "1.0.0"
},
"valid": true,
"deleted": false,
"deployed": false,
"released": false,
"configurationDate": "2024-10-16T20:25:44.000+00:00",
"deliveryDate": "2024-10-17T13:10:07.363+00:00"
}],
"referencedBy": []
}],
"affectedItems": [{
"draft": true,
"item": {
"id": 7918,
"path": "/2024/JOC-1850/JOC-1850-02",
"objectType": "WORKFLOW",
"name": "JOC-1850-02",
"configuration": {
"TYPE": "Workflow",
"version": "1.0.0",
"timeZone": "Europe/Berlin",
"jobResourceNames": [
"JOC-1850-02"
],
"instructions": [{
"TYPE": "ExpectNotices",
"noticeBoardNames": "'JOC-1850-02'"
}, {
"TYPE": "Lock",
"lockedWorkflow": {
"instructions": [{
"TYPE": "Execute.Named",
"jobName": "job1",
"label": "job1"
}]
},
"demands": [{
"lockName": "JOC-1850-02"
}]
}],
"jobs": {
"job1": {
"agentName": "primaryAgent",
"withSubagentClusterIdExpr": false,
"executable": {
"TYPE": "ShellScriptExecutable",
"script": "#!/bin/bash\n\necho \"hello\"",
"v1Compatible": false
},
"skipIfNoAdmissionForOrderDay": false,
"parallelism": 1,
"graceTimeout": 1,
"failOnErrWritten": false,
"warnOnErrWritten": false,
"jobResourceNames": [
"JOC-1850-02"
],
"isNotRestartable": false
}
}
},
"valid": true,
"deleted": false,
"deployed": false,
"released": false,
"configurationDate": "2024-10-15T11:04:35.000+00:00",
"deliveryDate": "2024-10-17T13:10:07.368+00:00"
}
}, {
"draft": true,
"item": {
"id": 7917,
"path": "/2024/JOC-1850/JOC-1850-02",
"objectType": "JOBRESOURCE",
"name": "JOC-1850-02",
"configuration": {
"TYPE": "JobResource",
"version": "1.0.0",
"arguments": {
"a": "\"A\""
},
"env": {
"A": "$a"
}
},
"valid": true,
"deleted": false,
"deployed": false,
"released": false,
"configurationDate": "2024-09-27T06:31:11.000+00:00",
"deliveryDate": "2024-10-17T13:10:07.368+00:00"
}
}, {
"draft": true,
"item": {
"id": 7911,
"path": "/2024/JOC-1850/JOC-1850-02",
"objectType": "LOCK",
"name": "JOC-1850-02",
"configuration": {
"TYPE": "Lock",
"version": "1.0.0",
"limit": 1
},
"valid": true,
"deleted": false,
"deployed": false,
"released": false,
"configurationDate": "2024-09-27T09:33:24.000+00:00",
"deliveryDate": "2024-10-17T13:10:07.367+00:00"
}
}, {
"draft": true,
"item": {
"id": 7915,
"path": "/2024/JOC-1850/JOC-1850-01a-sp-copy",
"objectType": "JOBRESOURCE",
"name": "JOC-1850-01a-sp-copy",
"configuration": {
"TYPE": "JobResource",
"version": "1.0.0",
"arguments": {
"a": "\"A\""
},
"env": {
"A": "$a"
}
},
"valid": true,
"deleted": false,
"deployed": false,
"released": false,
"configurationDate": "2024-10-16T20:25:44.000+00:00",
"deliveryDate": "2024-10-17T13:10:07.367+00:00"
}
}, {
"draft": true,
"item": {
"id": 7920,
"path": "/2024/JOC-1850/JOC-1850-01",
"objectType": "WORKFLOW",
"name": "JOC-1850-01",
"configuration": {
"TYPE": "Workflow",
"version": "1.0.0",
"timeZone": "Europe/Berlin",
"jobResourceNames": [
"JOC-1850-01"
],
"instructions": [{
"TYPE": "Lock",
"lockedWorkflow": {
"instructions": [{
"TYPE": "Execute.Named",
"jobName": "job1",
"label": "job1"
}]
},
"demands": [{
"lockName": "JOC-1850-01"
}]
}, {
"TYPE": "PostNotices",
"noticeBoardNames": [
"JOC-1850-02"
]
}, {
"TYPE": "AddOrder",
"workflowName": "JOC-1850-02",
"remainWhenTerminated": false,
"forceJobAdmission": false
}],
"jobs": {
"job1": {
"agentName": "primaryAgent",
"withSubagentClusterIdExpr": false,
"executable": {
"TYPE": "ShellScriptExecutable",
"script": "#!/bin/bash\n\necho \"hello\"",
"v1Compatible": false
},
"skipIfNoAdmissionForOrderDay": false,
"parallelism": 1,
"graceTimeout": 1,
"failOnErrWritten": false,
"warnOnErrWritten": false,
"jobResourceNames": [
"JOC-1850-01"
],
"isNotRestartable": false
}
}
},
"valid": true,
"deleted": false,
"deployed": false,
"released": false,
"configurationDate": "2024-10-15T11:04:35.000+00:00",
"deliveryDate": "2024-10-17T13:10:07.367+00:00"
}
}, {
"draft": true,
"item": {
"id": 7912,
"path": "/2024/JOC-1850/JOC-1850-02",
"objectType": "NOTICEBOARD",
"name": "JOC-1850-02",
"configuration": {
"TYPE": "Board",
"postOrderToNoticeId": "replaceAll($js7OrderId, '^#([0-9]{4}-[0-9]{2}-[0-9]{2})#.*$', '$1')",
"endOfLife": "$js7EpochMilli + 1",
"expectOrderToNoticeId": "replaceAll($js7OrderId, '^#([0-9]{4}-[0-9]{2}-[0-9]{2})#.*$', '$1')",
"version": "1.0.0"
},
"valid": true,
"deleted": false,
"deployed": false,
"released": false,
"configurationDate": "2024-10-16T20:25:44.000+00:00",
"deliveryDate": "2024-10-17T13:10:07.367+00:00"
}
}, {
"draft": true,
"item": {
"id": 7919,
"path": "/2024/JOC-1850/JOC-1850-01-sp-copy",
"objectType": "WORKFLOW",
"name": "JOC-1850-01-sp-copy",
"configuration": {
"TYPE": "Workflow",
"version": "1.0.0",
"timeZone": "Europe/Berlin",
"title": "test store",
"jobResourceNames": [
"JOC-1850-01a-sp-copy"
],
"instructions": [{
"TYPE": "Lock",
"lockedWorkflow": {
"instructions": [{
"TYPE": "Execute.Named",
"jobName": "job1",
"label": "job1"
}]
},
"demands": [{
"lockName": "JOC-1850-01"
}]
}, {
"TYPE": "PostNotices",
"noticeBoardNames": [
"JOC-1850-02"
]
}, {
"TYPE": "AddOrder",
"workflowName": "JOC-1850-02-sp-copy",
"remainWhenTerminated": false,
"forceJobAdmission": false
}],
"jobs": {
"job1": {
"agentName": "primaryAgent",
"withSubagentClusterIdExpr": false,
"executable": {
"TYPE": "ShellScriptExecutable",
"script": "#!/bin/bash\n\necho \"hello\"",
"v1Compatible": false
},
"skipIfNoAdmissionForOrderDay": false,
"parallelism": 1,
"graceTimeout": 1,
"failOnErrWritten": false,
"warnOnErrWritten": false,
"jobResourceNames": [
"JOC-1850-01a-sp-copy"
],
"isNotRestartable": false
}
}
},
"valid": true,
"deleted": false,
"deployed": false,
"released": false,
"configurationDate": "2024-10-16T20:25:44.000+00:00",
"deliveryDate": "2024-10-17T13:10:07.369+00:00"
}
}, {
"draft": true,
"item": {
"id": 7910,
"path": "/2024/JOC-1850/JOC-1850-01",
"objectType": "LOCK",
"name": "JOC-1850-01",
"configuration": {
"TYPE": "Lock",
"version": "1.0.0",
"limit": 1
},
"valid": true,
"deleted": false,
"deployed": false,
"released": false,
"configurationDate": "2024-10-16T20:25:44.000+00:00",
"deliveryDate": "2024-10-17T13:10:07.367+00:00"
}
}, {
"draft": true,
"item": {
"id": 7921,
"path": "/2024/JOC-1850/JOC-1850-02-sp-copy",
"objectType": "WORKFLOW",
"name": "JOC-1850-02-sp-copy",
"configuration": {
"TYPE": "Workflow",
"version": "1.0.0",
"timeZone": "Europe/Berlin",
"title": "title stored again",
"jobResourceNames": [
"JOC-1850-02-sp-copy"
],
"instructions": [{
"TYPE": "ExpectNotices",
"noticeBoardNames": "'JOC-1850-02'"
}, {
"TYPE": "Lock",
"lockedWorkflow": {
"instructions": [{
"TYPE": "Execute.Named",
"jobName": "job1",
"label": "job1"
}]
},
"demands": [{
"lockName": "JOC-1850-02"
}]
}],
"jobs": {
"job1": {
"agentName": "primaryAgent",
"withSubagentClusterIdExpr": false,
"executable": {
"TYPE": "ShellScriptExecutable",
"script": "#!/bin/bash\n\necho \"hello 2 u\"",
"v1Compatible": false
},
"skipIfNoAdmissionForOrderDay": false,
"parallelism": 1,
"graceTimeout": 1,
"failOnErrWritten": false,
"warnOnErrWritten": false,
"jobResourceNames": [
"JOC-1850-02-sp-copy"
],
"isNotRestartable": false
}
}
},
"valid": true,
"deleted": false,
"deployed": false,
"released": false,
"configurationDate": "2024-10-16T20:25:44.000+00:00",
"deliveryDate": "2024-10-17T13:10:07.367+00:00"
}
}, {
"draft": true,
"item": {
"id": 7914,
"path": "/2024/JOC-1850/JOC-1850-01",
"objectType": "JOBRESOURCE",
"name": "JOC-1850-01",
"configuration": {
"TYPE": "JobResource",
"version": "1.0.0",
"arguments": {
"a": "\"A1\""
},
"env": {
"A": "$a"
}
},
"valid": true,
"deleted": false,
"deployed": false,
"released": false,
"configurationDate": "2024-10-15T11:04:35.000+00:00",
"deliveryDate": "2024-10-17T13:10:07.367+00:00"
}
}, {
"draft": true,
"item": {
"id": 7916,
"path": "/2024/JOC-1850/JOC-1850-02-sp-copy",
"objectType": "JOBRESOURCE",
"name": "JOC-1850-02-sp-copy",
"configuration": {
"TYPE": "JobResource",
"version": "1.0.0",
"arguments": {
"a": "\"A\""
},
"env": {
"A": "$a"
}
},
"valid": true,
"deleted": false,
"deployed": false,
"released": false,
"configurationDate": "2024-09-27T06:31:11.000+00:00",
"deliveryDate": "2024-10-17T13:10:07.367+00:00"
}
}]
}
}
|