Advertisement
AnnaRadeva

schedulerentity

Jun 21st, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 243.25 KB | None | 0 0
  1. {
  2. "data": [
  3. {
  4. "identifier": "timerIssueModifiedYesterday",
  5. "configuration": {
  6. "scheduleTime": "2018-06-21T12:25:36.077Z",
  7. "identifier": "timerIssueModifiedYesterday",
  8. "transactionMode": "REQUIRED",
  9. "retryCount": 0,
  10. "synchronous": true,
  11. "incrementalDelay": false,
  12. "maxRetryCount": 0,
  13. "type": "CRON",
  14. "cronExpression": "0 1 0 1/1 * ? *",
  15. "retryDelay": 3600000,
  16. "nextScheduleTime": "2018-06-22T00:01:00.000Z",
  17. "removeOnSuccess": false,
  18. "executionContext": "DEFAULT",
  19. "persistent": true,
  20. "continueOrError": true,
  21. "maxActive": 0
  22. },
  23. "context": {
  24. "script": "// process all objects\n\t\t\t\t // ['IN_PROGRESS', 'ON_HOLD', 'OPEN', 'CLARIFY'];\n\t\t\t\t\tvar arguments = new com.sirma.itt.seip.context.Context();\n\t\t\t\t\targuments.put('todayMinus', 1);\n\t\t\t\t\targuments.put('type', 'emf:Issue');\n\t\t\t\t\targuments.put('statement', '{?instance emf\\\\:status \\\"IN_PROGRESS\\\" . } UNION { ?instance emf\\\\:status \\\"ON_HOLD\\\" . } UNION {?instance emf\\\\:status \\\"OPEN\\\" . } UNION {?instance emf\\\\:status \\\"CLARIFY\\\" . } ');\n\t\t\t\t\tvar allObject = search.with(search.buildArgumentsForPredefinedQuery('ciaQueries/getModifiedIssueYesterday', arguments));\n\t\t\t\t\tvar relatedUsersProps = ['hasWatcher','emf:hasWatcher','assignee', 'emf:hasAssignee', 'hasReporter', 'emf:hasReporter'];\n\t\t\t\t var mapWithUsersObjects = {};\n\t\t\t\t\t\n\t\t\t\t\tfor(var i=0; i < allObject.length; i++){\n\t\t\t\t\t var object = allObject[i];\n\t\t\t\t\t\tvar recipients = tasks.getTaskAssignees(object, relatedUsersProps);\n\t\t\t\t\t\tfor(var j=0; j < recipients.length; j++) {\n\t\t\t\t\t\t\tvar recipient = recipients[j];\n\t\t\t\t\t\t\tvar listOfObjects = mapWithUsersObjects[recipient];\n\t\t\t\t\t\t\t// check do we have any\n\t\t\t\t\t\t\tif (!listOfObjects) {\n\t\t\t\t\t\t\t\t// we don't have any dossiers yet so create a list\n\t\t\t\t\t\t\t\tlistOfObjects = [];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t// add new dossier to list\n\t\t\t\t\t\t\tlistOfObjects.push(object);\n\t\t\t\t\t\t\t// update the map\n\t\t\t\t\t\t\tmapWithUsersObjects[recipient] = listOfObjects;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\t\n\t\t\t\t\tvar listOfRecipients = Object.keys(mapWithUsersObjects);\n\t\t\t\t\tvar subject ='(CIA) Updated issues';\n\t\t\t\t\tif(listOfRecipients.length > 0) {\n\t\t\t\t\t\t// loop by keys (recipients)\n\t\t\t\t\t\tfor(var i=0; i < listOfRecipients.length; i++){\n\t\t\t\t\t\t\t// current recipient(user)\n\t\t\t\t\t\t\tvar currentRecipient = listOfRecipients[i];\n\t\t\t\t\t\t\t// get list with agreements from map\n\t\t\t\t\t\t\tvar listOfObjects = mapWithUsersObjects[currentRecipient];\n\t\t\t\t\t\t\tvar recipients = [currentRecipient];\n\t\t\t\t\t\t\t//send the mail\n\t\t\t\t\t\t\tvar context = new com.sirma.itt.seip.context.Context();\n\t\t\t\t\t\t\tmail.sendNotifications(listOfObjects[0], subject, \"email_update_issue_object_cia\", recipients, listOfObjects);\n\t\t\t\t\t\t}\n\t\t\t\t\t}"
  25. },
  26. "action": "scriptSchedulerExecutor",
  27. "status": "RUNNING"
  28. },
  29. {
  30. "identifier": "SolrDataImportScheduler",
  31. "configuration": {
  32. "identifier": "SolrDataImportScheduler",
  33. "transactionMode": "REQUIRED",
  34. "retryCount": 0,
  35. "synchronous": true,
  36. "incrementalDelay": false,
  37. "maxRetryCount": 0,
  38. "type": "CRON",
  39. "cronExpression": "0/15 * * ? * *",
  40. "nextScheduleTime": "2018-06-21T19:45:15.000Z",
  41. "removeOnSuccess": false,
  42. "executionContext": "DEFAULT",
  43. "persistent": true,
  44. "continueOrError": false,
  45. "maxActive": 0
  46. },
  47. "context": {},
  48. "action": "SolrDataImportScheduler",
  49. "status": "RUNNING"
  50. },
  51. {
  52. "identifier": "timerEndDateTomorrowActivity",
  53. "configuration": {
  54. "scheduleTime": "2018-06-21T12:25:36.377Z",
  55. "identifier": "timerEndDateTomorrowActivity",
  56. "transactionMode": "REQUIRED",
  57. "retryCount": 0,
  58. "synchronous": true,
  59. "incrementalDelay": false,
  60. "maxRetryCount": 0,
  61. "type": "CRON",
  62. "cronExpression": "0 5 0 1/1 * ? *",
  63. "retryDelay": 3600000,
  64. "nextScheduleTime": "2018-06-22T00:05:00.000Z",
  65. "removeOnSuccess": false,
  66. "executionContext": "DEFAULT",
  67. "persistent": true,
  68. "continueOrError": true,
  69. "maxActive": 0
  70. },
  71. "context": {
  72. "script": "var mapWithUsersObjects = {};\n var currentDateCalendar = java.util.Calendar.getInstance();\n currentDateCalendar.setTime(new java.util.Date());\n var currentDate = currentDateCalendar.getTime();\n \n currentDateCalendar.add(java.util.Calendar.DATE, 1);\n var tomorrowDate = currentDateCalendar.getTime();\n\t\t\t\t\t\n\t\t\t\t\t//issue\n\t\t\t\t\tvar mapWithUsersObjects = {};\n // process emf:Issue\n // ['IN_PROGRESS', 'ON_HOLD', 'OPEN', 'CLARIFY'];\n var arguments = new com.sirma.itt.seip.context.Context();\n arguments.put('currentDate', currentDate);\n arguments.put('tomorrowDate', tomorrowDate);\n arguments.put('type', 'emf:Issue');\n arguments.put('statement', '{?instance emf\\\\:status \\\"IN_PROGRESS\\\" . } UNION { ?instance emf\\\\:status \\\"ON_HOLD\\\" . } UNION {?instance emf\\\\:status \\\"OPEN\\\" . } UNION {?instance emf\\\\:status \\\"CLARIFY\\\" . } ');\n\t\t\t\t\t// find issue\n var emfIssue = search.with(search.buildArgumentsForPredefinedQuery('ciaQueries/getInstanceNearEnd', arguments));\n\t\t\t\t\tvar properties = ['assignee', 'emf:hasAssignee'];\n\t\t\t\t\tfor(var i=0; i < emfIssue.length; i++){\n\t\t\t\t\t\tvar issue = emfIssue[i];\n var relatedUsers = tasks.getTaskAssignees(issue, properties);\n\t\t\t\t\t\tfor(var j=0; j < relatedUsers.length; j++) {\n\t\t\t\t\t\t\tvar relatedUser = relatedUsers[j];\n\t\t\t\t\t\t\t// get list of dossiers by user\n\t\t\t\t\t\t\tvar listOfObjects = mapWithUsersObjects[relatedUser];\n\t\t\t\t\t\t\t// check do we have any\n\t\t\t\t\t\t\tif (!listOfObjects) {\n\t\t\t\t\t\t\t\t// we don't have any dossiers yet so create a list\n\t\t\t\t\t\t\t\tlistOfObjects = [];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t// add new dossier to list\n\t\t\t\t\t\t\tlistOfObjects.push(issue);\n\t\t\t\t\t\t\t// update the map\n\t\t\t\t\t\t\tmapWithUsersObjects[relatedUser] = listOfObjects;\n\t\t\t\t\t\t}\n }\t\t\t\t\t\n \n\t\t\t\t\t// process emf:Project\n // ['IN_PROGRESS'];\n var arguments = new com.sirma.itt.seip.context.Context();\n arguments.put('currentDate', currentDate);\n arguments.put('tomorrowDate', tomorrowDate);\n arguments.put('type', 'emf:Project');\n arguments.put('statement', '?instance emf\\\\:status \\\"IN_PROGRESS\\\" . ');\n\t\t\t\t\t// find projects\n var emfProjects = search.with(search.buildArgumentsForPredefinedQuery('ciaQueries/getInstanceNearEnd', arguments));\n\t\t\t\t\tvar properties = ['hasAssignedConservator', 'cia:hasAssignedConservator', 'createdBy', 'emf:createdBy', 'hasWatcher','emf:hasWatcher', 'hasSupervisor', 'chc:hasSupervisor', 'hasParticipant', 'ptop:hasParticipant'];\n\t\t\t\t\tfor(var i=0; i < emfProjects.length; i++){\n\t\t\t\t\t\tvar project = emfProjects[i];\n var relatedUsers = tasks.getTaskAssignees(project, properties);\n\t\t\t\t\t\tfor(var j=0; j < relatedUsers.length; j++) {\n\t\t\t\t\t\t\tvar relatedUser = relatedUsers[j];\n\t\t\t\t\t\t\t// get list of dossiers by user\n\t\t\t\t\t\t\tvar listOfObjects = mapWithUsersObjects[relatedUser];\n\t\t\t\t\t\t\t// check do we have any\n\t\t\t\t\t\t\tif (!listOfObjects) {\n\t\t\t\t\t\t\t\t// we don't have any dossiers yet so create a list\n\t\t\t\t\t\t\t\tlistOfObjects = [];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t// add new dossier to list\n\t\t\t\t\t\t\tlistOfObjects.push(project);\n\t\t\t\t\t\t\t// update the map\n\t\t\t\t\t\t\tmapWithUsersObjects[relatedUser] = listOfObjects;\n\t\t\t\t\t\t}\n }\n\t\t\t\t\t// process emf:BusinessProcess\n\t\t\t\t\t// state IN_PROGRESS, NOT_YET_STARTED\n\t\t\t\t\targuments = new com.sirma.itt.seip.context.Context();\n\t\t\t\t\targuments.put('currentDate', currentDate);\n\t\t\t\t\targuments.put('tomorrowDate', tomorrowDate);\n\t\t\t\t\targuments.put('type', 'emf:BusinessProcess');\n\t\t\t\t\targuments.put('statement', '{?instance emf\\\\:status \\\\\"IN_PROGRESS\\\\\" . } UNION {?instance emf\\\\:status \\\\\"NOT_YET_STARTED\\\\\" . }');\n\t\t\t\t\t// find workflows\n\t\t\t\t\tvar bussinessProcesses = search.with(search.buildArgumentsForPredefinedQuery('ciaQueries/getInstanceNearEnd', arguments));\n properties = ['createdBy', 'emf:createdBy', 'hasWatcher', 'emf:hasWatcher'];\n for(var i=0; i < bussinessProcesses.length; i++){\n\t\t\t\t\t\tvar process = bussinessProcesses[i];\n var relatedUsers = tasks.getTaskAssignees(process, properties);\n\t\t\t\t\t\tfor(var j=0; j < relatedUsers.length; j++) {\n\t\t\t\t\t\t\tvar relatedUser = relatedUsers[j];\n\t\t\t\t\t\t\t// get list of dossiers by user\n\t\t\t\t\t\t\tvar listOfObjects = mapWithUsersObjects[relatedUser];\n\t\t\t\t\t\t\t// check do we have any\n\t\t\t\t\t\t\tif (!listOfObjects) {\n\t\t\t\t\t\t\t\t// we don't have any dossiers yet so create a list\n\t\t\t\t\t\t\t\tlistOfObjects = [];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t// add new dossier to list\n\t\t\t\t\t\t\tlistOfObjects.push(process);\n\t\t\t\t\t\t\t// update the map\n\t\t\t\t\t\t\tmapWithUsersObjects[relatedUser] = listOfObjects;\n\t\t\t\t\t\t}\n }\n \n\t\t\t\t // process emf:Task\n\t\t\t\t // state IN_PROGRESS, NOT_YET_STARTED, ON_HOLD \n arguments = new com.sirma.itt.seip.context.Context();\n\t\t\t\t arguments.put('currentDate', currentDate);\n\t\t\t\t arguments.put('tomorrowDate', tomorrowDate);\n\t\t\t\t arguments.put('type', 'emf:Task');\n\t\t\t\t arguments.put('statement', '{?instance emf\\\\:status \\\\\"IN_PROGRESS\\\\\" . } UNION {?instance emf\\\\:status \\\\\"NOT_YET_STARTED\\\\\" . } UNION { ?instance emf\\\\:status \\\\\"ON_HOLD\\\\\" . }');\n\t\t\t\t var emfTasks = search.with(search.buildArgumentsForPredefinedQuery('ciaQueries/getInstanceNearEnd', arguments));\n\t\t\t\t properties = ['assignee', 'emf:hasAssignee', 'createdBy', 'emf:createdBy', 'hasWatcher', 'emf:hasWatcher' ];\n\t\t\t\t for(var i=0; i < emfTasks.length; i++){\n\t\t\t\t\t\tvar emfTask = emfTasks[i];\n var relatedUsers = tasks.getTaskAssignees(emfTask, properties);\n\t\t\t\t\t\tfor(var j=0; j < relatedUsers.length; j++) {\n\t\t\t\t\t\t\tvar relatedUser = relatedUsers[j];\n\t\t\t\t\t\t\t// get list of dossiers by user\n\t\t\t\t\t\t\tvar listOfObjects = mapWithUsersObjects[relatedUser];\n\t\t\t\t\t\t\t// check do we have any\n\t\t\t\t\t\t\tif (!listOfObjects) {\n\t\t\t\t\t\t\t\t// we don't have any dossiers yet so create a list\n\t\t\t\t\t\t\t\tlistOfObjects = [];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t// add new dossier to list\n\t\t\t\t\t\t\tlistOfObjects.push(emfTask);\n\t\t\t\t\t\t\t// update the map\n\t\t\t\t\t\t\tmapWithUsersObjects[relatedUser] = listOfObjects;\n\t\t\t\t\t\t}\n }\n\t\t\t\t\t\n\t\t\t\t\t// process cia:Survey\n\t\t\t\t\t//['IN_PROGRESS'];\n\t\t\t\t\targuments = new com.sirma.itt.seip.context.Context();\n\t\t\t\t\targuments.put('currentDate', currentDate);\n\t\t\t\t\targuments.put('tomorrowDate', tomorrowDate);\n\t\t\t\t\targuments.put('type', 'cia:Survey');\n\t\t\t\t\targuments.put('statement', '?instance emf\\\\:status \\\"IN_PROGRESS\\\" . ');\n\t\t\t\t\tvar ciaSurveys = search.with(search.buildArgumentsForPredefinedQuery('ciaQueries/getInstanceNearEnd', arguments));\n\t\t\t\t\tproperties = ['assignee', 'emf:hasAssignee', 'createdBy', 'emf:createdBy', 'emf:hasWatcher', 'chc:hasSupervisor', 'ptop:hasParticipant'];\n\t\t\t\t for(var i=0; i < ciaSurveys.length; i++){\n\t\t\t\t\t\tvar ciaSurvey = ciaSurveys[i];\n var relatedUsers = tasks.getTaskAssignees(ciaSurvey, properties);\n\t\t\t\t\t\tfor(var j=0; j < relatedUsers.length; j++) {\n\t\t\t\t\t\t\tvar relatedUser = relatedUsers[j];\n\t\t\t\t\t\t\t// get list of dossiers by user\n\t\t\t\t\t\t\tvar listOfObjects = mapWithUsersObjects[relatedUser];\n\t\t\t\t\t\t\t// check do we have any\n\t\t\t\t\t\t\tif (!listOfObjects) {\n\t\t\t\t\t\t\t\t// we don't have any dossiers yet so create a list\n\t\t\t\t\t\t\t\tlistOfObjects = [];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t// add new dossier to list\n\t\t\t\t\t\t\tlistOfObjects.push(ciaSurvey);\n\t\t\t\t\t\t\t// update the map\n\t\t\t\t\t\t\tmapWithUsersObjects[relatedUser] = listOfObjects;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\t// TODO: Define better subject if you like\n\t\t\t\t\tvar subject ='Upcoming Due date';\n\t\t\t\t\tvar listOfRecipients = Object.keys(mapWithUsersObjects);\n\t\t\t\t\tif(listOfRecipients.length > 0) {\n\t\t\t\t\t\t// loop by keys (recipients)\n\t\t\t\t\t\tfor(var i=0; i < listOfRecipients.length; i++){\n\t\t\t\t\t\t\t// current recipient(user)\n\t\t\t\t\t\t\tvar currentRecipient = listOfRecipients[i];\n\t\t\t\t\t\t\t// get list with objects from map\n\t\t\t\t\t\t\tvar objects = mapWithUsersObjects[currentRecipient];\n\t\t\t\t\t\t\tvar recipients = [currentRecipient];\n\t\t\t\t\t\t\t//send the mail\n\t\t\t\t\t\t\tvar context = new com.sirma.itt.seip.context.Context();\n\t\t\t\t\t\t\tmail.sendNotifications(listOfObjects[0], subject, \"email_enddate_object_cia\", recipients, listOfObjects);\t\t\t\t\t\t\t\n\t\t\t\t\t\t}\n\t\t\t\t\t}"
  73. },
  74. "action": "scriptSchedulerExecutor",
  75. "status": "RUNNING"
  76. },
  77. {
  78. "identifier": "timerModifiedYesterday",
  79. "configuration": {
  80. "scheduleTime": "2018-06-21T12:25:37.248Z",
  81. "identifier": "timerModifiedYesterday",
  82. "transactionMode": "REQUIRED",
  83. "retryCount": 0,
  84. "synchronous": true,
  85. "incrementalDelay": false,
  86. "maxRetryCount": 0,
  87. "type": "CRON",
  88. "cronExpression": "0 5 0 1/1 * ? *",
  89. "retryDelay": 3600000,
  90. "nextScheduleTime": "2018-06-22T00:05:00.000Z",
  91. "removeOnSuccess": false,
  92. "executionContext": "DEFAULT",
  93. "persistent": true,
  94. "continueOrError": true,
  95. "maxActive": 0
  96. },
  97. "context": {
  98. "script": "// process all objects\n\t\t\t\t // ['NOT_YET_STARTED', 'IN_PROGRESS', 'ON_HOLD', 'DRAFT', 'PENDING_APPROVAL', 'CURRENT'];\n\t\t\t\t\tvar arguments = new com.sirma.itt.seip.context.Context();\n\t\t\t\t\targuments.put('todayMinus', 1);\n\t\t\t\t\targuments.put('statement', '{?instance emf\\\\:status \\\"IN_PROGRESS\\\" . } UNION {?instance emf\\\\:status \\\"NOT_YET_STARTED\\\" . } UNION { ?instance emf\\\\:status \\\"ON_HOLD\\\" . } UNION { ?instance emf\\\\:status \\\"PENDING_APPROVAL\\\". } UNION { ?instance emf\\\\:status \\\"DRAFT\\\". } UNION { ?instance emf\\\\:status \\\"CURRENT\\\". }');\n\t\t\t\t\tvar allObject = search.with(search.buildArgumentsForPredefinedQuery('ciaQueries/getModifiedInstancesYesterday', arguments));\n\t\t\t\t\tvar relatedUsersProps = ['emf:hasWatcher', 'hasWatcher'];\n\t\t\t\t\tvar mapWithUsersObjects = {};\n\t\t\t\t\t\n\t\t\t\t\tfor(var i=0; i < allObject.length; i++){\n\t\t\t\t\t var object = allObject[i];\n\t\t\t\t\t\tvar recipients = tasks.getTaskAssignees(object, relatedUsersProps);\n\t\t\t\t\t\tfor(var j=0; j < recipients.length; j++) {\n\t\t\t\t\t\t\tvar recipient = recipients[j];\n\t\t\t\t\t\t\tvar listOfObjects = mapWithUsersObjects[recipient];\n\t\t\t\t\t\t\t// check do we have any\n\t\t\t\t\t\t\tif (!listOfObjects) {\n\t\t\t\t\t\t\t\t// we don't have any dossiers yet so create a list\n\t\t\t\t\t\t\t\tlistOfObjects = [];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t// add new dossier to list\n\t\t\t\t\t\t\tlistOfObjects.push(object);\n\t\t\t\t\t\t\t// update the map\n\t\t\t\t\t\t\tmapWithUsersObjects[recipient] = listOfObjects;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\t\n\t\t\t\t\tvar listOfRecipients = Object.keys(mapWithUsersObjects);\n\t\t\t\t\t// TODO: Define subject\n\t\t\t\t\tvar subject ='(Edit) those objects';\n\t\t\t\t\tif(listOfRecipients.length > 0) {\n\t\t\t\t\t\t// loop by keys (recipients)\n\t\t\t\t\t\tfor(var i=0; i < listOfRecipients.length; i++){\n\t\t\t\t\t\t\t// current recipient(user)\n\t\t\t\t\t\t\tvar currentRecipient = listOfRecipients[i];\n\t\t\t\t\t\t\t// get list with agreements from map\n\t\t\t\t\t\t\tvar listOfObjects = mapWithUsersObjects[currentRecipient];\n\t\t\t\t\t\t\tvar recipients = [currentRecipient];\n\t\t\t\t\t\t\t//send the mail\n\t\t\t\t\t\t\tvar context = new com.sirma.itt.seip.context.Context();\n\t\t\t\t\t\t\tmail.sendNotifications(listOfObjects[0], subject, \"email_edit_object_cia\", recipients, listOfObjects);\n\t\t\t\t\t\t}\n\t\t\t\t\t}"
  99. },
  100. "action": "scriptSchedulerExecutor",
  101. "status": "RUNNING"
  102. },
  103. {
  104. "identifier": "155e31ea-39f0-41c3-9655-3ca26a54547f",
  105. "configuration": {
  106. "scheduleTime": "2018-06-21T09:39:42.114Z",
  107. "transactionMode": "NOT_SUPPORTED",
  108. "retryCount": 0,
  109. "synchronous": true,
  110. "incrementalDelay": true,
  111. "maxRetryCount": 5,
  112. "type": "TIMED",
  113. "removeOnSuccess": true,
  114. "executionContext": "DEFAULT",
  115. "persistent": true,
  116. "continueOrError": false,
  117. "group": "scheduleViewContentExtraction",
  118. "maxActive": 5
  119. },
  120. "context": {
  121. "instanceId": "emf:4964efbb-4189-45d5-82aa-20f7091abb6a"
  122. },
  123. "action": "scheduleViewContentExtraction",
  124. "status": "RUNNING"
  125. },
  126. {
  127. "identifier": "5b26cabe-166d-4ab3-b0a1-846eb2a7f130",
  128. "configuration": {
  129. "scheduleTime": "2018-06-21T08:38:11.478Z",
  130. "transactionMode": "NOT_SUPPORTED",
  131. "retryCount": 0,
  132. "synchronous": true,
  133. "incrementalDelay": true,
  134. "maxRetryCount": 5,
  135. "type": "TIMED",
  136. "removeOnSuccess": true,
  137. "executionContext": "DEFAULT",
  138. "persistent": true,
  139. "continueOrError": false,
  140. "group": "scheduleViewContentExtraction",
  141. "maxActive": 5
  142. },
  143. "context": {
  144. "instanceId": "emf:e022eb54-e0f0-474c-8932-a8622bd35e2b"
  145. },
  146. "action": "scheduleViewContentExtraction",
  147. "status": "RUNNING"
  148. },
  149. {
  150. "identifier": "e052a1be-1338-4abc-ad05-7f3d212503c2",
  151. "configuration": {
  152. "scheduleTime": "2018-06-21T15:55:31.845Z",
  153. "transactionMode": "REQUIRED",
  154. "retryCount": 0,
  155. "synchronous": true,
  156. "incrementalDelay": true,
  157. "maxRetryCount": 5,
  158. "type": "TIMED",
  159. "removeOnSuccess": true,
  160. "executionContext": "DEFAULT",
  161. "persistent": true,
  162. "continueOrError": false,
  163. "group": "scheduleVersionContentCreate",
  164. "maxActive": 5
  165. },
  166. "context": {
  167. "versionCreatedOn": "2018-06-21T15:55:25.793Z",
  168. "processWidgets": true,
  169. "versionInstanceId": "emf:35e26415-2166-456c-8d0d-23a4341a3cbb-v1.1",
  170. "originalInstanceId": "emf:35e26415-2166-456c-8d0d-23a4341a3cbb"
  171. },
  172. "action": "scheduleVersionContentCreate",
  173. "status": "RUNNING"
  174. },
  175. {
  176. "identifier": "f3e8fdfa-5f55-455e-8b25-fe223514b031",
  177. "configuration": {
  178. "scheduleTime": "2018-06-21T10:34:29.028Z",
  179. "transactionMode": "NOT_SUPPORTED",
  180. "retryCount": 0,
  181. "synchronous": true,
  182. "incrementalDelay": true,
  183. "maxRetryCount": 5,
  184. "type": "TIMED",
  185. "removeOnSuccess": true,
  186. "executionContext": "DEFAULT",
  187. "persistent": true,
  188. "continueOrError": false,
  189. "group": "scheduleViewContentExtraction",
  190. "maxActive": 5
  191. },
  192. "context": {
  193. "instanceId": "emf:3ec08b5c-cd2d-41e2-86e4-5ef1fa6fa349"
  194. },
  195. "action": "scheduleViewContentExtraction",
  196. "status": "RUNNING"
  197. },
  198. {
  199. "identifier": "276280e8-a9da-47cd-bab1-de088a5bf62a",
  200. "configuration": {
  201. "scheduleTime": "2018-06-21T18:33:17.539Z",
  202. "transactionMode": "REQUIRED",
  203. "retryCount": 0,
  204. "synchronous": true,
  205. "incrementalDelay": true,
  206. "maxRetryCount": 5,
  207. "type": "TIMED",
  208. "removeOnSuccess": true,
  209. "executionContext": "DEFAULT",
  210. "persistent": true,
  211. "continueOrError": false,
  212. "group": "scheduleVersionContentCreate",
  213. "maxActive": 5
  214. },
  215. "context": {
  216. "versionCreatedOn": "2018-06-21T18:33:11.519Z",
  217. "processWidgets": true,
  218. "versionInstanceId": "emf:5fa1b629-b2fe-4a8e-8442-becf5e353ef3-v1.1",
  219. "originalInstanceId": "emf:5fa1b629-b2fe-4a8e-8442-becf5e353ef3"
  220. },
  221. "action": "scheduleVersionContentCreate",
  222. "status": "RUNNING"
  223. },
  224. {
  225. "identifier": "b2f31691-e6ea-49c6-b72c-695bedd647b4",
  226. "configuration": {
  227. "scheduleTime": "2018-06-21T18:33:36.481Z",
  228. "transactionMode": "NOT_SUPPORTED",
  229. "retryCount": 0,
  230. "synchronous": true,
  231. "incrementalDelay": true,
  232. "maxRetryCount": 5,
  233. "type": "TIMED",
  234. "removeOnSuccess": true,
  235. "executionContext": "DEFAULT",
  236. "persistent": true,
  237. "continueOrError": false,
  238. "group": "scheduleViewContentExtraction",
  239. "maxActive": 5
  240. },
  241. "context": {
  242. "instanceId": "emf:72123414-44be-43f9-b495-790702c4bdcd"
  243. },
  244. "action": "scheduleViewContentExtraction",
  245. "status": "RUNNING"
  246. },
  247. {
  248. "identifier": "92b46d88-5808-4369-b466-d3727c7dda2f",
  249. "configuration": {
  250. "scheduleTime": "2018-06-21T18:33:44.276Z",
  251. "transactionMode": "NOT_SUPPORTED",
  252. "retryCount": 0,
  253. "synchronous": true,
  254. "incrementalDelay": true,
  255. "maxRetryCount": 5,
  256. "type": "TIMED",
  257. "removeOnSuccess": true,
  258. "executionContext": "DEFAULT",
  259. "persistent": true,
  260. "continueOrError": false,
  261. "group": "scheduleViewContentExtraction",
  262. "maxActive": 5
  263. },
  264. "context": {
  265. "instanceId": "emf:98ccf97d-6c47-41e8-80b4-b1ef4610ba3f"
  266. },
  267. "action": "scheduleViewContentExtraction",
  268. "status": "RUNNING"
  269. },
  270. {
  271. "identifier": "b892b110-0073-4c49-bdd6-929717dbe108",
  272. "configuration": {
  273. "scheduleTime": "2018-06-21T14:07:31.047Z",
  274. "transactionMode": "REQUIRED",
  275. "retryCount": 0,
  276. "synchronous": true,
  277. "incrementalDelay": true,
  278. "maxRetryCount": 5,
  279. "type": "TIMED",
  280. "removeOnSuccess": true,
  281. "executionContext": "DEFAULT",
  282. "persistent": true,
  283. "continueOrError": false,
  284. "group": "scheduleVersionContentCreate",
  285. "maxActive": 5
  286. },
  287. "context": {
  288. "versionCreatedOn": "2018-06-21T14:07:28.840Z",
  289. "processWidgets": true,
  290. "versionInstanceId": "emf:d3c60f69-411c-4310-8899-30c07526e44b-v1.2",
  291. "originalInstanceId": "emf:d3c60f69-411c-4310-8899-30c07526e44b"
  292. },
  293. "action": "scheduleVersionContentCreate",
  294. "status": "RUNNING"
  295. },
  296. {
  297. "identifier": "14701536-a582-4db5-be35-309f8929b6a7",
  298. "configuration": {
  299. "scheduleTime": "2018-06-21T15:57:30.353Z",
  300. "transactionMode": "NOT_SUPPORTED",
  301. "retryCount": 0,
  302. "synchronous": true,
  303. "incrementalDelay": true,
  304. "maxRetryCount": 5,
  305. "type": "TIMED",
  306. "removeOnSuccess": true,
  307. "executionContext": "DEFAULT",
  308. "persistent": true,
  309. "continueOrError": false,
  310. "group": "scheduleViewContentExtraction",
  311. "maxActive": 5
  312. },
  313. "context": {
  314. "instanceId": "emf:32760f4e-d0e4-4c8e-9e41-0d83c8fab7da"
  315. },
  316. "action": "scheduleViewContentExtraction",
  317. "status": "RUNNING"
  318. },
  319. {
  320. "identifier": "fde5f14d-b853-4983-85ef-08a518cdbcf7",
  321. "configuration": {
  322. "scheduleTime": "2018-06-21T15:33:55.901Z",
  323. "transactionMode": "NOT_SUPPORTED",
  324. "retryCount": 0,
  325. "synchronous": true,
  326. "incrementalDelay": true,
  327. "maxRetryCount": 5,
  328. "type": "TIMED",
  329. "removeOnSuccess": true,
  330. "executionContext": "DEFAULT",
  331. "persistent": true,
  332. "continueOrError": false,
  333. "group": "scheduleViewContentExtraction",
  334. "maxActive": 5
  335. },
  336. "context": {
  337. "instanceId": "emf:3df42f32-3221-4048-8766-3731b389c6b1"
  338. },
  339. "action": "scheduleViewContentExtraction",
  340. "status": "RUNNING"
  341. },
  342. {
  343. "identifier": "90aed84d-4f91-4560-a890-b9de2b5092ca",
  344. "configuration": {
  345. "scheduleTime": "2018-06-21T08:39:09.957Z",
  346. "transactionMode": "NOT_SUPPORTED",
  347. "retryCount": 0,
  348. "synchronous": true,
  349. "incrementalDelay": true,
  350. "maxRetryCount": 5,
  351. "type": "TIMED",
  352. "removeOnSuccess": true,
  353. "executionContext": "DEFAULT",
  354. "persistent": true,
  355. "continueOrError": false,
  356. "group": "scheduleViewContentExtraction",
  357. "maxActive": 5
  358. },
  359. "context": {
  360. "instanceId": "emf:f4315477-e0ac-4ed1-8724-41dbbf55166e"
  361. },
  362. "action": "scheduleViewContentExtraction",
  363. "status": "RUNNING"
  364. },
  365. {
  366. "identifier": "623a8236-5042-427b-bccd-075750751dbf",
  367. "configuration": {
  368. "scheduleTime": "2018-06-21T15:53:02.431Z",
  369. "transactionMode": "NOT_SUPPORTED",
  370. "retryCount": 0,
  371. "synchronous": true,
  372. "incrementalDelay": true,
  373. "maxRetryCount": 5,
  374. "type": "TIMED",
  375. "removeOnSuccess": true,
  376. "executionContext": "DEFAULT",
  377. "persistent": true,
  378. "continueOrError": false,
  379. "group": "scheduleViewContentExtraction",
  380. "maxActive": 5
  381. },
  382. "context": {
  383. "instanceId": "emf:11a1797f-af93-446b-9558-466003059801"
  384. },
  385. "action": "scheduleViewContentExtraction",
  386. "status": "RUNNING"
  387. },
  388. {
  389. "identifier": "28e9d186-ec80-4433-a3bf-99ed324995de",
  390. "configuration": {
  391. "scheduleTime": "2018-06-21T18:33:17.546Z",
  392. "transactionMode": "REQUIRED",
  393. "retryCount": 0,
  394. "synchronous": true,
  395. "incrementalDelay": true,
  396. "maxRetryCount": 5,
  397. "type": "TIMED",
  398. "removeOnSuccess": true,
  399. "executionContext": "DEFAULT",
  400. "persistent": true,
  401. "continueOrError": false,
  402. "group": "scheduleVersionContentCreate",
  403. "maxActive": 5
  404. },
  405. "context": {
  406. "versionCreatedOn": "2018-06-21T18:33:11.523Z",
  407. "processWidgets": true,
  408. "versionInstanceId": "emf:52bd04f7-26fa-419a-830e-06e1e7fcc756-v1.1",
  409. "originalInstanceId": "emf:52bd04f7-26fa-419a-830e-06e1e7fcc756"
  410. },
  411. "action": "scheduleVersionContentCreate",
  412. "status": "RUNNING"
  413. },
  414. {
  415. "identifier": "b26004d8-14c0-4ff2-94b8-fdfbaab75adc",
  416. "configuration": {
  417. "scheduleTime": "2018-06-21T18:33:19.730Z",
  418. "transactionMode": "NOT_SUPPORTED",
  419. "retryCount": 0,
  420. "synchronous": true,
  421. "incrementalDelay": true,
  422. "maxRetryCount": 5,
  423. "type": "TIMED",
  424. "removeOnSuccess": true,
  425. "executionContext": "DEFAULT",
  426. "persistent": true,
  427. "continueOrError": false,
  428. "group": "scheduleViewContentExtraction",
  429. "maxActive": 5
  430. },
  431. "context": {
  432. "instanceId": "emf:9b2e233f-0bbe-4d35-8980-ce837522dd61"
  433. },
  434. "action": "scheduleViewContentExtraction",
  435. "status": "RUNNING"
  436. },
  437. {
  438. "identifier": "aa9e1ac4-cd35-442f-a082-2606d4e73675",
  439. "configuration": {
  440. "scheduleTime": "2018-06-21T18:33:42.753Z",
  441. "transactionMode": "NOT_SUPPORTED",
  442. "retryCount": 0,
  443. "synchronous": true,
  444. "incrementalDelay": true,
  445. "maxRetryCount": 5,
  446. "type": "TIMED",
  447. "removeOnSuccess": true,
  448. "executionContext": "DEFAULT",
  449. "persistent": true,
  450. "continueOrError": false,
  451. "group": "scheduleViewContentExtraction",
  452. "maxActive": 5
  453. },
  454. "context": {
  455. "instanceId": "emf:f5d33226-4413-454b-b5a8-6b00c4718b5a"
  456. },
  457. "action": "scheduleViewContentExtraction",
  458. "status": "RUNNING"
  459. },
  460. {
  461. "identifier": "e544afa8-94ae-45d6-8dda-cb2d476460b8",
  462. "configuration": {
  463. "scheduleTime": "2018-06-21T18:33:48.203Z",
  464. "transactionMode": "REQUIRED",
  465. "retryCount": 0,
  466. "synchronous": true,
  467. "incrementalDelay": true,
  468. "maxRetryCount": 5,
  469. "type": "TIMED",
  470. "removeOnSuccess": true,
  471. "executionContext": "DEFAULT",
  472. "persistent": true,
  473. "continueOrError": false,
  474. "group": "scheduleVersionContentCreate",
  475. "maxActive": 5
  476. },
  477. "context": {
  478. "versionCreatedOn": "2018-06-21T18:33:42.372Z",
  479. "processWidgets": true,
  480. "versionInstanceId": "emf:f5d33226-4413-454b-b5a8-6b00c4718b5a-v1.1",
  481. "originalInstanceId": "emf:f5d33226-4413-454b-b5a8-6b00c4718b5a"
  482. },
  483. "action": "scheduleVersionContentCreate",
  484. "status": "RUNNING"
  485. },
  486. {
  487. "identifier": "4b3d06c4-f7ba-4975-b1dd-0c1a095f9f0e",
  488. "configuration": {
  489. "scheduleTime": "2018-06-21T18:33:49.814Z",
  490. "transactionMode": "NOT_SUPPORTED",
  491. "retryCount": 0,
  492. "synchronous": true,
  493. "incrementalDelay": true,
  494. "maxRetryCount": 5,
  495. "type": "TIMED",
  496. "removeOnSuccess": true,
  497. "executionContext": "DEFAULT",
  498. "persistent": true,
  499. "continueOrError": false,
  500. "group": "scheduleViewContentExtraction",
  501. "maxActive": 5
  502. },
  503. "context": {
  504. "instanceId": "emf:f30f02a9-2a8b-418c-8feb-9f3735ff9eae"
  505. },
  506. "action": "scheduleViewContentExtraction",
  507. "status": "RUNNING"
  508. },
  509. {
  510. "identifier": "ea24601d-3d3b-4b10-bde5-fe465e48f4e0",
  511. "configuration": {
  512. "scheduleTime": "2018-06-21T18:33:50.448Z",
  513. "transactionMode": "NOT_SUPPORTED",
  514. "retryCount": 0,
  515. "synchronous": true,
  516. "incrementalDelay": true,
  517. "maxRetryCount": 5,
  518. "type": "TIMED",
  519. "removeOnSuccess": true,
  520. "executionContext": "DEFAULT",
  521. "persistent": true,
  522. "continueOrError": false,
  523. "group": "scheduleViewContentExtraction",
  524. "maxActive": 5
  525. },
  526. "context": {
  527. "instanceId": "emf:f30f02a9-2a8b-418c-8feb-9f3735ff9eae"
  528. },
  529. "action": "scheduleViewContentExtraction",
  530. "status": "RUNNING"
  531. },
  532. {
  533. "identifier": "0f11acff-5c7c-4596-a6a7-d6c9416c1e8f",
  534. "configuration": {
  535. "scheduleTime": "2018-06-21T18:33:55.518Z",
  536. "transactionMode": "REQUIRED",
  537. "retryCount": 0,
  538. "synchronous": true,
  539. "incrementalDelay": true,
  540. "maxRetryCount": 5,
  541. "type": "TIMED",
  542. "removeOnSuccess": true,
  543. "executionContext": "DEFAULT",
  544. "persistent": true,
  545. "continueOrError": false,
  546. "group": "scheduleVersionContentCreate",
  547. "maxActive": 5
  548. },
  549. "context": {
  550. "versionCreatedOn": "2018-06-21T18:33:49.531Z",
  551. "processWidgets": true,
  552. "versionInstanceId": "emf:f30f02a9-2a8b-418c-8feb-9f3735ff9eae-v1.1",
  553. "originalInstanceId": "emf:f30f02a9-2a8b-418c-8feb-9f3735ff9eae"
  554. },
  555. "action": "scheduleVersionContentCreate",
  556. "status": "RUNNING"
  557. },
  558. {
  559. "identifier": "400acb10-7982-44db-b9cd-4b5ad5b2face",
  560. "configuration": {
  561. "scheduleTime": "2018-06-21T18:33:56.972Z",
  562. "transactionMode": "NOT_SUPPORTED",
  563. "retryCount": 0,
  564. "synchronous": true,
  565. "incrementalDelay": true,
  566. "maxRetryCount": 5,
  567. "type": "TIMED",
  568. "removeOnSuccess": true,
  569. "executionContext": "DEFAULT",
  570. "persistent": true,
  571. "continueOrError": false,
  572. "group": "scheduleViewContentExtraction",
  573. "maxActive": 5
  574. },
  575. "context": {
  576. "instanceId": "emf:42e6575e-f9af-44cc-979b-a6841d294d55"
  577. },
  578. "action": "scheduleViewContentExtraction",
  579. "status": "RUNNING"
  580. },
  581. {
  582. "identifier": "cfe7efc1-9c9e-4d62-8efe-62d44850827e",
  583. "configuration": {
  584. "scheduleTime": "2018-06-21T18:34:03.232Z",
  585. "transactionMode": "NOT_SUPPORTED",
  586. "retryCount": 0,
  587. "synchronous": true,
  588. "incrementalDelay": true,
  589. "maxRetryCount": 5,
  590. "type": "TIMED",
  591. "removeOnSuccess": true,
  592. "executionContext": "DEFAULT",
  593. "persistent": true,
  594. "continueOrError": false,
  595. "group": "scheduleViewContentExtraction",
  596. "maxActive": 5
  597. },
  598. "context": {
  599. "instanceId": "emf:4ee966c7-802a-4036-9f07-84c21591e0f7"
  600. },
  601. "action": "scheduleViewContentExtraction",
  602. "status": "RUNNING"
  603. },
  604. {
  605. "identifier": "723e0d4e-5cfb-4eda-9b7c-65eca03e4199",
  606. "configuration": {
  607. "scheduleTime": "2018-06-21T09:09:53.897Z",
  608. "transactionMode": "NOT_SUPPORTED",
  609. "retryCount": 0,
  610. "synchronous": true,
  611. "incrementalDelay": true,
  612. "maxRetryCount": 5,
  613. "type": "TIMED",
  614. "removeOnSuccess": true,
  615. "executionContext": "DEFAULT",
  616. "persistent": true,
  617. "continueOrError": false,
  618. "group": "scheduleViewContentExtraction",
  619. "maxActive": 5
  620. },
  621. "context": {
  622. "instanceId": "emf:a2767c52-ed22-4ab7-ac22-ac52f833365b"
  623. },
  624. "action": "scheduleViewContentExtraction",
  625. "status": "RUNNING"
  626. },
  627. {
  628. "identifier": "90926561-6e86-4322-a60b-670873c0e28c",
  629. "configuration": {
  630. "scheduleTime": "2018-06-21T11:07:59.045Z",
  631. "transactionMode": "REQUIRED",
  632. "retryCount": 0,
  633. "synchronous": true,
  634. "incrementalDelay": true,
  635. "maxRetryCount": 5,
  636. "type": "TIMED",
  637. "removeOnSuccess": true,
  638. "executionContext": "DEFAULT",
  639. "persistent": true,
  640. "continueOrError": false,
  641. "group": "scheduleVersionContentCreate",
  642. "maxActive": 5
  643. },
  644. "context": {
  645. "versionCreatedOn": "2018-06-21T11:07:56.869Z",
  646. "processWidgets": true,
  647. "versionInstanceId": "emf:1cfb6bbf-6715-4df4-874f-3fadf54052dc-v1.2",
  648. "originalInstanceId": "emf:1cfb6bbf-6715-4df4-874f-3fadf54052dc"
  649. },
  650. "action": "scheduleVersionContentCreate",
  651. "status": "RUNNING"
  652. },
  653. {
  654. "identifier": "e6b049d2-ea9b-42e6-891a-741be7ccb160",
  655. "configuration": {
  656. "scheduleTime": "2018-06-21T11:07:59.450Z",
  657. "transactionMode": "REQUIRED",
  658. "retryCount": 0,
  659. "synchronous": true,
  660. "incrementalDelay": true,
  661. "maxRetryCount": 5,
  662. "type": "TIMED",
  663. "removeOnSuccess": true,
  664. "executionContext": "DEFAULT",
  665. "persistent": true,
  666. "continueOrError": false,
  667. "group": "scheduleVersionContentCreate",
  668. "maxActive": 5
  669. },
  670. "context": {
  671. "versionCreatedOn": "2018-06-21T11:07:55.024Z",
  672. "processWidgets": true,
  673. "versionInstanceId": "emf:1cfb6bbf-6715-4df4-874f-3fadf54052dc-v1.1",
  674. "originalInstanceId": "emf:1cfb6bbf-6715-4df4-874f-3fadf54052dc"
  675. },
  676. "action": "scheduleVersionContentCreate",
  677. "status": "RUNNING"
  678. },
  679. {
  680. "identifier": "5c5a5163-4484-43aa-9032-04f7cd90da41",
  681. "configuration": {
  682. "scheduleTime": "2018-06-21T16:20:20.229Z",
  683. "transactionMode": "NOT_SUPPORTED",
  684. "retryCount": 0,
  685. "synchronous": true,
  686. "incrementalDelay": true,
  687. "maxRetryCount": 5,
  688. "type": "TIMED",
  689. "removeOnSuccess": true,
  690. "executionContext": "DEFAULT",
  691. "persistent": true,
  692. "continueOrError": false,
  693. "group": "scheduleViewContentExtraction",
  694. "maxActive": 5
  695. },
  696. "context": {
  697. "instanceId": "emf:4a958c4f-a24b-4676-a2be-1f9674c4b243"
  698. },
  699. "action": "scheduleViewContentExtraction",
  700. "status": "RUNNING"
  701. },
  702. {
  703. "identifier": "89838522-b8f7-42f7-b19c-7f816d047620",
  704. "configuration": {
  705. "scheduleTime": "2018-06-21T09:39:34.308Z",
  706. "transactionMode": "NOT_SUPPORTED",
  707. "retryCount": 0,
  708. "synchronous": true,
  709. "incrementalDelay": true,
  710. "maxRetryCount": 5,
  711. "type": "TIMED",
  712. "removeOnSuccess": true,
  713. "executionContext": "DEFAULT",
  714. "persistent": true,
  715. "continueOrError": false,
  716. "group": "scheduleViewContentExtraction",
  717. "maxActive": 5
  718. },
  719. "context": {
  720. "instanceId": "emf:591fbaba-dc74-4fca-80dc-59ba6d384983"
  721. },
  722. "action": "scheduleViewContentExtraction",
  723. "status": "RUNNING"
  724. },
  725. {
  726. "identifier": "ae9c8fa4-d91e-4854-8bce-d2df0aafcb1b",
  727. "configuration": {
  728. "scheduleTime": "2018-06-21T15:55:46.259Z",
  729. "transactionMode": "NOT_SUPPORTED",
  730. "retryCount": 0,
  731. "synchronous": true,
  732. "incrementalDelay": true,
  733. "maxRetryCount": 5,
  734. "type": "TIMED",
  735. "removeOnSuccess": true,
  736. "executionContext": "DEFAULT",
  737. "persistent": true,
  738. "continueOrError": false,
  739. "group": "scheduleViewContentExtraction",
  740. "maxActive": 5
  741. },
  742. "context": {
  743. "instanceId": "emf:c1244777-60e1-4be6-9354-ce931e6bade7"
  744. },
  745. "action": "scheduleViewContentExtraction",
  746. "status": "RUNNING"
  747. },
  748. {
  749. "identifier": "73430878-4bc1-42e7-8dc2-dd2d8e414a7f",
  750. "configuration": {
  751. "scheduleTime": "2018-06-21T18:33:11.827Z",
  752. "transactionMode": "NOT_SUPPORTED",
  753. "retryCount": 0,
  754. "synchronous": true,
  755. "incrementalDelay": true,
  756. "maxRetryCount": 5,
  757. "type": "TIMED",
  758. "removeOnSuccess": true,
  759. "executionContext": "DEFAULT",
  760. "persistent": true,
  761. "continueOrError": false,
  762. "group": "scheduleViewContentExtraction",
  763. "maxActive": 5
  764. },
  765. "context": {
  766. "instanceId": "emf:a031d80f-04a4-4e99-8c29-a2d46fb3ddc8"
  767. },
  768. "action": "scheduleViewContentExtraction",
  769. "status": "RUNNING"
  770. },
  771. {
  772. "identifier": "109c5434-3686-4d41-b15a-1aad8c0eae52",
  773. "configuration": {
  774. "scheduleTime": "2018-06-21T18:33:13.734Z",
  775. "transactionMode": "NOT_SUPPORTED",
  776. "retryCount": 0,
  777. "synchronous": true,
  778. "incrementalDelay": true,
  779. "maxRetryCount": 5,
  780. "type": "TIMED",
  781. "removeOnSuccess": true,
  782. "executionContext": "DEFAULT",
  783. "persistent": true,
  784. "continueOrError": false,
  785. "group": "scheduleViewContentExtraction",
  786. "maxActive": 5
  787. },
  788. "context": {
  789. "instanceId": "emf:a031d80f-04a4-4e99-8c29-a2d46fb3ddc8"
  790. },
  791. "action": "scheduleViewContentExtraction",
  792. "status": "RUNNING"
  793. },
  794. {
  795. "identifier": "9a11881a-aa34-4384-8121-6c3b3fab4fda",
  796. "configuration": {
  797. "scheduleTime": "2018-06-21T18:33:17.574Z",
  798. "transactionMode": "REQUIRED",
  799. "retryCount": 0,
  800. "synchronous": true,
  801. "incrementalDelay": true,
  802. "maxRetryCount": 5,
  803. "type": "TIMED",
  804. "removeOnSuccess": true,
  805. "executionContext": "DEFAULT",
  806. "persistent": true,
  807. "continueOrError": false,
  808. "group": "scheduleVersionContentCreate",
  809. "maxActive": 5
  810. },
  811. "context": {
  812. "versionCreatedOn": "2018-06-21T18:33:11.519Z",
  813. "processWidgets": true,
  814. "versionInstanceId": "emf:a031d80f-04a4-4e99-8c29-a2d46fb3ddc8-v1.1",
  815. "originalInstanceId": "emf:a031d80f-04a4-4e99-8c29-a2d46fb3ddc8"
  816. },
  817. "action": "scheduleVersionContentCreate",
  818. "status": "RUNNING"
  819. },
  820. {
  821. "identifier": "e3c42e6c-6808-4c18-887d-421cea7bd315",
  822. "configuration": {
  823. "scheduleTime": "2018-06-21T18:33:21.260Z",
  824. "transactionMode": "NOT_SUPPORTED",
  825. "retryCount": 0,
  826. "synchronous": true,
  827. "incrementalDelay": true,
  828. "maxRetryCount": 5,
  829. "type": "TIMED",
  830. "removeOnSuccess": true,
  831. "executionContext": "DEFAULT",
  832. "persistent": true,
  833. "continueOrError": false,
  834. "group": "scheduleViewContentExtraction",
  835. "maxActive": 5
  836. },
  837. "context": {
  838. "instanceId": "emf:3858c87d-0a0d-434e-8c36-4d5978e0e04b"
  839. },
  840. "action": "scheduleViewContentExtraction",
  841. "status": "RUNNING"
  842. },
  843. {
  844. "identifier": "324fbce7-0cd5-489a-b3a4-5040a7e10d79",
  845. "configuration": {
  846. "scheduleTime": "2018-06-21T18:33:27.729Z",
  847. "transactionMode": "NOT_SUPPORTED",
  848. "retryCount": 0,
  849. "synchronous": true,
  850. "incrementalDelay": true,
  851. "maxRetryCount": 5,
  852. "type": "TIMED",
  853. "removeOnSuccess": true,
  854. "executionContext": "DEFAULT",
  855. "persistent": true,
  856. "continueOrError": false,
  857. "group": "scheduleViewContentExtraction",
  858. "maxActive": 5
  859. },
  860. "context": {
  861. "instanceId": "emf:d648ee68-f9fa-4efc-a3ee-0d77908c316f"
  862. },
  863. "action": "scheduleViewContentExtraction",
  864. "status": "RUNNING"
  865. },
  866. {
  867. "identifier": "352d8cdb-8603-4986-9216-f4c10f372d06",
  868. "configuration": {
  869. "scheduleTime": "2018-06-21T18:33:30.092Z",
  870. "transactionMode": "NOT_SUPPORTED",
  871. "retryCount": 0,
  872. "synchronous": true,
  873. "incrementalDelay": true,
  874. "maxRetryCount": 5,
  875. "type": "TIMED",
  876. "removeOnSuccess": true,
  877. "executionContext": "DEFAULT",
  878. "persistent": true,
  879. "continueOrError": false,
  880. "group": "scheduleViewContentExtraction",
  881. "maxActive": 5
  882. },
  883. "context": {
  884. "instanceId": "emf:d648ee68-f9fa-4efc-a3ee-0d77908c316f"
  885. },
  886. "action": "scheduleViewContentExtraction",
  887. "status": "RUNNING"
  888. },
  889. {
  890. "identifier": "49e24a4a-4d80-4c17-9dcf-f4b9a22de63b",
  891. "configuration": {
  892. "scheduleTime": "2018-06-21T18:33:34.794Z",
  893. "transactionMode": "NOT_SUPPORTED",
  894. "retryCount": 0,
  895. "synchronous": true,
  896. "incrementalDelay": true,
  897. "maxRetryCount": 5,
  898. "type": "TIMED",
  899. "removeOnSuccess": true,
  900. "executionContext": "DEFAULT",
  901. "persistent": true,
  902. "continueOrError": false,
  903. "group": "scheduleViewContentExtraction",
  904. "maxActive": 5
  905. },
  906. "context": {
  907. "instanceId": "emf:a3574366-9860-4cf5-b87d-65693a01af58"
  908. },
  909. "action": "scheduleViewContentExtraction",
  910. "status": "RUNNING"
  911. },
  912. {
  913. "identifier": "723d325a-ded5-4c91-aed7-17ab4b7baf92",
  914. "configuration": {
  915. "scheduleTime": "2018-06-21T18:33:48.067Z",
  916. "transactionMode": "REQUIRED",
  917. "retryCount": 0,
  918. "synchronous": true,
  919. "incrementalDelay": true,
  920. "maxRetryCount": 5,
  921. "type": "TIMED",
  922. "removeOnSuccess": true,
  923. "executionContext": "DEFAULT",
  924. "persistent": true,
  925. "continueOrError": false,
  926. "group": "scheduleVersionContentCreate",
  927. "maxActive": 5
  928. },
  929. "context": {
  930. "versionCreatedOn": "2018-06-21T18:33:42.499Z",
  931. "processWidgets": true,
  932. "versionInstanceId": "emf:207f1538-44ab-4a58-a87a-ecd4d070081d-v1.1",
  933. "originalInstanceId": "emf:207f1538-44ab-4a58-a87a-ecd4d070081d"
  934. },
  935. "action": "scheduleVersionContentCreate",
  936. "status": "RUNNING"
  937. },
  938. {
  939. "identifier": "458b37e5-2576-442d-bc99-220f782bf3a2",
  940. "configuration": {
  941. "scheduleTime": "2018-06-21T18:33:53.605Z",
  942. "transactionMode": "REQUIRED",
  943. "retryCount": 0,
  944. "synchronous": true,
  945. "incrementalDelay": true,
  946. "maxRetryCount": 5,
  947. "type": "TIMED",
  948. "removeOnSuccess": true,
  949. "executionContext": "DEFAULT",
  950. "persistent": true,
  951. "continueOrError": false,
  952. "group": "scheduleVersionContentCreate",
  953. "maxActive": 5
  954. },
  955. "context": {
  956. "versionCreatedOn": "2018-06-21T18:33:49.465Z",
  957. "processWidgets": true,
  958. "versionInstanceId": "emf:feb4e79d-5db1-43b0-bccf-e86b2827ad43-v1.1",
  959. "originalInstanceId": "emf:feb4e79d-5db1-43b0-bccf-e86b2827ad43"
  960. },
  961. "action": "scheduleVersionContentCreate",
  962. "status": "RUNNING"
  963. },
  964. {
  965. "identifier": "bdc069e1-ef8e-43e1-b05c-b80974e5376a",
  966. "configuration": {
  967. "scheduleTime": "2018-06-21T18:33:55.572Z",
  968. "transactionMode": "REQUIRED",
  969. "retryCount": 0,
  970. "synchronous": true,
  971. "incrementalDelay": true,
  972. "maxRetryCount": 5,
  973. "type": "TIMED",
  974. "removeOnSuccess": true,
  975. "executionContext": "DEFAULT",
  976. "persistent": true,
  977. "continueOrError": false,
  978. "group": "scheduleVersionContentCreate",
  979. "maxActive": 5
  980. },
  981. "context": {
  982. "versionCreatedOn": "2018-06-21T18:33:49.556Z",
  983. "processWidgets": true,
  984. "versionInstanceId": "emf:b15d7203-0111-488c-9ebc-d43591c72d8a-v1.1",
  985. "originalInstanceId": "emf:b15d7203-0111-488c-9ebc-d43591c72d8a"
  986. },
  987. "action": "scheduleVersionContentCreate",
  988. "status": "RUNNING"
  989. },
  990. {
  991. "identifier": "72713d12-533c-438f-9db1-3409fc3b83d2",
  992. "configuration": {
  993. "scheduleTime": "2018-06-21T18:33:56.954Z",
  994. "transactionMode": "NOT_SUPPORTED",
  995. "retryCount": 0,
  996. "synchronous": true,
  997. "incrementalDelay": true,
  998. "maxRetryCount": 5,
  999. "type": "TIMED",
  1000. "removeOnSuccess": true,
  1001. "executionContext": "DEFAULT",
  1002. "persistent": true,
  1003. "continueOrError": false,
  1004. "group": "scheduleViewContentExtraction",
  1005. "maxActive": 5
  1006. },
  1007. "context": {
  1008. "instanceId": "emf:aa4905cc-c4b3-41bf-804e-cd000e4006e9"
  1009. },
  1010. "action": "scheduleViewContentExtraction",
  1011. "status": "RUNNING"
  1012. },
  1013. {
  1014. "identifier": "85bb4e40-e57e-4064-962d-2bc549224f5b",
  1015. "configuration": {
  1016. "scheduleTime": "2018-06-21T18:33:58.357Z",
  1017. "transactionMode": "NOT_SUPPORTED",
  1018. "retryCount": 0,
  1019. "synchronous": true,
  1020. "incrementalDelay": true,
  1021. "maxRetryCount": 5,
  1022. "type": "TIMED",
  1023. "removeOnSuccess": true,
  1024. "executionContext": "DEFAULT",
  1025. "persistent": true,
  1026. "continueOrError": false,
  1027. "group": "scheduleViewContentExtraction",
  1028. "maxActive": 5
  1029. },
  1030. "context": {
  1031. "instanceId": "emf:aa4905cc-c4b3-41bf-804e-cd000e4006e9"
  1032. },
  1033. "action": "scheduleViewContentExtraction",
  1034. "status": "RUNNING"
  1035. },
  1036. {
  1037. "identifier": "8cd07a9a-290b-4602-b81a-f8e6c8a40859",
  1038. "configuration": {
  1039. "scheduleTime": "2018-06-21T14:07:31.067Z",
  1040. "transactionMode": "REQUIRED",
  1041. "retryCount": 0,
  1042. "synchronous": true,
  1043. "incrementalDelay": true,
  1044. "maxRetryCount": 5,
  1045. "type": "TIMED",
  1046. "removeOnSuccess": true,
  1047. "executionContext": "DEFAULT",
  1048. "persistent": true,
  1049. "continueOrError": false,
  1050. "group": "scheduleVersionContentCreate",
  1051. "maxActive": 5
  1052. },
  1053. "context": {
  1054. "versionCreatedOn": "2018-06-21T14:07:28.829Z",
  1055. "processWidgets": true,
  1056. "versionInstanceId": "emf:45f2d8f7-6123-4375-afe0-f735dcc878fc-v1.2",
  1057. "originalInstanceId": "emf:45f2d8f7-6123-4375-afe0-f735dcc878fc"
  1058. },
  1059. "action": "scheduleVersionContentCreate",
  1060. "status": "RUNNING"
  1061. },
  1062. {
  1063. "identifier": "11f0e5f0-3c3f-4498-86a4-097c8a997a49",
  1064. "configuration": {
  1065. "scheduleTime": "2018-06-21T18:57:45.346Z",
  1066. "transactionMode": "NOT_SUPPORTED",
  1067. "retryCount": 0,
  1068. "synchronous": true,
  1069. "incrementalDelay": true,
  1070. "maxRetryCount": 5,
  1071. "type": "TIMED",
  1072. "removeOnSuccess": true,
  1073. "executionContext": "DEFAULT",
  1074. "persistent": true,
  1075. "continueOrError": false,
  1076. "group": "scheduleViewContentExtraction",
  1077. "maxActive": 5
  1078. },
  1079. "context": {
  1080. "instanceId": "emf:9c05c705-9b4f-48a4-ad34-9e46989d3dbb"
  1081. },
  1082. "action": "scheduleViewContentExtraction",
  1083. "status": "RUNNING"
  1084. },
  1085. {
  1086. "identifier": "b50f47f0-7f51-4c96-aa60-701c486170b3",
  1087. "configuration": {
  1088. "scheduleTime": "2018-06-21T09:41:18.715Z",
  1089. "transactionMode": "NOT_SUPPORTED",
  1090. "retryCount": 0,
  1091. "synchronous": true,
  1092. "incrementalDelay": true,
  1093. "maxRetryCount": 5,
  1094. "type": "TIMED",
  1095. "removeOnSuccess": true,
  1096. "executionContext": "DEFAULT",
  1097. "persistent": true,
  1098. "continueOrError": false,
  1099. "group": "scheduleViewContentExtraction",
  1100. "maxActive": 5
  1101. },
  1102. "context": {
  1103. "instanceId": "emf:1a510912-cca0-4adf-abd2-c589ff26284f"
  1104. },
  1105. "action": "scheduleViewContentExtraction",
  1106. "status": "RUNNING"
  1107. },
  1108. {
  1109. "identifier": "7e2a72d3-3452-4a89-ac34-dc855a9e9de1",
  1110. "configuration": {
  1111. "scheduleTime": "2018-06-21T14:07:21.886Z",
  1112. "transactionMode": "NOT_SUPPORTED",
  1113. "retryCount": 0,
  1114. "synchronous": true,
  1115. "incrementalDelay": true,
  1116. "maxRetryCount": 5,
  1117. "type": "TIMED",
  1118. "removeOnSuccess": true,
  1119. "executionContext": "DEFAULT",
  1120. "persistent": true,
  1121. "continueOrError": false,
  1122. "group": "scheduleViewContentExtraction",
  1123. "maxActive": 5
  1124. },
  1125. "context": {
  1126. "instanceId": "emf:c079b5e4-e720-4ade-bd94-84077eca1cd9"
  1127. },
  1128. "action": "scheduleViewContentExtraction",
  1129. "status": "RUNNING"
  1130. },
  1131. {
  1132. "identifier": "d3679cae-745a-4011-a2bf-4a8d84e07981",
  1133. "configuration": {
  1134. "scheduleTime": "2018-06-21T16:23:01.781Z",
  1135. "transactionMode": "NOT_SUPPORTED",
  1136. "retryCount": 0,
  1137. "synchronous": true,
  1138. "incrementalDelay": true,
  1139. "maxRetryCount": 5,
  1140. "type": "TIMED",
  1141. "removeOnSuccess": true,
  1142. "executionContext": "DEFAULT",
  1143. "persistent": true,
  1144. "continueOrError": false,
  1145. "group": "scheduleViewContentExtraction",
  1146. "maxActive": 5
  1147. },
  1148. "context": {
  1149. "instanceId": "emf:0727716c-2982-4e32-b669-2d40e3b0828d"
  1150. },
  1151. "action": "scheduleViewContentExtraction",
  1152. "status": "RUNNING"
  1153. },
  1154. {
  1155. "identifier": "4ae3cbf0-940c-4a98-94ae-d3c3877bd75a",
  1156. "configuration": {
  1157. "scheduleTime": "2018-06-21T09:39:29.973Z",
  1158. "transactionMode": "NOT_SUPPORTED",
  1159. "retryCount": 0,
  1160. "synchronous": true,
  1161. "incrementalDelay": true,
  1162. "maxRetryCount": 5,
  1163. "type": "TIMED",
  1164. "removeOnSuccess": true,
  1165. "executionContext": "DEFAULT",
  1166. "persistent": true,
  1167. "continueOrError": false,
  1168. "group": "scheduleViewContentExtraction",
  1169. "maxActive": 5
  1170. },
  1171. "context": {
  1172. "instanceId": "emf:9da1dd7c-1f68-492a-96ae-805cba8eac96"
  1173. },
  1174. "action": "scheduleViewContentExtraction",
  1175. "status": "RUNNING"
  1176. },
  1177. {
  1178. "identifier": "3be98bbb-d246-433b-ba70-b84fa250dd0b",
  1179. "configuration": {
  1180. "scheduleTime": "2018-06-21T18:33:17.580Z",
  1181. "transactionMode": "REQUIRED",
  1182. "retryCount": 0,
  1183. "synchronous": true,
  1184. "incrementalDelay": true,
  1185. "maxRetryCount": 5,
  1186. "type": "TIMED",
  1187. "removeOnSuccess": true,
  1188. "executionContext": "DEFAULT",
  1189. "persistent": true,
  1190. "continueOrError": false,
  1191. "group": "scheduleVersionContentCreate",
  1192. "maxActive": 5
  1193. },
  1194. "context": {
  1195. "versionCreatedOn": "2018-06-21T18:33:11.523Z",
  1196. "processWidgets": true,
  1197. "versionInstanceId": "emf:579c6dbd-11a3-4063-9199-a3b0638bd9ea-v1.1",
  1198. "originalInstanceId": "emf:579c6dbd-11a3-4063-9199-a3b0638bd9ea"
  1199. },
  1200. "action": "scheduleVersionContentCreate",
  1201. "status": "RUNNING"
  1202. },
  1203. {
  1204. "identifier": "5541a146-10db-4c86-9d25-a3e99c350e59",
  1205. "configuration": {
  1206. "scheduleTime": "2018-06-21T18:33:22.102Z",
  1207. "transactionMode": "NOT_SUPPORTED",
  1208. "retryCount": 0,
  1209. "synchronous": true,
  1210. "incrementalDelay": true,
  1211. "maxRetryCount": 5,
  1212. "type": "TIMED",
  1213. "removeOnSuccess": true,
  1214. "executionContext": "DEFAULT",
  1215. "persistent": true,
  1216. "continueOrError": false,
  1217. "group": "scheduleViewContentExtraction",
  1218. "maxActive": 5
  1219. },
  1220. "context": {
  1221. "instanceId": "emf:4c7784ea-d6de-44c5-98da-a1a435ca1d69"
  1222. },
  1223. "action": "scheduleViewContentExtraction",
  1224. "status": "RUNNING"
  1225. },
  1226. {
  1227. "identifier": "28698ad9-98a4-4956-8203-6341a811029f",
  1228. "configuration": {
  1229. "scheduleTime": "2018-06-21T18:33:25.696Z",
  1230. "transactionMode": "REQUIRED",
  1231. "retryCount": 0,
  1232. "synchronous": true,
  1233. "incrementalDelay": true,
  1234. "maxRetryCount": 5,
  1235. "type": "TIMED",
  1236. "removeOnSuccess": true,
  1237. "executionContext": "DEFAULT",
  1238. "persistent": true,
  1239. "continueOrError": false,
  1240. "group": "scheduleVersionContentCreate",
  1241. "maxActive": 5
  1242. },
  1243. "context": {
  1244. "versionCreatedOn": "2018-06-21T18:33:19.501Z",
  1245. "processWidgets": true,
  1246. "versionInstanceId": "emf:4c7784ea-d6de-44c5-98da-a1a435ca1d69-v1.1",
  1247. "originalInstanceId": "emf:4c7784ea-d6de-44c5-98da-a1a435ca1d69"
  1248. },
  1249. "action": "scheduleVersionContentCreate",
  1250. "status": "RUNNING"
  1251. },
  1252. {
  1253. "identifier": "6ea32fad-b6d1-4ba3-97ee-786c492edf80",
  1254. "configuration": {
  1255. "scheduleTime": "2018-06-21T15:34:06.266Z",
  1256. "transactionMode": "NOT_SUPPORTED",
  1257. "retryCount": 0,
  1258. "synchronous": true,
  1259. "incrementalDelay": true,
  1260. "maxRetryCount": 5,
  1261. "type": "TIMED",
  1262. "removeOnSuccess": true,
  1263. "executionContext": "DEFAULT",
  1264. "persistent": true,
  1265. "continueOrError": false,
  1266. "group": "scheduleViewContentExtraction",
  1267. "maxActive": 5
  1268. },
  1269. "context": {
  1270. "instanceId": "emf:2b9fedda-923b-43b0-bca7-85bc7c67eb85"
  1271. },
  1272. "action": "scheduleViewContentExtraction",
  1273. "status": "RUNNING"
  1274. },
  1275. {
  1276. "identifier": "b3ae1f7b-3311-470b-ac9b-c1701c9cd546",
  1277. "configuration": {
  1278. "scheduleTime": "2018-06-21T14:07:29.573Z",
  1279. "transactionMode": "NOT_SUPPORTED",
  1280. "retryCount": 0,
  1281. "synchronous": true,
  1282. "incrementalDelay": true,
  1283. "maxRetryCount": 5,
  1284. "type": "TIMED",
  1285. "removeOnSuccess": true,
  1286. "executionContext": "DEFAULT",
  1287. "persistent": true,
  1288. "continueOrError": false,
  1289. "group": "scheduleViewContentExtraction",
  1290. "maxActive": 5
  1291. },
  1292. "context": {
  1293. "instanceId": "emf:45f2d8f7-6123-4375-afe0-f735dcc878fc"
  1294. },
  1295. "action": "scheduleViewContentExtraction",
  1296. "status": "RUNNING"
  1297. },
  1298. {
  1299. "identifier": "80cb9e31-2cf8-4840-85be-1695f80071b4",
  1300. "configuration": {
  1301. "scheduleTime": "2018-06-21T11:07:59.279Z",
  1302. "transactionMode": "NOT_SUPPORTED",
  1303. "retryCount": 0,
  1304. "synchronous": true,
  1305. "incrementalDelay": true,
  1306. "maxRetryCount": 5,
  1307. "type": "TIMED",
  1308. "removeOnSuccess": true,
  1309. "executionContext": "DEFAULT",
  1310. "persistent": true,
  1311. "continueOrError": false,
  1312. "group": "scheduleViewContentExtraction",
  1313. "maxActive": 5
  1314. },
  1315. "context": {
  1316. "instanceId": "emf:f2ad54b1-7c79-4fed-92b5-ea3988c42462"
  1317. },
  1318. "action": "scheduleViewContentExtraction",
  1319. "status": "RUNNING"
  1320. },
  1321. {
  1322. "identifier": "b211364c-17c0-494f-8b78-96ac2b1fabd7",
  1323. "configuration": {
  1324. "scheduleTime": "2018-06-21T11:08:01.078Z",
  1325. "transactionMode": "REQUIRED",
  1326. "retryCount": 0,
  1327. "synchronous": true,
  1328. "incrementalDelay": true,
  1329. "maxRetryCount": 5,
  1330. "type": "TIMED",
  1331. "removeOnSuccess": true,
  1332. "executionContext": "DEFAULT",
  1333. "persistent": true,
  1334. "continueOrError": false,
  1335. "group": "scheduleVersionContentCreate",
  1336. "maxActive": 5
  1337. },
  1338. "context": {
  1339. "versionCreatedOn": "2018-06-21T11:07:59.006Z",
  1340. "processWidgets": true,
  1341. "versionInstanceId": "emf:f2ad54b1-7c79-4fed-92b5-ea3988c42462-v1.2",
  1342. "originalInstanceId": "emf:f2ad54b1-7c79-4fed-92b5-ea3988c42462"
  1343. },
  1344. "action": "scheduleVersionContentCreate",
  1345. "status": "RUNNING"
  1346. },
  1347. {
  1348. "identifier": "ba2ad09e-c61e-45b4-b9c6-ee75d00dba0f",
  1349. "configuration": {
  1350. "scheduleTime": "2018-06-21T09:07:28.537Z",
  1351. "transactionMode": "NOT_SUPPORTED",
  1352. "retryCount": 0,
  1353. "synchronous": true,
  1354. "incrementalDelay": true,
  1355. "maxRetryCount": 5,
  1356. "type": "TIMED",
  1357. "removeOnSuccess": true,
  1358. "executionContext": "DEFAULT",
  1359. "persistent": true,
  1360. "continueOrError": false,
  1361. "group": "scheduleViewContentExtraction",
  1362. "maxActive": 5
  1363. },
  1364. "context": {
  1365. "instanceId": "emf:80809f16-fc7e-4fce-af69-d73297e2beb5"
  1366. },
  1367. "action": "scheduleViewContentExtraction",
  1368. "status": "RUNNING"
  1369. },
  1370. {
  1371. "identifier": "2f400fd0-0853-4c5d-af6f-02f817ab2fc8",
  1372. "configuration": {
  1373. "scheduleTime": "2018-06-21T18:33:30.822Z",
  1374. "transactionMode": "NOT_SUPPORTED",
  1375. "retryCount": 0,
  1376. "synchronous": true,
  1377. "incrementalDelay": true,
  1378. "maxRetryCount": 5,
  1379. "type": "TIMED",
  1380. "removeOnSuccess": true,
  1381. "executionContext": "DEFAULT",
  1382. "persistent": true,
  1383. "continueOrError": false,
  1384. "group": "scheduleViewContentExtraction",
  1385. "maxActive": 5
  1386. },
  1387. "context": {
  1388. "instanceId": "emf:12116afe-f9e0-4a3b-a8e0-e4814b1fbb18"
  1389. },
  1390. "action": "scheduleViewContentExtraction",
  1391. "status": "RUNNING"
  1392. },
  1393. {
  1394. "identifier": "d9bded85-a06e-4956-9c67-b631fe956ac5",
  1395. "configuration": {
  1396. "scheduleTime": "2018-06-21T18:33:34.842Z",
  1397. "transactionMode": "NOT_SUPPORTED",
  1398. "retryCount": 0,
  1399. "synchronous": true,
  1400. "incrementalDelay": true,
  1401. "maxRetryCount": 5,
  1402. "type": "TIMED",
  1403. "removeOnSuccess": true,
  1404. "executionContext": "DEFAULT",
  1405. "persistent": true,
  1406. "continueOrError": false,
  1407. "group": "scheduleViewContentExtraction",
  1408. "maxActive": 5
  1409. },
  1410. "context": {
  1411. "instanceId": "emf:1542cbae-7602-45d0-89d5-a5dc7d3b2734"
  1412. },
  1413. "action": "scheduleViewContentExtraction",
  1414. "status": "RUNNING"
  1415. },
  1416. {
  1417. "identifier": "d8f4dab8-d61a-4f18-bc3c-d745dadee082",
  1418. "configuration": {
  1419. "scheduleTime": "2018-06-21T18:33:36.517Z",
  1420. "transactionMode": "NOT_SUPPORTED",
  1421. "retryCount": 0,
  1422. "synchronous": true,
  1423. "incrementalDelay": true,
  1424. "maxRetryCount": 5,
  1425. "type": "TIMED",
  1426. "removeOnSuccess": true,
  1427. "executionContext": "DEFAULT",
  1428. "persistent": true,
  1429. "continueOrError": false,
  1430. "group": "scheduleViewContentExtraction",
  1431. "maxActive": 5
  1432. },
  1433. "context": {
  1434. "instanceId": "emf:1542cbae-7602-45d0-89d5-a5dc7d3b2734"
  1435. },
  1436. "action": "scheduleViewContentExtraction",
  1437. "status": "RUNNING"
  1438. },
  1439. {
  1440. "identifier": "e182fb4a-bb72-4f4a-a75b-a204e1a6a884",
  1441. "configuration": {
  1442. "scheduleTime": "2018-06-21T18:33:42.796Z",
  1443. "transactionMode": "NOT_SUPPORTED",
  1444. "retryCount": 0,
  1445. "synchronous": true,
  1446. "incrementalDelay": true,
  1447. "maxRetryCount": 5,
  1448. "type": "TIMED",
  1449. "removeOnSuccess": true,
  1450. "executionContext": "DEFAULT",
  1451. "persistent": true,
  1452. "continueOrError": false,
  1453. "group": "scheduleViewContentExtraction",
  1454. "maxActive": 5
  1455. },
  1456. "context": {
  1457. "instanceId": "emf:906b37cc-cf13-41f9-8d1c-0dd42e94b335"
  1458. },
  1459. "action": "scheduleViewContentExtraction",
  1460. "status": "RUNNING"
  1461. },
  1462. {
  1463. "identifier": "1ceac221-e145-4c68-8432-473f704b4d59",
  1464. "configuration": {
  1465. "scheduleTime": "2018-06-21T18:33:44.282Z",
  1466. "transactionMode": "NOT_SUPPORTED",
  1467. "retryCount": 0,
  1468. "synchronous": true,
  1469. "incrementalDelay": true,
  1470. "maxRetryCount": 5,
  1471. "type": "TIMED",
  1472. "removeOnSuccess": true,
  1473. "executionContext": "DEFAULT",
  1474. "persistent": true,
  1475. "continueOrError": false,
  1476. "group": "scheduleViewContentExtraction",
  1477. "maxActive": 5
  1478. },
  1479. "context": {
  1480. "instanceId": "emf:906b37cc-cf13-41f9-8d1c-0dd42e94b335"
  1481. },
  1482. "action": "scheduleViewContentExtraction",
  1483. "status": "RUNNING"
  1484. },
  1485. {
  1486. "identifier": "6a10620b-ae0d-4222-8a3c-b5dd84ebb704",
  1487. "configuration": {
  1488. "scheduleTime": "2018-06-21T18:33:48.142Z",
  1489. "transactionMode": "REQUIRED",
  1490. "retryCount": 0,
  1491. "synchronous": true,
  1492. "incrementalDelay": true,
  1493. "maxRetryCount": 5,
  1494. "type": "TIMED",
  1495. "removeOnSuccess": true,
  1496. "executionContext": "DEFAULT",
  1497. "persistent": true,
  1498. "continueOrError": false,
  1499. "group": "scheduleVersionContentCreate",
  1500. "maxActive": 5
  1501. },
  1502. "context": {
  1503. "versionCreatedOn": "2018-06-21T18:33:42.535Z",
  1504. "processWidgets": true,
  1505. "versionInstanceId": "emf:906b37cc-cf13-41f9-8d1c-0dd42e94b335-v1.1",
  1506. "originalInstanceId": "emf:906b37cc-cf13-41f9-8d1c-0dd42e94b335"
  1507. },
  1508. "action": "scheduleVersionContentCreate",
  1509. "status": "RUNNING"
  1510. },
  1511. {
  1512. "identifier": "cd047f62-d36f-4fe2-b942-4f0028644bcc",
  1513. "configuration": {
  1514. "scheduleTime": "2018-06-21T18:34:09.652Z",
  1515. "transactionMode": "NOT_SUPPORTED",
  1516. "retryCount": 0,
  1517. "synchronous": true,
  1518. "incrementalDelay": true,
  1519. "maxRetryCount": 5,
  1520. "type": "TIMED",
  1521. "removeOnSuccess": true,
  1522. "executionContext": "DEFAULT",
  1523. "persistent": true,
  1524. "continueOrError": false,
  1525. "group": "scheduleViewContentExtraction",
  1526. "maxActive": 5
  1527. },
  1528. "context": {
  1529. "instanceId": "emf:4c9f7ea6-6605-4cd7-b13b-9cba2953face"
  1530. },
  1531. "action": "scheduleViewContentExtraction",
  1532. "status": "RUNNING"
  1533. },
  1534. {
  1535. "identifier": "a6dd3a09-aa97-4536-93db-905999df70ae",
  1536. "configuration": {
  1537. "scheduleTime": "2018-06-21T18:34:10.987Z",
  1538. "transactionMode": "NOT_SUPPORTED",
  1539. "retryCount": 0,
  1540. "synchronous": true,
  1541. "incrementalDelay": true,
  1542. "maxRetryCount": 5,
  1543. "type": "TIMED",
  1544. "removeOnSuccess": true,
  1545. "executionContext": "DEFAULT",
  1546. "persistent": true,
  1547. "continueOrError": false,
  1548. "group": "scheduleViewContentExtraction",
  1549. "maxActive": 5
  1550. },
  1551. "context": {
  1552. "instanceId": "emf:4c9f7ea6-6605-4cd7-b13b-9cba2953face"
  1553. },
  1554. "action": "scheduleViewContentExtraction",
  1555. "status": "RUNNING"
  1556. },
  1557. {
  1558. "identifier": "bc349291-200c-46f2-b4e1-b682d98b892d",
  1559. "configuration": {
  1560. "scheduleTime": "2018-06-21T12:34:41.301Z",
  1561. "transactionMode": "NOT_SUPPORTED",
  1562. "retryCount": 0,
  1563. "synchronous": true,
  1564. "incrementalDelay": true,
  1565. "maxRetryCount": 5,
  1566. "type": "TIMED",
  1567. "removeOnSuccess": true,
  1568. "executionContext": "DEFAULT",
  1569. "persistent": true,
  1570. "continueOrError": false,
  1571. "group": "scheduleViewContentExtraction",
  1572. "maxActive": 5
  1573. },
  1574. "context": {
  1575. "instanceId": "emf:6068324a-ab7f-4ccd-96a0-2d75e9e560f6"
  1576. },
  1577. "action": "scheduleViewContentExtraction",
  1578. "status": "RUNNING"
  1579. },
  1580. {
  1581. "identifier": "e2684798-213a-484d-a883-8fa3d5751d12",
  1582. "configuration": {
  1583. "scheduleTime": "2018-06-21T14:07:27.346Z",
  1584. "transactionMode": "NOT_SUPPORTED",
  1585. "retryCount": 0,
  1586. "synchronous": true,
  1587. "incrementalDelay": true,
  1588. "maxRetryCount": 5,
  1589. "type": "TIMED",
  1590. "removeOnSuccess": true,
  1591. "executionContext": "DEFAULT",
  1592. "persistent": true,
  1593. "continueOrError": false,
  1594. "group": "scheduleViewContentExtraction",
  1595. "maxActive": 5
  1596. },
  1597. "context": {
  1598. "instanceId": "emf:02d1ff60-b5f3-4c29-bdc4-0d2612ec8f3a"
  1599. },
  1600. "action": "scheduleViewContentExtraction",
  1601. "status": "RUNNING"
  1602. },
  1603. {
  1604. "identifier": "ca07c511-4f8b-4ce4-9894-cd61753906ff",
  1605. "configuration": {
  1606. "scheduleTime": "2018-06-21T11:08:01.562Z",
  1607. "transactionMode": "REQUIRED",
  1608. "retryCount": 0,
  1609. "synchronous": true,
  1610. "incrementalDelay": true,
  1611. "maxRetryCount": 5,
  1612. "type": "TIMED",
  1613. "removeOnSuccess": true,
  1614. "executionContext": "DEFAULT",
  1615. "persistent": true,
  1616. "continueOrError": false,
  1617. "group": "scheduleVersionContentCreate",
  1618. "maxActive": 5
  1619. },
  1620. "context": {
  1621. "versionCreatedOn": "2018-06-21T11:07:57.506Z",
  1622. "processWidgets": true,
  1623. "versionInstanceId": "emf:f2ad54b1-7c79-4fed-92b5-ea3988c42462-v1.1",
  1624. "originalInstanceId": "emf:f2ad54b1-7c79-4fed-92b5-ea3988c42462"
  1625. },
  1626. "action": "scheduleVersionContentCreate",
  1627. "status": "RUNNING"
  1628. },
  1629. {
  1630. "identifier": "1c61b4ea-5438-490b-b558-076e00ba322d",
  1631. "configuration": {
  1632. "scheduleTime": "2018-06-21T14:02:22.606Z",
  1633. "transactionMode": "NOT_SUPPORTED",
  1634. "retryCount": 0,
  1635. "synchronous": true,
  1636. "incrementalDelay": true,
  1637. "maxRetryCount": 5,
  1638. "type": "TIMED",
  1639. "removeOnSuccess": true,
  1640. "executionContext": "DEFAULT",
  1641. "persistent": true,
  1642. "continueOrError": false,
  1643. "group": "scheduleViewContentExtraction",
  1644. "maxActive": 5
  1645. },
  1646. "context": {
  1647. "instanceId": "emf:23f29bbb-07b2-4a40-a275-46d7f067b244"
  1648. },
  1649. "action": "scheduleViewContentExtraction",
  1650. "status": "RUNNING"
  1651. },
  1652. {
  1653. "identifier": "a65a1d1d-d71d-4344-a5af-e0e84abdb010",
  1654. "configuration": {
  1655. "scheduleTime": "2018-06-21T14:07:29.655Z",
  1656. "transactionMode": "NOT_SUPPORTED",
  1657. "retryCount": 0,
  1658. "synchronous": true,
  1659. "incrementalDelay": true,
  1660. "maxRetryCount": 5,
  1661. "type": "TIMED",
  1662. "removeOnSuccess": true,
  1663. "executionContext": "DEFAULT",
  1664. "persistent": true,
  1665. "continueOrError": false,
  1666. "group": "scheduleViewContentExtraction",
  1667. "maxActive": 5
  1668. },
  1669. "context": {
  1670. "instanceId": "emf:02d1ff60-b5f3-4c29-bdc4-0d2612ec8f3a"
  1671. },
  1672. "action": "scheduleViewContentExtraction",
  1673. "status": "RUNNING"
  1674. },
  1675. {
  1676. "identifier": "079dfe2b-4485-4b47-b78d-d95da7be40c2",
  1677. "configuration": {
  1678. "scheduleTime": "2018-06-21T14:07:31.073Z",
  1679. "transactionMode": "REQUIRED",
  1680. "retryCount": 0,
  1681. "synchronous": true,
  1682. "incrementalDelay": true,
  1683. "maxRetryCount": 5,
  1684. "type": "TIMED",
  1685. "removeOnSuccess": true,
  1686. "executionContext": "DEFAULT",
  1687. "persistent": true,
  1688. "continueOrError": false,
  1689. "group": "scheduleVersionContentCreate",
  1690. "maxActive": 5
  1691. },
  1692. "context": {
  1693. "versionCreatedOn": "2018-06-21T14:07:28.977Z",
  1694. "processWidgets": true,
  1695. "versionInstanceId": "emf:02d1ff60-b5f3-4c29-bdc4-0d2612ec8f3a-v1.2",
  1696. "originalInstanceId": "emf:02d1ff60-b5f3-4c29-bdc4-0d2612ec8f3a"
  1697. },
  1698. "action": "scheduleVersionContentCreate",
  1699. "status": "RUNNING"
  1700. },
  1701. {
  1702. "identifier": "e870ca85-2d58-4537-a7f9-afe9631373c5",
  1703. "configuration": {
  1704. "scheduleTime": "2018-06-21T15:54:00.065Z",
  1705. "transactionMode": "NOT_SUPPORTED",
  1706. "retryCount": 0,
  1707. "synchronous": true,
  1708. "incrementalDelay": true,
  1709. "maxRetryCount": 5,
  1710. "type": "TIMED",
  1711. "removeOnSuccess": true,
  1712. "executionContext": "DEFAULT",
  1713. "persistent": true,
  1714. "continueOrError": false,
  1715. "group": "scheduleViewContentExtraction",
  1716. "maxActive": 5
  1717. },
  1718. "context": {
  1719. "instanceId": "emf:58a447c1-b119-404f-9550-bed29167a9de"
  1720. },
  1721. "action": "scheduleViewContentExtraction",
  1722. "status": "RUNNING"
  1723. },
  1724. {
  1725. "identifier": "78ab4491-04ef-47e7-9156-c4669eb289d2",
  1726. "configuration": {
  1727. "scheduleTime": "2018-06-21T18:44:36.848Z",
  1728. "transactionMode": "NOT_SUPPORTED",
  1729. "retryCount": 0,
  1730. "synchronous": true,
  1731. "incrementalDelay": true,
  1732. "maxRetryCount": 5,
  1733. "type": "TIMED",
  1734. "removeOnSuccess": true,
  1735. "executionContext": "DEFAULT",
  1736. "persistent": true,
  1737. "continueOrError": false,
  1738. "group": "scheduleViewContentExtraction",
  1739. "maxActive": 5
  1740. },
  1741. "context": {
  1742. "instanceId": "emf:6421fe4c-2a30-4998-95e9-8ea514da4a69"
  1743. },
  1744. "action": "scheduleViewContentExtraction",
  1745. "status": "RUNNING"
  1746. },
  1747. {
  1748. "identifier": "19d364d8-d98e-4fdc-97fb-0ba619c3e0a0",
  1749. "configuration": {
  1750. "scheduleTime": "2018-06-21T17:39:47.212Z",
  1751. "transactionMode": "NOT_SUPPORTED",
  1752. "retryCount": 0,
  1753. "synchronous": true,
  1754. "incrementalDelay": true,
  1755. "maxRetryCount": 5,
  1756. "type": "TIMED",
  1757. "removeOnSuccess": true,
  1758. "executionContext": "DEFAULT",
  1759. "persistent": true,
  1760. "continueOrError": false,
  1761. "group": "scheduleViewContentExtraction",
  1762. "maxActive": 5
  1763. },
  1764. "context": {
  1765. "instanceId": "emf:50e503b4-23bc-47ef-9d15-673235c55541"
  1766. },
  1767. "action": "scheduleViewContentExtraction",
  1768. "status": "RUNNING"
  1769. },
  1770. {
  1771. "identifier": "b304c599-723e-488f-b243-ef93d786ff60",
  1772. "configuration": {
  1773. "scheduleTime": "2018-06-21T14:07:27.365Z",
  1774. "transactionMode": "NOT_SUPPORTED",
  1775. "retryCount": 0,
  1776. "synchronous": true,
  1777. "incrementalDelay": true,
  1778. "maxRetryCount": 5,
  1779. "type": "TIMED",
  1780. "removeOnSuccess": true,
  1781. "executionContext": "DEFAULT",
  1782. "persistent": true,
  1783. "continueOrError": false,
  1784. "group": "scheduleViewContentExtraction",
  1785. "maxActive": 5
  1786. },
  1787. "context": {
  1788. "instanceId": "emf:49d753b5-4965-4eb8-b25c-0fe76711135e"
  1789. },
  1790. "action": "scheduleViewContentExtraction",
  1791. "status": "RUNNING"
  1792. },
  1793. {
  1794. "identifier": "30dcc1a4-2738-4287-ab94-0caa590d2fcf",
  1795. "configuration": {
  1796. "scheduleTime": "2018-06-21T14:07:29.679Z",
  1797. "transactionMode": "NOT_SUPPORTED",
  1798. "retryCount": 0,
  1799. "synchronous": true,
  1800. "incrementalDelay": true,
  1801. "maxRetryCount": 5,
  1802. "type": "TIMED",
  1803. "removeOnSuccess": true,
  1804. "executionContext": "DEFAULT",
  1805. "persistent": true,
  1806. "continueOrError": false,
  1807. "group": "scheduleViewContentExtraction",
  1808. "maxActive": 5
  1809. },
  1810. "context": {
  1811. "instanceId": "emf:49d753b5-4965-4eb8-b25c-0fe76711135e"
  1812. },
  1813. "action": "scheduleViewContentExtraction",
  1814. "status": "RUNNING"
  1815. },
  1816. {
  1817. "identifier": "afcd3850-1c77-45d7-962e-e6e186d64959",
  1818. "configuration": {
  1819. "scheduleTime": "2018-06-21T11:04:11.101Z",
  1820. "transactionMode": "NOT_SUPPORTED",
  1821. "retryCount": 0,
  1822. "synchronous": true,
  1823. "incrementalDelay": true,
  1824. "maxRetryCount": 5,
  1825. "type": "TIMED",
  1826. "removeOnSuccess": true,
  1827. "executionContext": "DEFAULT",
  1828. "persistent": true,
  1829. "continueOrError": false,
  1830. "group": "scheduleViewContentExtraction",
  1831. "maxActive": 5
  1832. },
  1833. "context": {
  1834. "instanceId": "emf:0f6fbda9-fe40-48e9-900a-44da4475d95d"
  1835. },
  1836. "action": "scheduleViewContentExtraction",
  1837. "status": "RUNNING"
  1838. },
  1839. {
  1840. "identifier": "2845009c-7275-489b-bcd4-0aebb1cce465",
  1841. "configuration": {
  1842. "scheduleTime": "2018-06-21T11:07:58.985Z",
  1843. "transactionMode": "REQUIRED",
  1844. "retryCount": 0,
  1845. "synchronous": true,
  1846. "incrementalDelay": true,
  1847. "maxRetryCount": 5,
  1848. "type": "TIMED",
  1849. "removeOnSuccess": true,
  1850. "executionContext": "DEFAULT",
  1851. "persistent": true,
  1852. "continueOrError": false,
  1853. "group": "scheduleVersionContentCreate",
  1854. "maxActive": 5
  1855. },
  1856. "context": {
  1857. "versionCreatedOn": "2018-06-21T11:07:56.601Z",
  1858. "processWidgets": true,
  1859. "versionInstanceId": "emf:92888aa7-81f2-4c72-917b-1e4964ef6b4e-v1.2",
  1860. "originalInstanceId": "emf:92888aa7-81f2-4c72-917b-1e4964ef6b4e"
  1861. },
  1862. "action": "scheduleVersionContentCreate",
  1863. "status": "RUNNING"
  1864. },
  1865. {
  1866. "identifier": "74d7f1e5-e409-481e-997d-5bf7b9494ab0",
  1867. "configuration": {
  1868. "scheduleTime": "2018-06-21T18:34:03.112Z",
  1869. "transactionMode": "NOT_SUPPORTED",
  1870. "retryCount": 0,
  1871. "synchronous": true,
  1872. "incrementalDelay": true,
  1873. "maxRetryCount": 5,
  1874. "type": "TIMED",
  1875. "removeOnSuccess": true,
  1876. "executionContext": "DEFAULT",
  1877. "persistent": true,
  1878. "continueOrError": false,
  1879. "group": "scheduleViewContentExtraction",
  1880. "maxActive": 5
  1881. },
  1882. "context": {
  1883. "instanceId": "emf:20adf01b-9907-4b8d-8882-377dfdd05a3b"
  1884. },
  1885. "action": "scheduleViewContentExtraction",
  1886. "status": "RUNNING"
  1887. },
  1888. {
  1889. "identifier": "7cfdc587-59f9-4b2b-9de0-ea6a1b4a40f5",
  1890. "configuration": {
  1891. "scheduleTime": "2018-06-21T18:34:04.581Z",
  1892. "transactionMode": "NOT_SUPPORTED",
  1893. "retryCount": 0,
  1894. "synchronous": true,
  1895. "incrementalDelay": true,
  1896. "maxRetryCount": 5,
  1897. "type": "TIMED",
  1898. "removeOnSuccess": true,
  1899. "executionContext": "DEFAULT",
  1900. "persistent": true,
  1901. "continueOrError": false,
  1902. "group": "scheduleViewContentExtraction",
  1903. "maxActive": 5
  1904. },
  1905. "context": {
  1906. "instanceId": "emf:20adf01b-9907-4b8d-8882-377dfdd05a3b"
  1907. },
  1908. "action": "scheduleViewContentExtraction",
  1909. "status": "RUNNING"
  1910. },
  1911. {
  1912. "identifier": "86bf7e3b-c488-4a8f-b40c-f81700eb99a1",
  1913. "configuration": {
  1914. "scheduleTime": "2018-06-21T18:34:08.662Z",
  1915. "transactionMode": "REQUIRED",
  1916. "retryCount": 0,
  1917. "synchronous": true,
  1918. "incrementalDelay": true,
  1919. "maxRetryCount": 5,
  1920. "type": "TIMED",
  1921. "removeOnSuccess": true,
  1922. "executionContext": "DEFAULT",
  1923. "persistent": true,
  1924. "continueOrError": false,
  1925. "group": "scheduleVersionContentCreate",
  1926. "maxActive": 5
  1927. },
  1928. "context": {
  1929. "versionCreatedOn": "2018-06-21T18:34:02.845Z",
  1930. "processWidgets": true,
  1931. "versionInstanceId": "emf:20adf01b-9907-4b8d-8882-377dfdd05a3b-v1.1",
  1932. "originalInstanceId": "emf:20adf01b-9907-4b8d-8882-377dfdd05a3b"
  1933. },
  1934. "action": "scheduleVersionContentCreate",
  1935. "status": "RUNNING"
  1936. },
  1937. {
  1938. "identifier": "ed8010d9-6d39-437f-91aa-457f726bb47a",
  1939. "configuration": {
  1940. "scheduleTime": "2018-06-21T17:37:14.426Z",
  1941. "transactionMode": "NOT_SUPPORTED",
  1942. "retryCount": 0,
  1943. "synchronous": true,
  1944. "incrementalDelay": true,
  1945. "maxRetryCount": 5,
  1946. "type": "TIMED",
  1947. "removeOnSuccess": true,
  1948. "executionContext": "DEFAULT",
  1949. "persistent": true,
  1950. "continueOrError": false,
  1951. "group": "scheduleViewContentExtraction",
  1952. "maxActive": 5
  1953. },
  1954. "context": {
  1955. "instanceId": "emf:4235198c-c393-43fc-a9e7-4d1712e89376"
  1956. },
  1957. "action": "scheduleViewContentExtraction",
  1958. "status": "RUNNING"
  1959. },
  1960. {
  1961. "identifier": "0f2751db-7154-4cc2-af1f-3273f7bf67cc",
  1962. "configuration": {
  1963. "scheduleTime": "2018-06-21T15:54:06.050Z",
  1964. "transactionMode": "NOT_SUPPORTED",
  1965. "retryCount": 0,
  1966. "synchronous": true,
  1967. "incrementalDelay": true,
  1968. "maxRetryCount": 5,
  1969. "type": "TIMED",
  1970. "removeOnSuccess": true,
  1971. "executionContext": "DEFAULT",
  1972. "persistent": true,
  1973. "continueOrError": false,
  1974. "group": "scheduleViewContentExtraction",
  1975. "maxActive": 5
  1976. },
  1977. "context": {
  1978. "instanceId": "emf:b1171e12-730c-4df8-89bc-0bee7857c70a"
  1979. },
  1980. "action": "scheduleViewContentExtraction",
  1981. "status": "RUNNING"
  1982. },
  1983. {
  1984. "identifier": "60787766-3bd7-4a75-ac42-1b62e9182f62",
  1985. "configuration": {
  1986. "scheduleTime": "2018-06-21T11:15:12.556Z",
  1987. "transactionMode": "NOT_SUPPORTED",
  1988. "retryCount": 0,
  1989. "synchronous": true,
  1990. "incrementalDelay": true,
  1991. "maxRetryCount": 5,
  1992. "type": "TIMED",
  1993. "removeOnSuccess": true,
  1994. "executionContext": "DEFAULT",
  1995. "persistent": true,
  1996. "continueOrError": false,
  1997. "group": "scheduleViewContentExtraction",
  1998. "maxActive": 5
  1999. },
  2000. "context": {
  2001. "instanceId": "emf:28dd8c02-e41d-43d0-b78f-dc86b0c19daf"
  2002. },
  2003. "action": "scheduleViewContentExtraction",
  2004. "status": "RUNNING"
  2005. },
  2006. {
  2007. "identifier": "d9aefe4a-18df-43e7-ab19-b2caef83c978",
  2008. "configuration": {
  2009. "scheduleTime": "2018-06-21T11:15:17.721Z",
  2010. "transactionMode": "NOT_SUPPORTED",
  2011. "retryCount": 0,
  2012. "synchronous": true,
  2013. "incrementalDelay": true,
  2014. "maxRetryCount": 5,
  2015. "type": "TIMED",
  2016. "removeOnSuccess": true,
  2017. "executionContext": "DEFAULT",
  2018. "persistent": true,
  2019. "continueOrError": false,
  2020. "group": "scheduleViewContentExtraction",
  2021. "maxActive": 5
  2022. },
  2023. "context": {
  2024. "instanceId": "emf:0d9d4e4b-824b-4b5b-924a-af97d660249e"
  2025. },
  2026. "action": "scheduleViewContentExtraction",
  2027. "status": "RUNNING"
  2028. },
  2029. {
  2030. "identifier": "983c04e9-695b-489d-af0f-ad3b5313375b",
  2031. "configuration": {
  2032. "scheduleTime": "2018-06-21T11:04:06.706Z",
  2033. "transactionMode": "NOT_SUPPORTED",
  2034. "retryCount": 0,
  2035. "synchronous": true,
  2036. "incrementalDelay": true,
  2037. "maxRetryCount": 5,
  2038. "type": "TIMED",
  2039. "removeOnSuccess": true,
  2040. "executionContext": "DEFAULT",
  2041. "persistent": true,
  2042. "continueOrError": false,
  2043. "group": "scheduleViewContentExtraction",
  2044. "maxActive": 5
  2045. },
  2046. "context": {
  2047. "instanceId": "emf:97588e15-5163-4a96-be82-cae8826415a4"
  2048. },
  2049. "action": "scheduleViewContentExtraction",
  2050. "status": "RUNNING"
  2051. },
  2052. {
  2053. "identifier": "55d198d7-2566-4f69-875d-d79f4ce68d19",
  2054. "configuration": {
  2055. "scheduleTime": "2018-06-21T11:12:02.112Z",
  2056. "transactionMode": "NOT_SUPPORTED",
  2057. "retryCount": 0,
  2058. "synchronous": true,
  2059. "incrementalDelay": true,
  2060. "maxRetryCount": 5,
  2061. "type": "TIMED",
  2062. "removeOnSuccess": true,
  2063. "executionContext": "DEFAULT",
  2064. "persistent": true,
  2065. "continueOrError": false,
  2066. "group": "scheduleViewContentExtraction",
  2067. "maxActive": 5
  2068. },
  2069. "context": {
  2070. "instanceId": "emf:8cffd1b8-2afc-48ac-826e-6de29151aa63"
  2071. },
  2072. "action": "scheduleViewContentExtraction",
  2073. "status": "RUNNING"
  2074. },
  2075. {
  2076. "identifier": "ab7fecb9-45b7-4764-967a-dc2902d9a78c",
  2077. "configuration": {
  2078. "scheduleTime": "2018-06-21T18:34:21.008Z",
  2079. "transactionMode": "REQUIRED",
  2080. "retryCount": 0,
  2081. "synchronous": true,
  2082. "incrementalDelay": true,
  2083. "maxRetryCount": 5,
  2084. "type": "TIMED",
  2085. "removeOnSuccess": true,
  2086. "executionContext": "DEFAULT",
  2087. "persistent": true,
  2088. "continueOrError": false,
  2089. "group": "scheduleVersionContentCreate",
  2090. "maxActive": 5
  2091. },
  2092. "context": {
  2093. "versionCreatedOn": "2018-06-21T18:34:16.313Z",
  2094. "processWidgets": true,
  2095. "versionInstanceId": "emf:60e1679d-6e99-4580-912c-9f4039d3e17e-v1.1",
  2096. "originalInstanceId": "emf:60e1679d-6e99-4580-912c-9f4039d3e17e"
  2097. },
  2098. "action": "scheduleVersionContentCreate",
  2099. "status": "RUNNING"
  2100. },
  2101. {
  2102. "identifier": "70536d44-517f-41d7-b58e-8465c204793b",
  2103. "configuration": {
  2104. "scheduleTime": "2018-06-21T18:34:22.564Z",
  2105. "transactionMode": "NOT_SUPPORTED",
  2106. "retryCount": 0,
  2107. "synchronous": true,
  2108. "incrementalDelay": true,
  2109. "maxRetryCount": 5,
  2110. "type": "TIMED",
  2111. "removeOnSuccess": true,
  2112. "executionContext": "DEFAULT",
  2113. "persistent": true,
  2114. "continueOrError": false,
  2115. "group": "scheduleViewContentExtraction",
  2116. "maxActive": 5
  2117. },
  2118. "context": {
  2119. "instanceId": "emf:d1fcb68a-1ca6-4e00-9fd7-15375fdc3cfc"
  2120. },
  2121. "action": "scheduleViewContentExtraction",
  2122. "status": "RUNNING"
  2123. },
  2124. {
  2125. "identifier": "01f086c1-85e6-4b83-bdcf-328cb94def36",
  2126. "configuration": {
  2127. "scheduleTime": "2018-06-21T11:11:55.647Z",
  2128. "transactionMode": "NOT_SUPPORTED",
  2129. "retryCount": 0,
  2130. "synchronous": true,
  2131. "incrementalDelay": true,
  2132. "maxRetryCount": 5,
  2133. "type": "TIMED",
  2134. "removeOnSuccess": true,
  2135. "executionContext": "DEFAULT",
  2136. "persistent": true,
  2137. "continueOrError": false,
  2138. "group": "scheduleViewContentExtraction",
  2139. "maxActive": 5
  2140. },
  2141. "context": {
  2142. "instanceId": "emf:b463ac5c-6602-4f6d-bf32-b27d2f9a1bab"
  2143. },
  2144. "action": "scheduleViewContentExtraction",
  2145. "status": "RUNNING"
  2146. },
  2147. {
  2148. "identifier": "350b17be-c279-4757-b7e1-591798da8413",
  2149. "configuration": {
  2150. "scheduleTime": "2018-06-21T09:39:41.648Z",
  2151. "transactionMode": "NOT_SUPPORTED",
  2152. "retryCount": 0,
  2153. "synchronous": true,
  2154. "incrementalDelay": true,
  2155. "maxRetryCount": 5,
  2156. "type": "TIMED",
  2157. "removeOnSuccess": true,
  2158. "executionContext": "DEFAULT",
  2159. "persistent": true,
  2160. "continueOrError": false,
  2161. "group": "scheduleViewContentExtraction",
  2162. "maxActive": 5
  2163. },
  2164. "context": {
  2165. "instanceId": "emf:b436e428-2849-4abd-9cfc-d4302dd9cc9b"
  2166. },
  2167. "action": "scheduleViewContentExtraction",
  2168. "status": "RUNNING"
  2169. },
  2170. {
  2171. "identifier": "a4a98585-38fa-4e15-bfc1-49afa0775c67",
  2172. "configuration": {
  2173. "scheduleTime": "2018-06-21T10:09:28.476Z",
  2174. "transactionMode": "NOT_SUPPORTED",
  2175. "retryCount": 0,
  2176. "synchronous": true,
  2177. "incrementalDelay": true,
  2178. "maxRetryCount": 5,
  2179. "type": "TIMED",
  2180. "removeOnSuccess": true,
  2181. "executionContext": "DEFAULT",
  2182. "persistent": true,
  2183. "continueOrError": false,
  2184. "group": "scheduleViewContentExtraction",
  2185. "maxActive": 5
  2186. },
  2187. "context": {
  2188. "instanceId": "emf:7c750589-825c-40ae-b99f-1b8416b6d146"
  2189. },
  2190. "action": "scheduleViewContentExtraction",
  2191. "status": "RUNNING"
  2192. },
  2193. {
  2194. "identifier": "37112a74-48a8-4c40-8fb0-7934325faec3",
  2195. "configuration": {
  2196. "scheduleTime": "2018-06-21T11:44:29.947Z",
  2197. "transactionMode": "NOT_SUPPORTED",
  2198. "retryCount": 0,
  2199. "synchronous": true,
  2200. "incrementalDelay": true,
  2201. "maxRetryCount": 5,
  2202. "type": "TIMED",
  2203. "removeOnSuccess": true,
  2204. "executionContext": "DEFAULT",
  2205. "persistent": true,
  2206. "continueOrError": false,
  2207. "group": "scheduleViewContentExtraction",
  2208. "maxActive": 5
  2209. },
  2210. "context": {
  2211. "instanceId": "emf:b8b34f93-7f95-440e-935a-2c2b1a55593b"
  2212. },
  2213. "action": "scheduleViewContentExtraction",
  2214. "status": "RUNNING"
  2215. },
  2216. {
  2217. "identifier": "d0bb31bf-168d-4330-8828-5d2839728c71",
  2218. "configuration": {
  2219. "scheduleTime": "2018-06-21T18:34:28.160Z",
  2220. "transactionMode": "REQUIRED",
  2221. "retryCount": 0,
  2222. "synchronous": true,
  2223. "incrementalDelay": true,
  2224. "maxRetryCount": 5,
  2225. "type": "TIMED",
  2226. "removeOnSuccess": true,
  2227. "executionContext": "DEFAULT",
  2228. "persistent": true,
  2229. "continueOrError": false,
  2230. "group": "scheduleVersionContentCreate",
  2231. "maxActive": 5
  2232. },
  2233. "context": {
  2234. "versionCreatedOn": "2018-06-21T18:34:24.470Z",
  2235. "processWidgets": true,
  2236. "versionInstanceId": "emf:6c35effc-095f-4179-af6a-a1022be96f9e-v1.1",
  2237. "originalInstanceId": "emf:6c35effc-095f-4179-af6a-a1022be96f9e"
  2238. },
  2239. "action": "scheduleVersionContentCreate",
  2240. "status": "RUNNING"
  2241. },
  2242. {
  2243. "identifier": "9e50d86c-1ec7-4e2c-b7a1-80e913de5c1a",
  2244. "configuration": {
  2245. "scheduleTime": "2018-06-21T18:34:32.679Z",
  2246. "transactionMode": "NOT_SUPPORTED",
  2247. "retryCount": 0,
  2248. "synchronous": true,
  2249. "incrementalDelay": true,
  2250. "maxRetryCount": 5,
  2251. "type": "TIMED",
  2252. "removeOnSuccess": true,
  2253. "executionContext": "DEFAULT",
  2254. "persistent": true,
  2255. "continueOrError": false,
  2256. "group": "scheduleViewContentExtraction",
  2257. "maxActive": 5
  2258. },
  2259. "context": {
  2260. "instanceId": "emf:f0721226-a61f-454e-9ca4-7376975c0156"
  2261. },
  2262. "action": "scheduleViewContentExtraction",
  2263. "status": "RUNNING"
  2264. },
  2265. {
  2266. "identifier": "6528a516-1e4f-4bc1-908a-6388f67db508",
  2267. "configuration": {
  2268. "scheduleTime": "2018-06-21T11:04:48.001Z",
  2269. "transactionMode": "NOT_SUPPORTED",
  2270. "retryCount": 0,
  2271. "synchronous": true,
  2272. "incrementalDelay": true,
  2273. "maxRetryCount": 5,
  2274. "type": "TIMED",
  2275. "removeOnSuccess": true,
  2276. "executionContext": "DEFAULT",
  2277. "persistent": true,
  2278. "continueOrError": false,
  2279. "group": "scheduleViewContentExtraction",
  2280. "maxActive": 5
  2281. },
  2282. "context": {
  2283. "instanceId": "emf:2dd81cc4-a3dc-4e9b-aad8-84aece958800"
  2284. },
  2285. "action": "scheduleViewContentExtraction",
  2286. "status": "RUNNING"
  2287. },
  2288. {
  2289. "identifier": "10dfa3a1-5a2a-43ae-97c6-f0d715283c72",
  2290. "configuration": {
  2291. "scheduleTime": "2018-06-21T14:14:36.030Z",
  2292. "transactionMode": "NOT_SUPPORTED",
  2293. "retryCount": 0,
  2294. "synchronous": true,
  2295. "incrementalDelay": true,
  2296. "maxRetryCount": 5,
  2297. "type": "TIMED",
  2298. "removeOnSuccess": true,
  2299. "executionContext": "DEFAULT",
  2300. "persistent": true,
  2301. "continueOrError": false,
  2302. "group": "scheduleViewContentExtraction",
  2303. "maxActive": 5
  2304. },
  2305. "context": {
  2306. "instanceId": "emf:c2a00a39-c9ec-4fb6-aebd-653c4197efc6"
  2307. },
  2308. "action": "scheduleViewContentExtraction",
  2309. "status": "RUNNING"
  2310. },
  2311. {
  2312. "identifier": "43aacc68-6ecb-42c4-a8d3-1066b91fdc1b",
  2313. "configuration": {
  2314. "scheduleTime": "2018-06-21T11:04:53.350Z",
  2315. "transactionMode": "NOT_SUPPORTED",
  2316. "retryCount": 0,
  2317. "synchronous": true,
  2318. "incrementalDelay": true,
  2319. "maxRetryCount": 5,
  2320. "type": "TIMED",
  2321. "removeOnSuccess": true,
  2322. "executionContext": "DEFAULT",
  2323. "persistent": true,
  2324. "continueOrError": false,
  2325. "group": "scheduleViewContentExtraction",
  2326. "maxActive": 5
  2327. },
  2328. "context": {
  2329. "instanceId": "emf:9b222d0b-8644-4492-b3ac-992d007c2e56"
  2330. },
  2331. "action": "scheduleViewContentExtraction",
  2332. "status": "RUNNING"
  2333. },
  2334. {
  2335. "identifier": "4d77fd0a-cef2-4c35-9fc1-063c99fb11d2",
  2336. "configuration": {
  2337. "scheduleTime": "2018-06-21T11:04:55.283Z",
  2338. "transactionMode": "NOT_SUPPORTED",
  2339. "retryCount": 0,
  2340. "synchronous": true,
  2341. "incrementalDelay": true,
  2342. "maxRetryCount": 5,
  2343. "type": "TIMED",
  2344. "removeOnSuccess": true,
  2345. "executionContext": "DEFAULT",
  2346. "persistent": true,
  2347. "continueOrError": false,
  2348. "group": "scheduleViewContentExtraction",
  2349. "maxActive": 5
  2350. },
  2351. "context": {
  2352. "instanceId": "emf:9b222d0b-8644-4492-b3ac-992d007c2e56"
  2353. },
  2354. "action": "scheduleViewContentExtraction",
  2355. "status": "RUNNING"
  2356. },
  2357. {
  2358. "identifier": "a2a75859-4354-47ea-bc2e-f50f4917cbb8",
  2359. "configuration": {
  2360. "scheduleTime": "2018-06-21T11:07:59.363Z",
  2361. "transactionMode": "NOT_SUPPORTED",
  2362. "retryCount": 0,
  2363. "synchronous": true,
  2364. "incrementalDelay": true,
  2365. "maxRetryCount": 5,
  2366. "type": "TIMED",
  2367. "removeOnSuccess": true,
  2368. "executionContext": "DEFAULT",
  2369. "persistent": true,
  2370. "continueOrError": false,
  2371. "group": "scheduleViewContentExtraction",
  2372. "maxActive": 5
  2373. },
  2374. "context": {
  2375. "instanceId": "emf:5088e965-4be9-4268-895f-568107e45244"
  2376. },
  2377. "action": "scheduleViewContentExtraction",
  2378. "status": "RUNNING"
  2379. },
  2380. {
  2381. "identifier": "cacd33f5-6c69-4308-9922-9a26898066c1",
  2382. "configuration": {
  2383. "scheduleTime": "2018-06-21T11:08:01.257Z",
  2384. "transactionMode": "NOT_SUPPORTED",
  2385. "retryCount": 0,
  2386. "synchronous": true,
  2387. "incrementalDelay": true,
  2388. "maxRetryCount": 5,
  2389. "type": "TIMED",
  2390. "removeOnSuccess": true,
  2391. "executionContext": "DEFAULT",
  2392. "persistent": true,
  2393. "continueOrError": false,
  2394. "group": "scheduleViewContentExtraction",
  2395. "maxActive": 5
  2396. },
  2397. "context": {
  2398. "instanceId": "emf:5088e965-4be9-4268-895f-568107e45244"
  2399. },
  2400. "action": "scheduleViewContentExtraction",
  2401. "status": "RUNNING"
  2402. },
  2403. {
  2404. "identifier": "a775587d-0ef9-4125-849a-2305f219709f",
  2405. "configuration": {
  2406. "scheduleTime": "2018-06-21T12:16:06.466Z",
  2407. "transactionMode": "NOT_SUPPORTED",
  2408. "retryCount": 0,
  2409. "synchronous": true,
  2410. "incrementalDelay": true,
  2411. "maxRetryCount": 5,
  2412. "type": "TIMED",
  2413. "removeOnSuccess": true,
  2414. "executionContext": "DEFAULT",
  2415. "persistent": true,
  2416. "continueOrError": false,
  2417. "group": "scheduleViewContentExtraction",
  2418. "maxActive": 5
  2419. },
  2420. "context": {
  2421. "instanceId": "emf:f5b766b6-6357-4e66-a66a-4d0e05471c55"
  2422. },
  2423. "action": "scheduleViewContentExtraction",
  2424. "status": "RUNNING"
  2425. },
  2426. {
  2427. "identifier": "67010036-e632-4685-8e0e-5e5e76c8c43d",
  2428. "configuration": {
  2429. "scheduleTime": "2018-06-21T12:29:04.675Z",
  2430. "transactionMode": "NOT_SUPPORTED",
  2431. "retryCount": 0,
  2432. "synchronous": true,
  2433. "incrementalDelay": true,
  2434. "maxRetryCount": 5,
  2435. "type": "TIMED",
  2436. "removeOnSuccess": true,
  2437. "executionContext": "DEFAULT",
  2438. "persistent": true,
  2439. "continueOrError": false,
  2440. "group": "scheduleViewContentExtraction",
  2441. "maxActive": 5
  2442. },
  2443. "context": {
  2444. "instanceId": "emf:bf5950df-aa9a-418a-b617-57f55787a6e0"
  2445. },
  2446. "action": "scheduleViewContentExtraction",
  2447. "status": "RUNNING"
  2448. },
  2449. {
  2450. "identifier": "60bdd421-ad27-4976-aec4-49147e093fc5",
  2451. "configuration": {
  2452. "scheduleTime": "2018-06-21T11:08:00.257Z",
  2453. "transactionMode": "NOT_SUPPORTED",
  2454. "retryCount": 0,
  2455. "synchronous": true,
  2456. "incrementalDelay": true,
  2457. "maxRetryCount": 5,
  2458. "type": "TIMED",
  2459. "removeOnSuccess": true,
  2460. "executionContext": "DEFAULT",
  2461. "persistent": true,
  2462. "continueOrError": false,
  2463. "group": "scheduleViewContentExtraction",
  2464. "maxActive": 5
  2465. },
  2466. "context": {
  2467. "instanceId": "emf:da1276d2-3c18-4558-9b49-e1f781012a4a"
  2468. },
  2469. "action": "scheduleViewContentExtraction",
  2470. "status": "RUNNING"
  2471. },
  2472. {
  2473. "identifier": "cd55c742-1075-47b3-8a2e-85ac4c8e2fac",
  2474. "configuration": {
  2475. "scheduleTime": "2018-06-21T11:08:01.301Z",
  2476. "transactionMode": "NOT_SUPPORTED",
  2477. "retryCount": 0,
  2478. "synchronous": true,
  2479. "incrementalDelay": true,
  2480. "maxRetryCount": 5,
  2481. "type": "TIMED",
  2482. "removeOnSuccess": true,
  2483. "executionContext": "DEFAULT",
  2484. "persistent": true,
  2485. "continueOrError": false,
  2486. "group": "scheduleViewContentExtraction",
  2487. "maxActive": 5
  2488. },
  2489. "context": {
  2490. "instanceId": "emf:da1276d2-3c18-4558-9b49-e1f781012a4a"
  2491. },
  2492. "action": "scheduleViewContentExtraction",
  2493. "status": "RUNNING"
  2494. },
  2495. {
  2496. "identifier": "a95840f0-b7eb-4b2d-af28-6df94473e0d0",
  2497. "configuration": {
  2498. "scheduleTime": "2018-06-21T11:15:11.997Z",
  2499. "transactionMode": "NOT_SUPPORTED",
  2500. "retryCount": 0,
  2501. "synchronous": true,
  2502. "incrementalDelay": true,
  2503. "maxRetryCount": 5,
  2504. "type": "TIMED",
  2505. "removeOnSuccess": true,
  2506. "executionContext": "DEFAULT",
  2507. "persistent": true,
  2508. "continueOrError": false,
  2509. "group": "scheduleViewContentExtraction",
  2510. "maxActive": 5
  2511. },
  2512. "context": {
  2513. "instanceId": "emf:69d36927-5e6d-4a69-b6f2-fc07779021b6"
  2514. },
  2515. "action": "scheduleViewContentExtraction",
  2516. "status": "RUNNING"
  2517. },
  2518. {
  2519. "identifier": "f5b6adc9-725e-4f7e-9786-681bfb618ff5",
  2520. "configuration": {
  2521. "scheduleTime": "2018-06-21T18:34:48.853Z",
  2522. "transactionMode": "NOT_SUPPORTED",
  2523. "retryCount": 0,
  2524. "synchronous": true,
  2525. "incrementalDelay": true,
  2526. "maxRetryCount": 5,
  2527. "type": "TIMED",
  2528. "removeOnSuccess": true,
  2529. "executionContext": "DEFAULT",
  2530. "persistent": true,
  2531. "continueOrError": false,
  2532. "group": "scheduleViewContentExtraction",
  2533. "maxActive": 5
  2534. },
  2535. "context": {
  2536. "instanceId": "emf:3237d005-32c2-4d5a-8d4a-929d4d203462"
  2537. },
  2538. "action": "scheduleViewContentExtraction",
  2539. "status": "RUNNING"
  2540. },
  2541. {
  2542. "identifier": "97f75902-0a95-4993-8c79-5f77a67fd9c5",
  2543. "configuration": {
  2544. "scheduleTime": "2018-06-21T18:34:52.346Z",
  2545. "transactionMode": "REQUIRED",
  2546. "retryCount": 0,
  2547. "synchronous": true,
  2548. "incrementalDelay": true,
  2549. "maxRetryCount": 5,
  2550. "type": "TIMED",
  2551. "removeOnSuccess": true,
  2552. "executionContext": "DEFAULT",
  2553. "persistent": true,
  2554. "continueOrError": false,
  2555. "group": "scheduleVersionContentCreate",
  2556. "maxActive": 5
  2557. },
  2558. "context": {
  2559. "versionCreatedOn": "2018-06-21T18:34:47.196Z",
  2560. "processWidgets": true,
  2561. "versionInstanceId": "emf:3237d005-32c2-4d5a-8d4a-929d4d203462-v1.1",
  2562. "originalInstanceId": "emf:3237d005-32c2-4d5a-8d4a-929d4d203462"
  2563. },
  2564. "action": "scheduleVersionContentCreate",
  2565. "status": "RUNNING"
  2566. },
  2567. {
  2568. "identifier": "d26152dd-9e2a-4fbd-b0d2-269ac5dbf094",
  2569. "configuration": {
  2570. "scheduleTime": "2018-06-21T08:39:56.337Z",
  2571. "transactionMode": "NOT_SUPPORTED",
  2572. "retryCount": 0,
  2573. "synchronous": true,
  2574. "incrementalDelay": true,
  2575. "maxRetryCount": 5,
  2576. "type": "TIMED",
  2577. "removeOnSuccess": true,
  2578. "executionContext": "DEFAULT",
  2579. "persistent": true,
  2580. "continueOrError": false,
  2581. "group": "scheduleViewContentExtraction",
  2582. "maxActive": 5
  2583. },
  2584. "context": {
  2585. "instanceId": "emf:93ea158c-5d58-4d2e-bd43-de1a8384b2d2"
  2586. },
  2587. "action": "scheduleViewContentExtraction",
  2588. "status": "RUNNING"
  2589. },
  2590. {
  2591. "identifier": "7df8bd25-e007-4354-b7c8-fb6b8795e823",
  2592. "configuration": {
  2593. "scheduleTime": "2018-06-21T17:37:27.583Z",
  2594. "transactionMode": "NOT_SUPPORTED",
  2595. "retryCount": 0,
  2596. "synchronous": true,
  2597. "incrementalDelay": true,
  2598. "maxRetryCount": 5,
  2599. "type": "TIMED",
  2600. "removeOnSuccess": true,
  2601. "executionContext": "DEFAULT",
  2602. "persistent": true,
  2603. "continueOrError": false,
  2604. "group": "scheduleViewContentExtraction",
  2605. "maxActive": 5
  2606. },
  2607. "context": {
  2608. "instanceId": "emf:a7a9b8de-f9f1-4f2e-bd29-4eca625e814f"
  2609. },
  2610. "action": "scheduleViewContentExtraction",
  2611. "status": "RUNNING"
  2612. },
  2613. {
  2614. "identifier": "c86c96b1-a107-40c9-b785-88e52f8be3f8",
  2615. "configuration": {
  2616. "scheduleTime": "2018-06-21T17:37:28.833Z",
  2617. "transactionMode": "NOT_SUPPORTED",
  2618. "retryCount": 0,
  2619. "synchronous": true,
  2620. "incrementalDelay": true,
  2621. "maxRetryCount": 5,
  2622. "type": "TIMED",
  2623. "removeOnSuccess": true,
  2624. "executionContext": "DEFAULT",
  2625. "persistent": true,
  2626. "continueOrError": false,
  2627. "group": "scheduleViewContentExtraction",
  2628. "maxActive": 5
  2629. },
  2630. "context": {
  2631. "instanceId": "emf:a7a9b8de-f9f1-4f2e-bd29-4eca625e814f"
  2632. },
  2633. "action": "scheduleViewContentExtraction",
  2634. "status": "RUNNING"
  2635. },
  2636. {
  2637. "identifier": "d26694a2-fce3-426e-87e2-e1f95cdd03ad",
  2638. "configuration": {
  2639. "scheduleTime": "2018-06-21T11:07:59.359Z",
  2640. "transactionMode": "NOT_SUPPORTED",
  2641. "retryCount": 0,
  2642. "synchronous": true,
  2643. "incrementalDelay": true,
  2644. "maxRetryCount": 5,
  2645. "type": "TIMED",
  2646. "removeOnSuccess": true,
  2647. "executionContext": "DEFAULT",
  2648. "persistent": true,
  2649. "continueOrError": false,
  2650. "group": "scheduleViewContentExtraction",
  2651. "maxActive": 5
  2652. },
  2653. "context": {
  2654. "instanceId": "emf:37c37547-5df6-493a-a4d5-16338ef483ef"
  2655. },
  2656. "action": "scheduleViewContentExtraction",
  2657. "status": "RUNNING"
  2658. },
  2659. {
  2660. "identifier": "c12a288f-31bb-43cd-8fd3-f2a69d076aa5",
  2661. "configuration": {
  2662. "scheduleTime": "2018-06-21T11:08:01.273Z",
  2663. "transactionMode": "NOT_SUPPORTED",
  2664. "retryCount": 0,
  2665. "synchronous": true,
  2666. "incrementalDelay": true,
  2667. "maxRetryCount": 5,
  2668. "type": "TIMED",
  2669. "removeOnSuccess": true,
  2670. "executionContext": "DEFAULT",
  2671. "persistent": true,
  2672. "continueOrError": false,
  2673. "group": "scheduleViewContentExtraction",
  2674. "maxActive": 5
  2675. },
  2676. "context": {
  2677. "instanceId": "emf:37c37547-5df6-493a-a4d5-16338ef483ef"
  2678. },
  2679. "action": "scheduleViewContentExtraction",
  2680. "status": "RUNNING"
  2681. },
  2682. {
  2683. "identifier": "e480aa7d-2a91-40d9-8be5-77633da554af",
  2684. "configuration": {
  2685. "scheduleTime": "2018-06-21T08:40:08.869Z",
  2686. "transactionMode": "NOT_SUPPORTED",
  2687. "retryCount": 0,
  2688. "synchronous": true,
  2689. "incrementalDelay": true,
  2690. "maxRetryCount": 5,
  2691. "type": "TIMED",
  2692. "removeOnSuccess": true,
  2693. "executionContext": "DEFAULT",
  2694. "persistent": true,
  2695. "continueOrError": false,
  2696. "group": "scheduleViewContentExtraction",
  2697. "maxActive": 5
  2698. },
  2699. "context": {
  2700. "instanceId": "emf:d601a6d3-e030-4d31-99fd-48c6393593fb"
  2701. },
  2702. "action": "scheduleViewContentExtraction",
  2703. "status": "RUNNING"
  2704. },
  2705. {
  2706. "identifier": "23685076-475e-45ad-8753-b4eee54ae250",
  2707. "configuration": {
  2708. "scheduleTime": "2018-06-21T14:45:13.685Z",
  2709. "transactionMode": "NOT_SUPPORTED",
  2710. "retryCount": 0,
  2711. "synchronous": true,
  2712. "incrementalDelay": true,
  2713. "maxRetryCount": 5,
  2714. "type": "TIMED",
  2715. "removeOnSuccess": true,
  2716. "executionContext": "DEFAULT",
  2717. "persistent": true,
  2718. "continueOrError": false,
  2719. "group": "scheduleViewContentExtraction",
  2720. "maxActive": 5
  2721. },
  2722. "context": {
  2723. "instanceId": "emf:e31bc84a-748a-46c7-990f-9236b6685fdc"
  2724. },
  2725. "action": "scheduleViewContentExtraction",
  2726. "status": "RUNNING"
  2727. },
  2728. {
  2729. "identifier": "6762cba3-a323-4df8-a72b-29a96de69cd9",
  2730. "configuration": {
  2731. "scheduleTime": "2018-06-21T12:29:02.419Z",
  2732. "transactionMode": "NOT_SUPPORTED",
  2733. "retryCount": 0,
  2734. "synchronous": true,
  2735. "incrementalDelay": true,
  2736. "maxRetryCount": 5,
  2737. "type": "TIMED",
  2738. "removeOnSuccess": true,
  2739. "executionContext": "DEFAULT",
  2740. "persistent": true,
  2741. "continueOrError": false,
  2742. "group": "scheduleViewContentExtraction",
  2743. "maxActive": 5
  2744. },
  2745. "context": {
  2746. "instanceId": "emf:36135634-f014-4f42-ad60-03c5c3f48bd2"
  2747. },
  2748. "action": "scheduleViewContentExtraction",
  2749. "status": "RUNNING"
  2750. },
  2751. {
  2752. "identifier": "b778b741-2d01-402d-b2c6-a7b66bf32389",
  2753. "configuration": {
  2754. "scheduleTime": "2018-06-21T14:45:01.389Z",
  2755. "transactionMode": "NOT_SUPPORTED",
  2756. "retryCount": 0,
  2757. "synchronous": true,
  2758. "incrementalDelay": true,
  2759. "maxRetryCount": 5,
  2760. "type": "TIMED",
  2761. "removeOnSuccess": true,
  2762. "executionContext": "DEFAULT",
  2763. "persistent": true,
  2764. "continueOrError": false,
  2765. "group": "scheduleViewContentExtraction",
  2766. "maxActive": 5
  2767. },
  2768. "context": {
  2769. "instanceId": "emf:5c79ee19-7734-4fba-80d1-fa3bebcdc4ad"
  2770. },
  2771. "action": "scheduleViewContentExtraction",
  2772. "status": "RUNNING"
  2773. },
  2774. {
  2775. "identifier": "da6f3b3d-7ae1-414a-ad08-4ddf0c061c14",
  2776. "configuration": {
  2777. "scheduleTime": "2018-06-21T18:35:45.787Z",
  2778. "transactionMode": "REQUIRED",
  2779. "retryCount": 0,
  2780. "synchronous": true,
  2781. "incrementalDelay": true,
  2782. "maxRetryCount": 5,
  2783. "type": "TIMED",
  2784. "removeOnSuccess": true,
  2785. "executionContext": "DEFAULT",
  2786. "persistent": true,
  2787. "continueOrError": false,
  2788. "group": "scheduleVersionContentCreate",
  2789. "maxActive": 5
  2790. },
  2791. "context": {
  2792. "versionCreatedOn": "2018-06-21T18:35:40.697Z",
  2793. "processWidgets": true,
  2794. "versionInstanceId": "emf:dbc428ba-f6cb-40dc-bbca-3f13efa167bf-v1.1",
  2795. "originalInstanceId": "emf:dbc428ba-f6cb-40dc-bbca-3f13efa167bf"
  2796. },
  2797. "action": "scheduleVersionContentCreate",
  2798. "status": "RUNNING"
  2799. },
  2800. {
  2801. "identifier": "f50b9196-7f6b-4657-885c-ee526c955c00",
  2802. "configuration": {
  2803. "scheduleTime": "2018-06-21T14:47:07.737Z",
  2804. "transactionMode": "NOT_SUPPORTED",
  2805. "retryCount": 0,
  2806. "synchronous": true,
  2807. "incrementalDelay": true,
  2808. "maxRetryCount": 5,
  2809. "type": "TIMED",
  2810. "removeOnSuccess": true,
  2811. "executionContext": "DEFAULT",
  2812. "persistent": true,
  2813. "continueOrError": false,
  2814. "group": "scheduleViewContentExtraction",
  2815. "maxActive": 5
  2816. },
  2817. "context": {
  2818. "instanceId": "emf:92677330-e60b-4cc3-8bdd-90c0cd39beae"
  2819. },
  2820. "action": "scheduleViewContentExtraction",
  2821. "status": "RUNNING"
  2822. },
  2823. {
  2824. "identifier": "d3c97bec-0354-473e-b18d-e17b99f7d88e",
  2825. "configuration": {
  2826. "scheduleTime": "2018-06-21T11:07:59.135Z",
  2827. "transactionMode": "REQUIRED",
  2828. "retryCount": 0,
  2829. "synchronous": true,
  2830. "incrementalDelay": true,
  2831. "maxRetryCount": 5,
  2832. "type": "TIMED",
  2833. "removeOnSuccess": true,
  2834. "executionContext": "DEFAULT",
  2835. "persistent": true,
  2836. "continueOrError": false,
  2837. "group": "scheduleVersionContentCreate",
  2838. "maxActive": 5
  2839. },
  2840. "context": {
  2841. "versionCreatedOn": "2018-06-21T11:07:54.982Z",
  2842. "processWidgets": true,
  2843. "versionInstanceId": "emf:92888aa7-81f2-4c72-917b-1e4964ef6b4e-v1.1",
  2844. "originalInstanceId": "emf:92888aa7-81f2-4c72-917b-1e4964ef6b4e"
  2845. },
  2846. "action": "scheduleVersionContentCreate",
  2847. "status": "RUNNING"
  2848. },
  2849. {
  2850. "identifier": "07d44fbe-dd89-4c58-b4bf-6f059d41fcd2",
  2851. "configuration": {
  2852. "scheduleTime": "2018-06-21T11:12:02.745Z",
  2853. "transactionMode": "NOT_SUPPORTED",
  2854. "retryCount": 0,
  2855. "synchronous": true,
  2856. "incrementalDelay": true,
  2857. "maxRetryCount": 5,
  2858. "type": "TIMED",
  2859. "removeOnSuccess": true,
  2860. "executionContext": "DEFAULT",
  2861. "persistent": true,
  2862. "continueOrError": false,
  2863. "group": "scheduleViewContentExtraction",
  2864. "maxActive": 5
  2865. },
  2866. "context": {
  2867. "instanceId": "emf:918db5bb-1a7d-4ed1-925c-5e447ad2658f"
  2868. },
  2869. "action": "scheduleViewContentExtraction",
  2870. "status": "RUNNING"
  2871. },
  2872. {
  2873. "identifier": "3c119276-23ab-40bf-ab8e-b96a86e3ace9",
  2874. "configuration": {
  2875. "scheduleTime": "2018-06-21T12:30:10.096Z",
  2876. "transactionMode": "NOT_SUPPORTED",
  2877. "retryCount": 0,
  2878. "synchronous": true,
  2879. "incrementalDelay": true,
  2880. "maxRetryCount": 5,
  2881. "type": "TIMED",
  2882. "removeOnSuccess": true,
  2883. "executionContext": "DEFAULT",
  2884. "persistent": true,
  2885. "continueOrError": false,
  2886. "group": "scheduleViewContentExtraction",
  2887. "maxActive": 5
  2888. },
  2889. "context": {
  2890. "instanceId": "emf:50f04034-0376-4fbb-ab06-31962d58cdcc"
  2891. },
  2892. "action": "scheduleViewContentExtraction",
  2893. "status": "RUNNING"
  2894. },
  2895. {
  2896. "identifier": "e5ffa69f-4048-4b8c-8e1f-f516defba447",
  2897. "configuration": {
  2898. "scheduleTime": "2018-06-21T11:12:47.505Z",
  2899. "transactionMode": "NOT_SUPPORTED",
  2900. "retryCount": 0,
  2901. "synchronous": true,
  2902. "incrementalDelay": true,
  2903. "maxRetryCount": 5,
  2904. "type": "TIMED",
  2905. "removeOnSuccess": true,
  2906. "executionContext": "DEFAULT",
  2907. "persistent": true,
  2908. "continueOrError": false,
  2909. "group": "scheduleViewContentExtraction",
  2910. "maxActive": 5
  2911. },
  2912. "context": {
  2913. "instanceId": "emf:5a9575e2-e952-4d86-b43b-408c3229388c"
  2914. },
  2915. "action": "scheduleViewContentExtraction",
  2916. "status": "RUNNING"
  2917. },
  2918. {
  2919. "identifier": "9c808c53-78e9-434a-81ff-a8f3b09b5bf1",
  2920. "configuration": {
  2921. "scheduleTime": "2018-06-21T16:29:38.325Z",
  2922. "transactionMode": "REQUIRED",
  2923. "retryCount": 0,
  2924. "synchronous": true,
  2925. "incrementalDelay": true,
  2926. "maxRetryCount": 5,
  2927. "type": "TIMED",
  2928. "removeOnSuccess": true,
  2929. "executionContext": "DEFAULT",
  2930. "persistent": true,
  2931. "continueOrError": false,
  2932. "group": "scheduleVersionContentCreate",
  2933. "maxActive": 5
  2934. },
  2935. "context": {
  2936. "versionCreatedOn": "2018-06-21T16:29:36.191Z",
  2937. "processWidgets": true,
  2938. "versionInstanceId": "emf:f2308e73-e0b4-461f-9484-a5ed1111b3dd-v1.2",
  2939. "originalInstanceId": "emf:f2308e73-e0b4-461f-9484-a5ed1111b3dd"
  2940. },
  2941. "action": "scheduleVersionContentCreate",
  2942. "status": "RUNNING"
  2943. },
  2944. {
  2945. "identifier": "6b781572-e473-4568-aca0-616b76c2e456",
  2946. "configuration": {
  2947. "scheduleTime": "2018-06-21T18:35:45.040Z",
  2948. "transactionMode": "NOT_SUPPORTED",
  2949. "retryCount": 0,
  2950. "synchronous": true,
  2951. "incrementalDelay": true,
  2952. "maxRetryCount": 5,
  2953. "type": "TIMED",
  2954. "removeOnSuccess": true,
  2955. "executionContext": "DEFAULT",
  2956. "persistent": true,
  2957. "continueOrError": false,
  2958. "group": "scheduleViewContentExtraction",
  2959. "maxActive": 5
  2960. },
  2961. "context": {
  2962. "instanceId": "emf:2d8da779-428b-47c3-b845-d3a9711fca33"
  2963. },
  2964. "action": "scheduleViewContentExtraction",
  2965. "status": "RUNNING"
  2966. },
  2967. {
  2968. "identifier": "0e000ce7-d5af-491d-becc-45a3f4cede7a",
  2969. "configuration": {
  2970. "scheduleTime": "2018-06-21T18:35:47.328Z",
  2971. "transactionMode": "NOT_SUPPORTED",
  2972. "retryCount": 0,
  2973. "synchronous": true,
  2974. "incrementalDelay": true,
  2975. "maxRetryCount": 5,
  2976. "type": "TIMED",
  2977. "removeOnSuccess": true,
  2978. "executionContext": "DEFAULT",
  2979. "persistent": true,
  2980. "continueOrError": false,
  2981. "group": "scheduleViewContentExtraction",
  2982. "maxActive": 5
  2983. },
  2984. "context": {
  2985. "instanceId": "emf:2d8da779-428b-47c3-b845-d3a9711fca33"
  2986. },
  2987. "action": "scheduleViewContentExtraction",
  2988. "status": "RUNNING"
  2989. },
  2990. {
  2991. "identifier": "423d0ef1-f67e-4ded-b748-1d14ffafea2c",
  2992. "configuration": {
  2993. "scheduleTime": "2018-06-21T18:35:46.693Z",
  2994. "transactionMode": "REQUIRED",
  2995. "retryCount": 0,
  2996. "synchronous": true,
  2997. "incrementalDelay": true,
  2998. "maxRetryCount": 5,
  2999. "type": "TIMED",
  3000. "removeOnSuccess": true,
  3001. "executionContext": "DEFAULT",
  3002. "persistent": true,
  3003. "continueOrError": false,
  3004. "group": "scheduleVersionContentCreate",
  3005. "maxActive": 5
  3006. },
  3007. "context": {
  3008. "versionCreatedOn": "2018-06-21T18:35:40.579Z",
  3009. "processWidgets": true,
  3010. "versionInstanceId": "emf:51d23db0-ad9e-49f1-8743-a811506980f8-v1.1",
  3011. "originalInstanceId": "emf:51d23db0-ad9e-49f1-8743-a811506980f8"
  3012. },
  3013. "action": "scheduleVersionContentCreate",
  3014. "status": "RUNNING"
  3015. },
  3016. {
  3017. "identifier": "91591887-79f6-4a8e-b44a-2bcabe83e1b9",
  3018. "configuration": {
  3019. "scheduleTime": "2018-06-21T09:08:09.682Z",
  3020. "transactionMode": "NOT_SUPPORTED",
  3021. "retryCount": 0,
  3022. "synchronous": true,
  3023. "incrementalDelay": true,
  3024. "maxRetryCount": 5,
  3025. "type": "TIMED",
  3026. "removeOnSuccess": true,
  3027. "executionContext": "DEFAULT",
  3028. "persistent": true,
  3029. "continueOrError": false,
  3030. "group": "scheduleViewContentExtraction",
  3031. "maxActive": 5
  3032. },
  3033. "context": {
  3034. "instanceId": "emf:e222f4fd-c3d3-4abd-b32d-a125d703b7d0"
  3035. },
  3036. "action": "scheduleViewContentExtraction",
  3037. "status": "RUNNING"
  3038. },
  3039. {
  3040. "identifier": "0aa2af2a-c54a-4672-b223-05b9de311034",
  3041. "configuration": {
  3042. "scheduleTime": "2018-06-21T18:35:42.621Z",
  3043. "transactionMode": "NOT_SUPPORTED",
  3044. "retryCount": 0,
  3045. "synchronous": true,
  3046. "incrementalDelay": true,
  3047. "maxRetryCount": 5,
  3048. "type": "TIMED",
  3049. "removeOnSuccess": true,
  3050. "executionContext": "DEFAULT",
  3051. "persistent": true,
  3052. "continueOrError": false,
  3053. "group": "scheduleViewContentExtraction",
  3054. "maxActive": 5
  3055. },
  3056. "context": {
  3057. "instanceId": "emf:377f55d6-0b0e-451d-91fa-a08da548d01e"
  3058. },
  3059. "action": "scheduleViewContentExtraction",
  3060. "status": "RUNNING"
  3061. },
  3062. {
  3063. "identifier": "0f255a43-725c-4b6a-bd3f-549aacd95b04",
  3064. "configuration": {
  3065. "scheduleTime": "2018-06-21T18:35:44.712Z",
  3066. "transactionMode": "REQUIRED",
  3067. "retryCount": 0,
  3068. "synchronous": true,
  3069. "incrementalDelay": true,
  3070. "maxRetryCount": 5,
  3071. "type": "TIMED",
  3072. "removeOnSuccess": true,
  3073. "executionContext": "DEFAULT",
  3074. "persistent": true,
  3075. "continueOrError": false,
  3076. "group": "scheduleVersionContentCreate",
  3077. "maxActive": 5
  3078. },
  3079. "context": {
  3080. "versionCreatedOn": "2018-06-21T18:35:41.857Z",
  3081. "processWidgets": true,
  3082. "versionInstanceId": "emf:377f55d6-0b0e-451d-91fa-a08da548d01e-v1.2",
  3083. "originalInstanceId": "emf:377f55d6-0b0e-451d-91fa-a08da548d01e"
  3084. },
  3085. "action": "scheduleVersionContentCreate",
  3086. "status": "RUNNING"
  3087. },
  3088. {
  3089. "identifier": "f85c303d-3363-4a6a-94d7-614674f1c762",
  3090. "configuration": {
  3091. "scheduleTime": "2018-06-21T18:35:46.699Z",
  3092. "transactionMode": "REQUIRED",
  3093. "retryCount": 0,
  3094. "synchronous": true,
  3095. "incrementalDelay": true,
  3096. "maxRetryCount": 5,
  3097. "type": "TIMED",
  3098. "removeOnSuccess": true,
  3099. "executionContext": "DEFAULT",
  3100. "persistent": true,
  3101. "continueOrError": false,
  3102. "group": "scheduleVersionContentCreate",
  3103. "maxActive": 5
  3104. },
  3105. "context": {
  3106. "versionCreatedOn": "2018-06-21T18:35:40.708Z",
  3107. "processWidgets": true,
  3108. "versionInstanceId": "emf:377f55d6-0b0e-451d-91fa-a08da548d01e-v1.1",
  3109. "originalInstanceId": "emf:377f55d6-0b0e-451d-91fa-a08da548d01e"
  3110. },
  3111. "action": "scheduleVersionContentCreate",
  3112. "status": "RUNNING"
  3113. },
  3114. {
  3115. "identifier": "b04d1825-d5ed-4258-984b-ef88983eafcf",
  3116. "configuration": {
  3117. "scheduleTime": "2018-06-21T16:27:05.949Z",
  3118. "transactionMode": "NOT_SUPPORTED",
  3119. "retryCount": 0,
  3120. "synchronous": true,
  3121. "incrementalDelay": true,
  3122. "maxRetryCount": 5,
  3123. "type": "TIMED",
  3124. "removeOnSuccess": true,
  3125. "executionContext": "DEFAULT",
  3126. "persistent": true,
  3127. "continueOrError": false,
  3128. "group": "scheduleViewContentExtraction",
  3129. "maxActive": 5
  3130. },
  3131. "context": {
  3132. "instanceId": "emf:04f2f3a5-6de4-4ecf-b61c-431661deb38f"
  3133. },
  3134. "action": "scheduleViewContentExtraction",
  3135. "status": "RUNNING"
  3136. },
  3137. {
  3138. "identifier": "06e186c5-c208-4168-a952-3c1a3fa3d666",
  3139. "configuration": {
  3140. "scheduleTime": "2018-06-21T16:29:34.214Z",
  3141. "transactionMode": "REQUIRED",
  3142. "retryCount": 0,
  3143. "synchronous": true,
  3144. "incrementalDelay": true,
  3145. "maxRetryCount": 5,
  3146. "type": "TIMED",
  3147. "removeOnSuccess": true,
  3148. "executionContext": "DEFAULT",
  3149. "persistent": true,
  3150. "continueOrError": false,
  3151. "group": "scheduleVersionContentCreate",
  3152. "maxActive": 5
  3153. },
  3154. "context": {
  3155. "versionCreatedOn": "2018-06-21T16:29:32.021Z",
  3156. "processWidgets": true,
  3157. "versionInstanceId": "emf:d3c6d824-0fac-4dc1-afa6-0606ac2f23d4-v1.2",
  3158. "originalInstanceId": "emf:d3c6d824-0fac-4dc1-afa6-0606ac2f23d4"
  3159. },
  3160. "action": "scheduleVersionContentCreate",
  3161. "status": "RUNNING"
  3162. },
  3163. {
  3164. "identifier": "de18d059-8908-42e0-b7b5-2401aab31115",
  3165. "configuration": {
  3166. "scheduleTime": "2018-06-21T16:29:35.908Z",
  3167. "transactionMode": "REQUIRED",
  3168. "retryCount": 0,
  3169. "synchronous": true,
  3170. "incrementalDelay": true,
  3171. "maxRetryCount": 5,
  3172. "type": "TIMED",
  3173. "removeOnSuccess": true,
  3174. "executionContext": "DEFAULT",
  3175. "persistent": true,
  3176. "continueOrError": false,
  3177. "group": "scheduleVersionContentCreate",
  3178. "maxActive": 5
  3179. },
  3180. "context": {
  3181. "versionCreatedOn": "2018-06-21T16:29:29.946Z",
  3182. "processWidgets": true,
  3183. "versionInstanceId": "emf:d3c6d824-0fac-4dc1-afa6-0606ac2f23d4-v1.1",
  3184. "originalInstanceId": "emf:d3c6d824-0fac-4dc1-afa6-0606ac2f23d4"
  3185. },
  3186. "action": "scheduleVersionContentCreate",
  3187. "status": "RUNNING"
  3188. },
  3189. {
  3190. "identifier": "4ab69780-4aed-46e9-bd01-747ce2938111",
  3191. "configuration": {
  3192. "scheduleTime": "2018-06-21T18:35:43.321Z",
  3193. "transactionMode": "NOT_SUPPORTED",
  3194. "retryCount": 0,
  3195. "synchronous": true,
  3196. "incrementalDelay": true,
  3197. "maxRetryCount": 5,
  3198. "type": "TIMED",
  3199. "removeOnSuccess": true,
  3200. "executionContext": "DEFAULT",
  3201. "persistent": true,
  3202. "continueOrError": false,
  3203. "group": "scheduleViewContentExtraction",
  3204. "maxActive": 5
  3205. },
  3206. "context": {
  3207. "instanceId": "emf:907e46ba-c231-47ee-8fc7-fd6b4ed1970c"
  3208. },
  3209. "action": "scheduleViewContentExtraction",
  3210. "status": "RUNNING"
  3211. },
  3212. {
  3213. "identifier": "68ea2a53-ce0d-4cc5-ae4c-899129c37db2",
  3214. "configuration": {
  3215. "scheduleTime": "2018-06-21T18:35:44.870Z",
  3216. "transactionMode": "NOT_SUPPORTED",
  3217. "retryCount": 0,
  3218. "synchronous": true,
  3219. "incrementalDelay": true,
  3220. "maxRetryCount": 5,
  3221. "type": "TIMED",
  3222. "removeOnSuccess": true,
  3223. "executionContext": "DEFAULT",
  3224. "persistent": true,
  3225. "continueOrError": false,
  3226. "group": "scheduleViewContentExtraction",
  3227. "maxActive": 5
  3228. },
  3229. "context": {
  3230. "instanceId": "emf:907e46ba-c231-47ee-8fc7-fd6b4ed1970c"
  3231. },
  3232. "action": "scheduleViewContentExtraction",
  3233. "status": "RUNNING"
  3234. },
  3235. {
  3236. "identifier": "c2a9cde4-c2cf-422d-b2a0-1f1feeda856f",
  3237. "configuration": {
  3238. "scheduleTime": "2018-06-21T18:34:01.675Z",
  3239. "transactionMode": "REQUIRED",
  3240. "retryCount": 0,
  3241. "synchronous": true,
  3242. "incrementalDelay": true,
  3243. "maxRetryCount": 5,
  3244. "type": "TIMED",
  3245. "removeOnSuccess": true,
  3246. "executionContext": "DEFAULT",
  3247. "persistent": true,
  3248. "continueOrError": false,
  3249. "group": "scheduleVersionContentCreate",
  3250. "maxActive": 5
  3251. },
  3252. "context": {
  3253. "versionCreatedOn": "2018-06-21T18:33:56.036Z",
  3254. "processWidgets": true,
  3255. "versionInstanceId": "emf:59f2602a-231a-4771-9cfa-c07fc30e1bfc-v1.1",
  3256. "originalInstanceId": "emf:59f2602a-231a-4771-9cfa-c07fc30e1bfc"
  3257. },
  3258. "action": "scheduleVersionContentCreate",
  3259. "status": "RUNNING"
  3260. },
  3261. {
  3262. "identifier": "713431bb-de5b-4b0e-b5fd-549094416e4d",
  3263. "configuration": {
  3264. "scheduleTime": "2018-06-21T18:34:07.842Z",
  3265. "transactionMode": "REQUIRED",
  3266. "retryCount": 0,
  3267. "synchronous": true,
  3268. "incrementalDelay": true,
  3269. "maxRetryCount": 5,
  3270. "type": "TIMED",
  3271. "removeOnSuccess": true,
  3272. "executionContext": "DEFAULT",
  3273. "persistent": true,
  3274. "continueOrError": false,
  3275. "group": "scheduleVersionContentCreate",
  3276. "maxActive": 5
  3277. },
  3278. "context": {
  3279. "versionCreatedOn": "2018-06-21T18:34:02.764Z",
  3280. "processWidgets": true,
  3281. "versionInstanceId": "emf:f7633bd7-004c-42fa-ab71-d7d8056ab3b4-v1.1",
  3282. "originalInstanceId": "emf:f7633bd7-004c-42fa-ab71-d7d8056ab3b4"
  3283. },
  3284. "action": "scheduleVersionContentCreate",
  3285. "status": "RUNNING"
  3286. },
  3287. {
  3288. "identifier": "2f4fb7e6-414c-4b82-830f-5837e5271d76",
  3289. "configuration": {
  3290. "scheduleTime": "2018-06-21T18:34:07.921Z",
  3291. "transactionMode": "REQUIRED",
  3292. "retryCount": 0,
  3293. "synchronous": true,
  3294. "incrementalDelay": true,
  3295. "maxRetryCount": 5,
  3296. "type": "TIMED",
  3297. "removeOnSuccess": true,
  3298. "executionContext": "DEFAULT",
  3299. "persistent": true,
  3300. "continueOrError": false,
  3301. "group": "scheduleVersionContentCreate",
  3302. "maxActive": 5
  3303. },
  3304. "context": {
  3305. "versionCreatedOn": "2018-06-21T18:34:02.902Z",
  3306. "processWidgets": true,
  3307. "versionInstanceId": "emf:4ee966c7-802a-4036-9f07-84c21591e0f7-v1.1",
  3308. "originalInstanceId": "emf:4ee966c7-802a-4036-9f07-84c21591e0f7"
  3309. },
  3310. "action": "scheduleVersionContentCreate",
  3311. "status": "RUNNING"
  3312. },
  3313. {
  3314. "identifier": "39c500e5-a758-42e5-9a51-6f69ac0491a6",
  3315. "configuration": {
  3316. "scheduleTime": "2018-06-21T18:34:07.884Z",
  3317. "transactionMode": "REQUIRED",
  3318. "retryCount": 0,
  3319. "synchronous": true,
  3320. "incrementalDelay": true,
  3321. "maxRetryCount": 5,
  3322. "type": "TIMED",
  3323. "removeOnSuccess": true,
  3324. "executionContext": "DEFAULT",
  3325. "persistent": true,
  3326. "continueOrError": false,
  3327. "group": "scheduleVersionContentCreate",
  3328. "maxActive": 5
  3329. },
  3330. "context": {
  3331. "versionCreatedOn": "2018-06-21T18:34:02.791Z",
  3332. "processWidgets": true,
  3333. "versionInstanceId": "emf:51377ed8-fdf2-4d78-a77b-340e9ebcf3a7-v1.1",
  3334. "originalInstanceId": "emf:51377ed8-fdf2-4d78-a77b-340e9ebcf3a7"
  3335. },
  3336. "action": "scheduleVersionContentCreate",
  3337. "status": "RUNNING"
  3338. },
  3339. {
  3340. "identifier": "064f0fe6-a6e0-4bae-8176-fb0dc51c1e5a",
  3341. "configuration": {
  3342. "scheduleTime": "2018-06-21T16:29:34.209Z",
  3343. "transactionMode": "REQUIRED",
  3344. "retryCount": 0,
  3345. "synchronous": true,
  3346. "incrementalDelay": true,
  3347. "maxRetryCount": 5,
  3348. "type": "TIMED",
  3349. "removeOnSuccess": true,
  3350. "executionContext": "DEFAULT",
  3351. "persistent": true,
  3352. "continueOrError": false,
  3353. "group": "scheduleVersionContentCreate",
  3354. "maxActive": 5
  3355. },
  3356. "context": {
  3357. "versionCreatedOn": "2018-06-21T16:29:32.100Z",
  3358. "processWidgets": true,
  3359. "versionInstanceId": "emf:c1333aea-b31d-4f6b-8814-64632f51a68f-v1.2",
  3360. "originalInstanceId": "emf:c1333aea-b31d-4f6b-8814-64632f51a68f"
  3361. },
  3362. "action": "scheduleVersionContentCreate",
  3363. "status": "RUNNING"
  3364. },
  3365. {
  3366. "identifier": "d7c2c8b2-3162-40ec-9278-142eafd77961",
  3367. "configuration": {
  3368. "scheduleTime": "2018-06-21T16:29:34.471Z",
  3369. "transactionMode": "REQUIRED",
  3370. "retryCount": 0,
  3371. "synchronous": true,
  3372. "incrementalDelay": true,
  3373. "maxRetryCount": 5,
  3374. "type": "TIMED",
  3375. "removeOnSuccess": true,
  3376. "executionContext": "DEFAULT",
  3377. "persistent": true,
  3378. "continueOrError": false,
  3379. "group": "scheduleVersionContentCreate",
  3380. "maxActive": 5
  3381. },
  3382. "context": {
  3383. "versionCreatedOn": "2018-06-21T16:29:30.192Z",
  3384. "processWidgets": true,
  3385. "versionInstanceId": "emf:c1333aea-b31d-4f6b-8814-64632f51a68f-v1.1",
  3386. "originalInstanceId": "emf:c1333aea-b31d-4f6b-8814-64632f51a68f"
  3387. },
  3388. "action": "scheduleVersionContentCreate",
  3389. "status": "RUNNING"
  3390. },
  3391. {
  3392. "identifier": "3fecccee-0d56-4138-89a8-5a32f653a1ce",
  3393. "configuration": {
  3394. "scheduleTime": "2018-06-21T18:25:08.584Z",
  3395. "transactionMode": "NOT_SUPPORTED",
  3396. "retryCount": 0,
  3397. "synchronous": true,
  3398. "incrementalDelay": true,
  3399. "maxRetryCount": 5,
  3400. "type": "TIMED",
  3401. "removeOnSuccess": true,
  3402. "executionContext": "DEFAULT",
  3403. "persistent": true,
  3404. "continueOrError": false,
  3405. "group": "scheduleViewContentExtraction",
  3406. "maxActive": 5
  3407. },
  3408. "context": {
  3409. "instanceId": "emf:7068204d-46c6-48a0-ba9c-b4e90c6d8f24"
  3410. },
  3411. "action": "scheduleViewContentExtraction",
  3412. "status": "RUNNING"
  3413. },
  3414. {
  3415. "identifier": "b161b641-f943-4a3a-b3f1-75ccd11cff0f",
  3416. "configuration": {
  3417. "scheduleTime": "2018-06-21T18:33:53.509Z",
  3418. "transactionMode": "REQUIRED",
  3419. "retryCount": 0,
  3420. "synchronous": true,
  3421. "incrementalDelay": true,
  3422. "maxRetryCount": 5,
  3423. "type": "TIMED",
  3424. "removeOnSuccess": true,
  3425. "executionContext": "DEFAULT",
  3426. "persistent": true,
  3427. "continueOrError": false,
  3428. "group": "scheduleVersionContentCreate",
  3429. "maxActive": 5
  3430. },
  3431. "context": {
  3432. "versionCreatedOn": "2018-06-21T18:33:50.223Z",
  3433. "processWidgets": true,
  3434. "versionInstanceId": "emf:b15d7203-0111-488c-9ebc-d43591c72d8a-v1.2",
  3435. "originalInstanceId": "emf:b15d7203-0111-488c-9ebc-d43591c72d8a"
  3436. },
  3437. "action": "scheduleVersionContentCreate",
  3438. "status": "RUNNING"
  3439. },
  3440. {
  3441. "identifier": "781122fe-6f73-41c2-aa76-261aece5c494",
  3442. "configuration": {
  3443. "scheduleTime": "2018-06-21T18:33:53.683Z",
  3444. "transactionMode": "REQUIRED",
  3445. "retryCount": 0,
  3446. "synchronous": true,
  3447. "incrementalDelay": true,
  3448. "maxRetryCount": 5,
  3449. "type": "TIMED",
  3450. "removeOnSuccess": true,
  3451. "executionContext": "DEFAULT",
  3452. "persistent": true,
  3453. "continueOrError": false,
  3454. "group": "scheduleVersionContentCreate",
  3455. "maxActive": 5
  3456. },
  3457. "context": {
  3458. "versionCreatedOn": "2018-06-21T18:33:49.500Z",
  3459. "processWidgets": true,
  3460. "versionInstanceId": "emf:dcc8adc1-b2bd-408d-a2f4-4a34185809b1-v1.1",
  3461. "originalInstanceId": "emf:dcc8adc1-b2bd-408d-a2f4-4a34185809b1"
  3462. },
  3463. "action": "scheduleVersionContentCreate",
  3464. "status": "RUNNING"
  3465. },
  3466. {
  3467. "identifier": "59729701-5848-495f-8a15-cbc27947e4f6",
  3468. "configuration": {
  3469. "scheduleTime": "2018-06-21T18:34:17.840Z",
  3470. "transactionMode": "NOT_SUPPORTED",
  3471. "retryCount": 0,
  3472. "synchronous": true,
  3473. "incrementalDelay": true,
  3474. "maxRetryCount": 5,
  3475. "type": "TIMED",
  3476. "removeOnSuccess": true,
  3477. "executionContext": "DEFAULT",
  3478. "persistent": true,
  3479. "continueOrError": false,
  3480. "group": "scheduleViewContentExtraction",
  3481. "maxActive": 5
  3482. },
  3483. "context": {
  3484. "instanceId": "emf:49d9f02a-2ae0-4cd0-8ae1-e5de4199d671"
  3485. },
  3486. "action": "scheduleViewContentExtraction",
  3487. "status": "RUNNING"
  3488. },
  3489. {
  3490. "identifier": "baa70e63-26f3-475e-910c-88b1819fc160",
  3491. "configuration": {
  3492. "scheduleTime": "2018-06-21T18:34:19.892Z",
  3493. "transactionMode": "REQUIRED",
  3494. "retryCount": 0,
  3495. "synchronous": true,
  3496. "incrementalDelay": true,
  3497. "maxRetryCount": 5,
  3498. "type": "TIMED",
  3499. "removeOnSuccess": true,
  3500. "executionContext": "DEFAULT",
  3501. "persistent": true,
  3502. "continueOrError": false,
  3503. "group": "scheduleVersionContentCreate",
  3504. "maxActive": 5
  3505. },
  3506. "context": {
  3507. "versionCreatedOn": "2018-06-21T18:34:14.987Z",
  3508. "processWidgets": true,
  3509. "versionInstanceId": "emf:5ac823fa-1258-4aed-8d6c-a039f0f3659e-v1.1",
  3510. "originalInstanceId": "emf:5ac823fa-1258-4aed-8d6c-a039f0f3659e"
  3511. },
  3512. "action": "scheduleVersionContentCreate",
  3513. "status": "RUNNING"
  3514. },
  3515. {
  3516. "identifier": "6bcd6530-d79a-4533-bfa8-f1678b0c3e57",
  3517. "configuration": {
  3518. "scheduleTime": "2018-06-21T18:34:22.706Z",
  3519. "transactionMode": "NOT_SUPPORTED",
  3520. "retryCount": 0,
  3521. "synchronous": true,
  3522. "incrementalDelay": true,
  3523. "maxRetryCount": 5,
  3524. "type": "TIMED",
  3525. "removeOnSuccess": true,
  3526. "executionContext": "DEFAULT",
  3527. "persistent": true,
  3528. "continueOrError": false,
  3529. "group": "scheduleViewContentExtraction",
  3530. "maxActive": 5
  3531. },
  3532. "context": {
  3533. "instanceId": "emf:f77b2ab7-9864-486b-bcb9-e0e0e5e31753"
  3534. },
  3535. "action": "scheduleViewContentExtraction",
  3536. "status": "RUNNING"
  3537. },
  3538. {
  3539. "identifier": "f81b710f-0b94-46f7-8f9d-8a87e02b8515",
  3540. "configuration": {
  3541. "scheduleTime": "2018-06-21T11:41:03.707Z",
  3542. "transactionMode": "NOT_SUPPORTED",
  3543. "retryCount": 0,
  3544. "synchronous": true,
  3545. "incrementalDelay": true,
  3546. "maxRetryCount": 5,
  3547. "type": "TIMED",
  3548. "removeOnSuccess": true,
  3549. "executionContext": "DEFAULT",
  3550. "persistent": true,
  3551. "continueOrError": false,
  3552. "group": "scheduleViewContentExtraction",
  3553. "maxActive": 5
  3554. },
  3555. "context": {
  3556. "instanceId": "emf:81e66908-57af-40bc-91c4-7e428ca6181c"
  3557. },
  3558. "action": "scheduleViewContentExtraction",
  3559. "status": "RUNNING"
  3560. },
  3561. {
  3562. "identifier": "0112fad8-5a3c-4907-a527-53eaecb2464a",
  3563. "configuration": {
  3564. "scheduleTime": "2018-06-21T18:34:34.493Z",
  3565. "transactionMode": "NOT_SUPPORTED",
  3566. "retryCount": 0,
  3567. "synchronous": true,
  3568. "incrementalDelay": true,
  3569. "maxRetryCount": 5,
  3570. "type": "TIMED",
  3571. "removeOnSuccess": true,
  3572. "executionContext": "DEFAULT",
  3573. "persistent": true,
  3574. "continueOrError": false,
  3575. "group": "scheduleViewContentExtraction",
  3576. "maxActive": 5
  3577. },
  3578. "context": {
  3579. "instanceId": "emf:7d4dde64-6c99-4385-a76c-daa5f30f0747"
  3580. },
  3581. "action": "scheduleViewContentExtraction",
  3582. "status": "RUNNING"
  3583. },
  3584. {
  3585. "identifier": "c8436e20-aab8-44c3-9c75-97caa558543c",
  3586. "configuration": {
  3587. "scheduleTime": "2018-06-21T18:34:36.219Z",
  3588. "transactionMode": "NOT_SUPPORTED",
  3589. "retryCount": 0,
  3590. "synchronous": true,
  3591. "incrementalDelay": true,
  3592. "maxRetryCount": 5,
  3593. "type": "TIMED",
  3594. "removeOnSuccess": true,
  3595. "executionContext": "DEFAULT",
  3596. "persistent": true,
  3597. "continueOrError": false,
  3598. "group": "scheduleViewContentExtraction",
  3599. "maxActive": 5
  3600. },
  3601. "context": {
  3602. "instanceId": "emf:7d4dde64-6c99-4385-a76c-daa5f30f0747"
  3603. },
  3604. "action": "scheduleViewContentExtraction",
  3605. "status": "RUNNING"
  3606. },
  3607. {
  3608. "identifier": "20ed61d4-c56d-43d0-8018-8184c5b6af39",
  3609. "configuration": {
  3610. "scheduleTime": "2018-06-21T18:34:35.121Z",
  3611. "transactionMode": "NOT_SUPPORTED",
  3612. "retryCount": 0,
  3613. "synchronous": true,
  3614. "incrementalDelay": true,
  3615. "maxRetryCount": 5,
  3616. "type": "TIMED",
  3617. "removeOnSuccess": true,
  3618. "executionContext": "DEFAULT",
  3619. "persistent": true,
  3620. "continueOrError": false,
  3621. "group": "scheduleViewContentExtraction",
  3622. "maxActive": 5
  3623. },
  3624. "context": {
  3625. "instanceId": "emf:475d4b06-e3dc-4700-a7ee-06f3e215f041"
  3626. },
  3627. "action": "scheduleViewContentExtraction",
  3628. "status": "RUNNING"
  3629. },
  3630. {
  3631. "identifier": "71ef7736-d3cf-436e-a6c8-2b495c892ed5",
  3632. "configuration": {
  3633. "scheduleTime": "2018-06-21T18:34:36.417Z",
  3634. "transactionMode": "NOT_SUPPORTED",
  3635. "retryCount": 0,
  3636. "synchronous": true,
  3637. "incrementalDelay": true,
  3638. "maxRetryCount": 5,
  3639. "type": "TIMED",
  3640. "removeOnSuccess": true,
  3641. "executionContext": "DEFAULT",
  3642. "persistent": true,
  3643. "continueOrError": false,
  3644. "group": "scheduleViewContentExtraction",
  3645. "maxActive": 5
  3646. },
  3647. "context": {
  3648. "instanceId": "emf:475d4b06-e3dc-4700-a7ee-06f3e215f041"
  3649. },
  3650. "action": "scheduleViewContentExtraction",
  3651. "status": "RUNNING"
  3652. },
  3653. {
  3654. "identifier": "e1821154-fc75-411f-9af6-664896558fb2",
  3655. "configuration": {
  3656. "scheduleTime": "2018-06-21T18:34:36.406Z",
  3657. "transactionMode": "REQUIRED",
  3658. "retryCount": 0,
  3659. "synchronous": true,
  3660. "incrementalDelay": true,
  3661. "maxRetryCount": 5,
  3662. "type": "TIMED",
  3663. "removeOnSuccess": true,
  3664. "executionContext": "DEFAULT",
  3665. "persistent": true,
  3666. "continueOrError": false,
  3667. "group": "scheduleVersionContentCreate",
  3668. "maxActive": 5
  3669. },
  3670. "context": {
  3671. "versionCreatedOn": "2018-06-21T18:34:32.723Z",
  3672. "processWidgets": true,
  3673. "versionInstanceId": "emf:4ffe958a-d7a6-4894-9623-19e9f935c043-v1.1",
  3674. "originalInstanceId": "emf:4ffe958a-d7a6-4894-9623-19e9f935c043"
  3675. },
  3676. "action": "scheduleVersionContentCreate",
  3677. "status": "RUNNING"
  3678. },
  3679. {
  3680. "identifier": "c5213600-15d3-4abe-82aa-43ecfd7b9a42",
  3681. "configuration": {
  3682. "scheduleTime": "2018-06-21T18:34:36.248Z",
  3683. "transactionMode": "NOT_SUPPORTED",
  3684. "retryCount": 0,
  3685. "synchronous": true,
  3686. "incrementalDelay": true,
  3687. "maxRetryCount": 5,
  3688. "type": "TIMED",
  3689. "removeOnSuccess": true,
  3690. "executionContext": "DEFAULT",
  3691. "persistent": true,
  3692. "continueOrError": false,
  3693. "group": "scheduleViewContentExtraction",
  3694. "maxActive": 5
  3695. },
  3696. "context": {
  3697. "instanceId": "emf:30d2323e-54a9-4c1d-9e66-e590595b74a5"
  3698. },
  3699. "action": "scheduleViewContentExtraction",
  3700. "status": "RUNNING"
  3701. },
  3702. {
  3703. "identifier": "26e054ba-8082-4436-ab2e-734cb7d5c78c",
  3704. "configuration": {
  3705. "scheduleTime": "2018-06-21T18:34:37.900Z",
  3706. "transactionMode": "NOT_SUPPORTED",
  3707. "retryCount": 0,
  3708. "synchronous": true,
  3709. "incrementalDelay": true,
  3710. "maxRetryCount": 5,
  3711. "type": "TIMED",
  3712. "removeOnSuccess": true,
  3713. "executionContext": "DEFAULT",
  3714. "persistent": true,
  3715. "continueOrError": false,
  3716. "group": "scheduleViewContentExtraction",
  3717. "maxActive": 5
  3718. },
  3719. "context": {
  3720. "instanceId": "emf:30d2323e-54a9-4c1d-9e66-e590595b74a5"
  3721. },
  3722. "action": "scheduleViewContentExtraction",
  3723. "status": "RUNNING"
  3724. },
  3725. {
  3726. "identifier": "fdbe447b-80c4-4d5b-a5f5-6758958bc5f6",
  3727. "configuration": {
  3728. "scheduleTime": "2018-06-21T18:34:44.487Z",
  3729. "transactionMode": "REQUIRED",
  3730. "retryCount": 0,
  3731. "synchronous": true,
  3732. "incrementalDelay": true,
  3733. "maxRetryCount": 5,
  3734. "type": "TIMED",
  3735. "removeOnSuccess": true,
  3736. "executionContext": "DEFAULT",
  3737. "persistent": true,
  3738. "continueOrError": false,
  3739. "group": "scheduleVersionContentCreate",
  3740. "maxActive": 5
  3741. },
  3742. "context": {
  3743. "versionCreatedOn": "2018-06-21T18:34:42.268Z",
  3744. "processWidgets": true,
  3745. "versionInstanceId": "emf:c09d8158-b625-4a9d-afd0-fcafbd3c1d6d-v1.2",
  3746. "originalInstanceId": "emf:c09d8158-b625-4a9d-afd0-fcafbd3c1d6d"
  3747. },
  3748. "action": "scheduleVersionContentCreate",
  3749. "status": "RUNNING"
  3750. },
  3751. {
  3752. "identifier": "f4d2fcbd-bac9-47a2-890b-b7c58a25d780",
  3753. "configuration": {
  3754. "scheduleTime": "2018-06-21T18:33:50.398Z",
  3755. "transactionMode": "NOT_SUPPORTED",
  3756. "retryCount": 0,
  3757. "synchronous": true,
  3758. "incrementalDelay": true,
  3759. "maxRetryCount": 5,
  3760. "type": "TIMED",
  3761. "removeOnSuccess": true,
  3762. "executionContext": "DEFAULT",
  3763. "persistent": true,
  3764. "continueOrError": false,
  3765. "group": "scheduleViewContentExtraction",
  3766. "maxActive": 5
  3767. },
  3768. "context": {
  3769. "instanceId": "emf:dcc8adc1-b2bd-408d-a2f4-4a34185809b1"
  3770. },
  3771. "action": "scheduleViewContentExtraction",
  3772. "status": "RUNNING"
  3773. },
  3774. {
  3775. "identifier": "85983828-ad86-463d-b65c-2f4344d832d6",
  3776. "configuration": {
  3777. "scheduleTime": "2018-06-21T18:34:09.760Z",
  3778. "transactionMode": "NOT_SUPPORTED",
  3779. "retryCount": 0,
  3780. "synchronous": true,
  3781. "incrementalDelay": true,
  3782. "maxRetryCount": 5,
  3783. "type": "TIMED",
  3784. "removeOnSuccess": true,
  3785. "executionContext": "DEFAULT",
  3786. "persistent": true,
  3787. "continueOrError": false,
  3788. "group": "scheduleViewContentExtraction",
  3789. "maxActive": 5
  3790. },
  3791. "context": {
  3792. "instanceId": "emf:e78e2b29-57a4-4a98-a04d-7df5654de187"
  3793. },
  3794. "action": "scheduleViewContentExtraction",
  3795. "status": "RUNNING"
  3796. },
  3797. {
  3798. "identifier": "3b932d31-3818-4a49-bd98-9743bdad358a",
  3799. "configuration": {
  3800. "scheduleTime": "2018-06-21T18:34:17.787Z",
  3801. "transactionMode": "NOT_SUPPORTED",
  3802. "retryCount": 0,
  3803. "synchronous": true,
  3804. "incrementalDelay": true,
  3805. "maxRetryCount": 5,
  3806. "type": "TIMED",
  3807. "removeOnSuccess": true,
  3808. "executionContext": "DEFAULT",
  3809. "persistent": true,
  3810. "continueOrError": false,
  3811. "group": "scheduleViewContentExtraction",
  3812. "maxActive": 5
  3813. },
  3814. "context": {
  3815. "instanceId": "emf:2a8b4d72-052b-4fe5-82be-793c04ea9232"
  3816. },
  3817. "action": "scheduleViewContentExtraction",
  3818. "status": "RUNNING"
  3819. },
  3820. {
  3821. "identifier": "ae922857-1333-4ad1-a9a6-906dc8d80827",
  3822. "configuration": {
  3823. "scheduleTime": "2018-06-21T18:34:16.630Z",
  3824. "transactionMode": "NOT_SUPPORTED",
  3825. "retryCount": 0,
  3826. "synchronous": true,
  3827. "incrementalDelay": true,
  3828. "maxRetryCount": 5,
  3829. "type": "TIMED",
  3830. "removeOnSuccess": true,
  3831. "executionContext": "DEFAULT",
  3832. "persistent": true,
  3833. "continueOrError": false,
  3834. "group": "scheduleViewContentExtraction",
  3835. "maxActive": 5
  3836. },
  3837. "context": {
  3838. "instanceId": "emf:49d9f02a-2ae0-4cd0-8ae1-e5de4199d671"
  3839. },
  3840. "action": "scheduleViewContentExtraction",
  3841. "status": "RUNNING"
  3842. },
  3843. {
  3844. "identifier": "7b1ae6d6-3e0f-41f0-a0bd-a780c0054840",
  3845. "configuration": {
  3846. "scheduleTime": "2018-06-21T18:34:38.348Z",
  3847. "transactionMode": "REQUIRED",
  3848. "retryCount": 0,
  3849. "synchronous": true,
  3850. "incrementalDelay": true,
  3851. "maxRetryCount": 5,
  3852. "type": "TIMED",
  3853. "removeOnSuccess": true,
  3854. "executionContext": "DEFAULT",
  3855. "persistent": true,
  3856. "continueOrError": false,
  3857. "group": "scheduleVersionContentCreate",
  3858. "maxActive": 5
  3859. },
  3860. "context": {
  3861. "versionCreatedOn": "2018-06-21T18:34:36.149Z",
  3862. "processWidgets": true,
  3863. "versionInstanceId": "emf:475d4b06-e3dc-4700-a7ee-06f3e215f041-v1.2",
  3864. "originalInstanceId": "emf:475d4b06-e3dc-4700-a7ee-06f3e215f041"
  3865. },
  3866. "action": "scheduleVersionContentCreate",
  3867. "status": "RUNNING"
  3868. },
  3869. {
  3870. "identifier": "0dc9854a-c7c1-4b5c-9823-2def62276a11",
  3871. "configuration": {
  3872. "scheduleTime": "2018-06-21T18:34:40.151Z",
  3873. "transactionMode": "REQUIRED",
  3874. "retryCount": 0,
  3875. "synchronous": true,
  3876. "incrementalDelay": true,
  3877. "maxRetryCount": 5,
  3878. "type": "TIMED",
  3879. "removeOnSuccess": true,
  3880. "executionContext": "DEFAULT",
  3881. "persistent": true,
  3882. "continueOrError": false,
  3883. "group": "scheduleVersionContentCreate",
  3884. "maxActive": 5
  3885. },
  3886. "context": {
  3887. "versionCreatedOn": "2018-06-21T18:34:37.164Z",
  3888. "processWidgets": true,
  3889. "versionInstanceId": "emf:30d2323e-54a9-4c1d-9e66-e590595b74a5-v1.2",
  3890. "originalInstanceId": "emf:30d2323e-54a9-4c1d-9e66-e590595b74a5"
  3891. },
  3892. "action": "scheduleVersionContentCreate",
  3893. "status": "RUNNING"
  3894. },
  3895. {
  3896. "identifier": "c7c26785-14a3-4620-a7f4-1cb258ce61ad",
  3897. "configuration": {
  3898. "scheduleTime": "2018-06-21T12:32:31.864Z",
  3899. "transactionMode": "NOT_SUPPORTED",
  3900. "retryCount": 0,
  3901. "synchronous": true,
  3902. "incrementalDelay": true,
  3903. "maxRetryCount": 5,
  3904. "type": "TIMED",
  3905. "removeOnSuccess": true,
  3906. "executionContext": "DEFAULT",
  3907. "persistent": true,
  3908. "continueOrError": false,
  3909. "group": "scheduleViewContentExtraction",
  3910. "maxActive": 5
  3911. },
  3912. "context": {
  3913. "instanceId": "emf:1966057a-713f-4683-8775-b03f0c94d88b"
  3914. },
  3915. "action": "scheduleViewContentExtraction",
  3916. "status": "RUNNING"
  3917. },
  3918. {
  3919. "identifier": "b0d34104-d91e-41ea-9b65-adc6969832b3",
  3920. "configuration": {
  3921. "scheduleTime": "2018-06-21T09:43:08.096Z",
  3922. "transactionMode": "NOT_SUPPORTED",
  3923. "retryCount": 0,
  3924. "synchronous": true,
  3925. "incrementalDelay": true,
  3926. "maxRetryCount": 5,
  3927. "type": "TIMED",
  3928. "removeOnSuccess": true,
  3929. "executionContext": "DEFAULT",
  3930. "persistent": true,
  3931. "continueOrError": false,
  3932. "group": "scheduleViewContentExtraction",
  3933. "maxActive": 5
  3934. },
  3935. "context": {
  3936. "instanceId": "emf:e0c7e53c-1ba6-4825-95e4-12aa82ff4ab0"
  3937. },
  3938. "action": "scheduleViewContentExtraction",
  3939. "status": "RUNNING"
  3940. },
  3941. {
  3942. "identifier": "d3e7d3fc-79f6-40e5-8d33-8fb9206e7c4e",
  3943. "configuration": {
  3944. "scheduleTime": "2018-06-21T10:13:49.076Z",
  3945. "transactionMode": "NOT_SUPPORTED",
  3946. "retryCount": 0,
  3947. "synchronous": true,
  3948. "incrementalDelay": true,
  3949. "maxRetryCount": 5,
  3950. "type": "TIMED",
  3951. "removeOnSuccess": true,
  3952. "executionContext": "DEFAULT",
  3953. "persistent": true,
  3954. "continueOrError": false,
  3955. "group": "scheduleViewContentExtraction",
  3956. "maxActive": 5
  3957. },
  3958. "context": {
  3959. "instanceId": "emf:a2fa0f4f-cf3d-4acc-a121-d36888c62939"
  3960. },
  3961. "action": "scheduleViewContentExtraction",
  3962. "status": "RUNNING"
  3963. },
  3964. {
  3965. "identifier": "d3eb6cb1-416c-48f4-b70a-adde6b8ca945",
  3966. "configuration": {
  3967. "scheduleTime": "2018-06-21T12:16:10.999Z",
  3968. "transactionMode": "NOT_SUPPORTED",
  3969. "retryCount": 0,
  3970. "synchronous": true,
  3971. "incrementalDelay": true,
  3972. "maxRetryCount": 5,
  3973. "type": "TIMED",
  3974. "removeOnSuccess": true,
  3975. "executionContext": "DEFAULT",
  3976. "persistent": true,
  3977. "continueOrError": false,
  3978. "group": "scheduleViewContentExtraction",
  3979. "maxActive": 5
  3980. },
  3981. "context": {
  3982. "instanceId": "emf:a88b1d34-2604-4a92-ad22-83753ab358d3"
  3983. },
  3984. "action": "scheduleViewContentExtraction",
  3985. "status": "RUNNING"
  3986. },
  3987. {
  3988. "identifier": "6aa5e387-6830-482c-b94f-e37aa84a2458",
  3989. "configuration": {
  3990. "scheduleTime": "2018-06-21T18:33:26.556Z",
  3991. "transactionMode": "NOT_SUPPORTED",
  3992. "retryCount": 0,
  3993. "synchronous": true,
  3994. "incrementalDelay": true,
  3995. "maxRetryCount": 5,
  3996. "type": "TIMED",
  3997. "removeOnSuccess": true,
  3998. "executionContext": "DEFAULT",
  3999. "persistent": true,
  4000. "continueOrError": false,
  4001. "group": "scheduleViewContentExtraction",
  4002. "maxActive": 5
  4003. },
  4004. "context": {
  4005. "instanceId": "emf:82f10c52-f7b3-48e9-b327-ce8afc76adab"
  4006. },
  4007. "action": "scheduleViewContentExtraction",
  4008. "status": "RUNNING"
  4009. },
  4010. {
  4011. "identifier": "30077e04-dd4f-488e-a893-de1d85dca8ff",
  4012. "configuration": {
  4013. "scheduleTime": "2018-06-21T18:34:42.528Z",
  4014. "transactionMode": "NOT_SUPPORTED",
  4015. "retryCount": 0,
  4016. "synchronous": true,
  4017. "incrementalDelay": true,
  4018. "maxRetryCount": 5,
  4019. "type": "TIMED",
  4020. "removeOnSuccess": true,
  4021. "executionContext": "DEFAULT",
  4022. "persistent": true,
  4023. "continueOrError": false,
  4024. "group": "scheduleViewContentExtraction",
  4025. "maxActive": 5
  4026. },
  4027. "context": {
  4028. "instanceId": "emf:c09d8158-b625-4a9d-afd0-fcafbd3c1d6d"
  4029. },
  4030. "action": "scheduleViewContentExtraction",
  4031. "status": "RUNNING"
  4032. },
  4033. {
  4034. "identifier": "912db7da-bea7-43a9-a813-251fda844d2d",
  4035. "configuration": {
  4036. "scheduleTime": "2018-06-21T18:34:44.866Z",
  4037. "transactionMode": "NOT_SUPPORTED",
  4038. "retryCount": 0,
  4039. "synchronous": true,
  4040. "incrementalDelay": true,
  4041. "maxRetryCount": 5,
  4042. "type": "TIMED",
  4043. "removeOnSuccess": true,
  4044. "executionContext": "DEFAULT",
  4045. "persistent": true,
  4046. "continueOrError": false,
  4047. "group": "scheduleViewContentExtraction",
  4048. "maxActive": 5
  4049. },
  4050. "context": {
  4051. "instanceId": "emf:e24ad2ee-ca9e-41b9-a08b-7cef014e00e3"
  4052. },
  4053. "action": "scheduleViewContentExtraction",
  4054. "status": "RUNNING"
  4055. },
  4056. {
  4057. "identifier": "7192b30b-a5bf-44af-9a6f-b0687073b46c",
  4058. "configuration": {
  4059. "scheduleTime": "2018-06-21T18:34:44.553Z",
  4060. "transactionMode": "REQUIRED",
  4061. "retryCount": 0,
  4062. "synchronous": true,
  4063. "incrementalDelay": true,
  4064. "maxRetryCount": 5,
  4065. "type": "TIMED",
  4066. "removeOnSuccess": true,
  4067. "executionContext": "DEFAULT",
  4068. "persistent": true,
  4069. "continueOrError": false,
  4070. "group": "scheduleVersionContentCreate",
  4071. "maxActive": 5
  4072. },
  4073. "context": {
  4074. "versionCreatedOn": "2018-06-21T18:34:42.277Z",
  4075. "processWidgets": true,
  4076. "versionInstanceId": "emf:0f26a7d6-e427-4489-b094-23fe92864a43-v1.2",
  4077. "originalInstanceId": "emf:0f26a7d6-e427-4489-b094-23fe92864a43"
  4078. },
  4079. "action": "scheduleVersionContentCreate",
  4080. "status": "RUNNING"
  4081. },
  4082. {
  4083. "identifier": "7499f73a-b12a-440d-b854-8a5ecea28beb",
  4084. "configuration": {
  4085. "scheduleTime": "2018-06-21T18:34:45.193Z",
  4086. "transactionMode": "REQUIRED",
  4087. "retryCount": 0,
  4088. "synchronous": true,
  4089. "incrementalDelay": true,
  4090. "maxRetryCount": 5,
  4091. "type": "TIMED",
  4092. "removeOnSuccess": true,
  4093. "executionContext": "DEFAULT",
  4094. "persistent": true,
  4095. "continueOrError": false,
  4096. "group": "scheduleVersionContentCreate",
  4097. "maxActive": 5
  4098. },
  4099. "context": {
  4100. "versionCreatedOn": "2018-06-21T18:34:40.997Z",
  4101. "processWidgets": true,
  4102. "versionInstanceId": "emf:c09d8158-b625-4a9d-afd0-fcafbd3c1d6d-v1.1",
  4103. "originalInstanceId": "emf:c09d8158-b625-4a9d-afd0-fcafbd3c1d6d"
  4104. },
  4105. "action": "scheduleVersionContentCreate",
  4106. "status": "RUNNING"
  4107. },
  4108. {
  4109. "identifier": "1b36745b-8cc5-4af4-88c3-067a72e2dd58",
  4110. "configuration": {
  4111. "scheduleTime": "2018-06-21T18:34:46.271Z",
  4112. "transactionMode": "REQUIRED",
  4113. "retryCount": 0,
  4114. "synchronous": true,
  4115. "incrementalDelay": true,
  4116. "maxRetryCount": 5,
  4117. "type": "TIMED",
  4118. "removeOnSuccess": true,
  4119. "executionContext": "DEFAULT",
  4120. "persistent": true,
  4121. "continueOrError": false,
  4122. "group": "scheduleVersionContentCreate",
  4123. "maxActive": 5
  4124. },
  4125. "context": {
  4126. "versionCreatedOn": "2018-06-21T18:34:41.096Z",
  4127. "processWidgets": true,
  4128. "versionInstanceId": "emf:0f26a7d6-e427-4489-b094-23fe92864a43-v1.1",
  4129. "originalInstanceId": "emf:0f26a7d6-e427-4489-b094-23fe92864a43"
  4130. },
  4131. "action": "scheduleVersionContentCreate",
  4132. "status": "RUNNING"
  4133. },
  4134. {
  4135. "identifier": "bfda5d19-6bac-4eb7-9d21-8b9ca2eef8ab",
  4136. "configuration": {
  4137. "scheduleTime": "2018-06-21T10:36:58.000Z",
  4138. "transactionMode": "NOT_SUPPORTED",
  4139. "retryCount": 0,
  4140. "synchronous": true,
  4141. "incrementalDelay": true,
  4142. "maxRetryCount": 5,
  4143. "type": "TIMED",
  4144. "removeOnSuccess": true,
  4145. "executionContext": "DEFAULT",
  4146. "persistent": true,
  4147. "continueOrError": false,
  4148. "group": "scheduleViewContentExtraction",
  4149. "maxActive": 5
  4150. },
  4151. "context": {
  4152. "instanceId": "emf:7b26154e-aa69-48c3-96f5-548b50cafb8a"
  4153. },
  4154. "action": "scheduleViewContentExtraction",
  4155. "status": "RUNNING"
  4156. },
  4157. {
  4158. "identifier": "c744520d-7110-4b8d-83ef-19d7ba14c584",
  4159. "configuration": {
  4160. "scheduleTime": "2018-06-21T16:29:36.512Z",
  4161. "transactionMode": "NOT_SUPPORTED",
  4162. "retryCount": 0,
  4163. "synchronous": true,
  4164. "incrementalDelay": true,
  4165. "maxRetryCount": 5,
  4166. "type": "TIMED",
  4167. "removeOnSuccess": true,
  4168. "executionContext": "DEFAULT",
  4169. "persistent": true,
  4170. "continueOrError": false,
  4171. "group": "scheduleViewContentExtraction",
  4172. "maxActive": 5
  4173. },
  4174. "context": {
  4175. "instanceId": "emf:383fa681-6571-4183-ba9f-a767bd670459"
  4176. },
  4177. "action": "scheduleViewContentExtraction",
  4178. "status": "RUNNING"
  4179. },
  4180. {
  4181. "identifier": "87b34135-20a9-4b0a-b4d1-66334e5a742f",
  4182. "configuration": {
  4183. "scheduleTime": "2018-06-21T16:29:36.523Z",
  4184. "transactionMode": "NOT_SUPPORTED",
  4185. "retryCount": 0,
  4186. "synchronous": true,
  4187. "incrementalDelay": true,
  4188. "maxRetryCount": 5,
  4189. "type": "TIMED",
  4190. "removeOnSuccess": true,
  4191. "executionContext": "DEFAULT",
  4192. "persistent": true,
  4193. "continueOrError": false,
  4194. "group": "scheduleViewContentExtraction",
  4195. "maxActive": 5
  4196. },
  4197. "context": {
  4198. "instanceId": "emf:5c328a48-e08c-4735-90dd-ba1a0531607a"
  4199. },
  4200. "action": "scheduleViewContentExtraction",
  4201. "status": "RUNNING"
  4202. },
  4203. {
  4204. "identifier": "4dc3a121-6366-4af3-ba5a-1966057ee8f4",
  4205. "configuration": {
  4206. "scheduleTime": "2018-06-21T16:29:38.917Z",
  4207. "transactionMode": "NOT_SUPPORTED",
  4208. "retryCount": 0,
  4209. "synchronous": true,
  4210. "incrementalDelay": true,
  4211. "maxRetryCount": 5,
  4212. "type": "TIMED",
  4213. "removeOnSuccess": true,
  4214. "executionContext": "DEFAULT",
  4215. "persistent": true,
  4216. "continueOrError": false,
  4217. "group": "scheduleViewContentExtraction",
  4218. "maxActive": 5
  4219. },
  4220. "context": {
  4221. "instanceId": "emf:5c328a48-e08c-4735-90dd-ba1a0531607a"
  4222. },
  4223. "action": "scheduleViewContentExtraction",
  4224. "status": "RUNNING"
  4225. },
  4226. {
  4227. "identifier": "661b25dc-9e0b-45b4-94ac-6594f71c19ba",
  4228. "configuration": {
  4229. "scheduleTime": "2018-06-21T18:33:48.033Z",
  4230. "transactionMode": "REQUIRED",
  4231. "retryCount": 0,
  4232. "synchronous": true,
  4233. "incrementalDelay": true,
  4234. "maxRetryCount": 5,
  4235. "type": "TIMED",
  4236. "removeOnSuccess": true,
  4237. "executionContext": "DEFAULT",
  4238. "persistent": true,
  4239. "continueOrError": false,
  4240. "group": "scheduleVersionContentCreate",
  4241. "maxActive": 5
  4242. },
  4243. "context": {
  4244. "versionCreatedOn": "2018-06-21T18:33:42.482Z",
  4245. "processWidgets": true,
  4246. "versionInstanceId": "emf:e3f5718a-f74b-4ae1-92fa-9a96d56e3501-v1.1",
  4247. "originalInstanceId": "emf:e3f5718a-f74b-4ae1-92fa-9a96d56e3501"
  4248. },
  4249. "action": "scheduleVersionContentCreate",
  4250. "status": "RUNNING"
  4251. },
  4252. {
  4253. "identifier": "78ad9671-189c-4e79-b221-16dc9092265e",
  4254. "configuration": {
  4255. "scheduleTime": "2018-06-21T18:33:48.113Z",
  4256. "transactionMode": "REQUIRED",
  4257. "retryCount": 0,
  4258. "synchronous": true,
  4259. "incrementalDelay": true,
  4260. "maxRetryCount": 5,
  4261. "type": "TIMED",
  4262. "removeOnSuccess": true,
  4263. "executionContext": "DEFAULT",
  4264. "persistent": true,
  4265. "continueOrError": false,
  4266. "group": "scheduleVersionContentCreate",
  4267. "maxActive": 5
  4268. },
  4269. "context": {
  4270. "versionCreatedOn": "2018-06-21T18:33:42.503Z",
  4271. "processWidgets": true,
  4272. "versionInstanceId": "emf:98ccf97d-6c47-41e8-80b4-b1ef4610ba3f-v1.1",
  4273. "originalInstanceId": "emf:98ccf97d-6c47-41e8-80b4-b1ef4610ba3f"
  4274. },
  4275. "action": "scheduleVersionContentCreate",
  4276. "status": "RUNNING"
  4277. },
  4278. {
  4279. "identifier": "94f21954-79f0-4904-9f19-6ae2171dadfd",
  4280. "configuration": {
  4281. "scheduleTime": "2018-06-21T18:34:28.846Z",
  4282. "transactionMode": "NOT_SUPPORTED",
  4283. "retryCount": 0,
  4284. "synchronous": true,
  4285. "incrementalDelay": true,
  4286. "maxRetryCount": 5,
  4287. "type": "TIMED",
  4288. "removeOnSuccess": true,
  4289. "executionContext": "DEFAULT",
  4290. "persistent": true,
  4291. "continueOrError": false,
  4292. "group": "scheduleViewContentExtraction",
  4293. "maxActive": 5
  4294. },
  4295. "context": {
  4296. "instanceId": "emf:8e4101c0-074e-47d8-a383-0521c4f1465e"
  4297. },
  4298. "action": "scheduleViewContentExtraction",
  4299. "status": "RUNNING"
  4300. },
  4301. {
  4302. "identifier": "ef137287-9109-4008-b01c-d80600b1fcc2",
  4303. "configuration": {
  4304. "scheduleTime": "2018-06-21T18:34:38.261Z",
  4305. "transactionMode": "REQUIRED",
  4306. "retryCount": 0,
  4307. "synchronous": true,
  4308. "incrementalDelay": true,
  4309. "maxRetryCount": 5,
  4310. "type": "TIMED",
  4311. "removeOnSuccess": true,
  4312. "executionContext": "DEFAULT",
  4313. "persistent": true,
  4314. "continueOrError": false,
  4315. "group": "scheduleVersionContentCreate",
  4316. "maxActive": 5
  4317. },
  4318. "context": {
  4319. "versionCreatedOn": "2018-06-21T18:34:35.927Z",
  4320. "processWidgets": true,
  4321. "versionInstanceId": "emf:83a19eed-350e-4235-94e6-d82aa30f279b-v1.2",
  4322. "originalInstanceId": "emf:83a19eed-350e-4235-94e6-d82aa30f279b"
  4323. },
  4324. "action": "scheduleVersionContentCreate",
  4325. "status": "RUNNING"
  4326. },
  4327. {
  4328. "identifier": "3decf4d4-9020-4b8a-bbfb-1af76912f8b2",
  4329. "configuration": {
  4330. "scheduleTime": "2018-06-21T18:34:40.190Z",
  4331. "transactionMode": "REQUIRED",
  4332. "retryCount": 0,
  4333. "synchronous": true,
  4334. "incrementalDelay": true,
  4335. "maxRetryCount": 5,
  4336. "type": "TIMED",
  4337. "removeOnSuccess": true,
  4338. "executionContext": "DEFAULT",
  4339. "persistent": true,
  4340. "continueOrError": false,
  4341. "group": "scheduleVersionContentCreate",
  4342. "maxActive": 5
  4343. },
  4344. "context": {
  4345. "versionCreatedOn": "2018-06-21T18:34:34.880Z",
  4346. "processWidgets": true,
  4347. "versionInstanceId": "emf:475d4b06-e3dc-4700-a7ee-06f3e215f041-v1.1",
  4348. "originalInstanceId": "emf:475d4b06-e3dc-4700-a7ee-06f3e215f041"
  4349. },
  4350. "action": "scheduleVersionContentCreate",
  4351. "status": "RUNNING"
  4352. },
  4353. {
  4354. "identifier": "016aa4ab-86ce-495e-935c-602b8dcdfe80",
  4355. "configuration": {
  4356. "scheduleTime": "2018-06-21T10:40:05.759Z",
  4357. "transactionMode": "NOT_SUPPORTED",
  4358. "retryCount": 0,
  4359. "synchronous": true,
  4360. "incrementalDelay": true,
  4361. "maxRetryCount": 5,
  4362. "type": "TIMED",
  4363. "removeOnSuccess": true,
  4364. "executionContext": "DEFAULT",
  4365. "persistent": true,
  4366. "continueOrError": false,
  4367. "group": "scheduleViewContentExtraction",
  4368. "maxActive": 5
  4369. },
  4370. "context": {
  4371. "instanceId": "emf:75fe4af4-1eb5-4a87-bc38-c8fd1a0143ca"
  4372. },
  4373. "action": "scheduleViewContentExtraction",
  4374. "status": "RUNNING"
  4375. },
  4376. {
  4377. "identifier": "341d6d67-d1f1-434f-b718-e3c29ede929a",
  4378. "configuration": {
  4379. "scheduleTime": "2018-06-21T18:33:50.961Z",
  4380. "transactionMode": "NOT_SUPPORTED",
  4381. "retryCount": 0,
  4382. "synchronous": true,
  4383. "incrementalDelay": true,
  4384. "maxRetryCount": 5,
  4385. "type": "TIMED",
  4386. "removeOnSuccess": true,
  4387. "executionContext": "DEFAULT",
  4388. "persistent": true,
  4389. "continueOrError": false,
  4390. "group": "scheduleViewContentExtraction",
  4391. "maxActive": 5
  4392. },
  4393. "context": {
  4394. "instanceId": "emf:b15d7203-0111-488c-9ebc-d43591c72d8a"
  4395. },
  4396. "action": "scheduleViewContentExtraction",
  4397. "status": "RUNNING"
  4398. },
  4399. {
  4400. "identifier": "c1bbd0b4-2046-4c40-8b68-64733a1f7c31",
  4401. "configuration": {
  4402. "scheduleTime": "2018-06-21T10:36:59.770Z",
  4403. "transactionMode": "NOT_SUPPORTED",
  4404. "retryCount": 0,
  4405. "synchronous": true,
  4406. "incrementalDelay": true,
  4407. "maxRetryCount": 5,
  4408. "type": "TIMED",
  4409. "removeOnSuccess": true,
  4410. "executionContext": "DEFAULT",
  4411. "persistent": true,
  4412. "continueOrError": false,
  4413. "group": "scheduleViewContentExtraction",
  4414. "maxActive": 5
  4415. },
  4416. "context": {
  4417. "instanceId": "emf:f8c17c52-8cb9-4cb6-885a-4dd140e02db3"
  4418. },
  4419. "action": "scheduleViewContentExtraction",
  4420. "status": "RUNNING"
  4421. },
  4422. {
  4423. "identifier": "ec472737-4d24-4a6d-b7df-ed625d2a39cc",
  4424. "configuration": {
  4425. "scheduleTime": "2018-06-21T09:15:12.733Z",
  4426. "transactionMode": "NOT_SUPPORTED",
  4427. "retryCount": 0,
  4428. "synchronous": true,
  4429. "incrementalDelay": true,
  4430. "maxRetryCount": 5,
  4431. "type": "TIMED",
  4432. "removeOnSuccess": true,
  4433. "executionContext": "DEFAULT",
  4434. "persistent": true,
  4435. "continueOrError": false,
  4436. "group": "scheduleViewContentExtraction",
  4437. "maxActive": 5
  4438. },
  4439. "context": {
  4440. "instanceId": "emf:51b5fc15-fafd-41bc-bff2-d7d5c3e79e83"
  4441. },
  4442. "action": "scheduleViewContentExtraction",
  4443. "status": "RUNNING"
  4444. },
  4445. {
  4446. "identifier": "81038846-e42b-4771-aa3a-e1b6951f4c71",
  4447. "configuration": {
  4448. "scheduleTime": "2018-06-21T10:40:38.531Z",
  4449. "transactionMode": "NOT_SUPPORTED",
  4450. "retryCount": 0,
  4451. "synchronous": true,
  4452. "incrementalDelay": true,
  4453. "maxRetryCount": 5,
  4454. "type": "TIMED",
  4455. "removeOnSuccess": true,
  4456. "executionContext": "DEFAULT",
  4457. "persistent": true,
  4458. "continueOrError": false,
  4459. "group": "scheduleViewContentExtraction",
  4460. "maxActive": 5
  4461. },
  4462. "context": {
  4463. "instanceId": "emf:5eb9734e-0c8a-48f2-b871-f5a3987799fb"
  4464. },
  4465. "action": "scheduleViewContentExtraction",
  4466. "status": "RUNNING"
  4467. },
  4468. {
  4469. "identifier": "70c4fe37-2184-43a7-9115-ef93aed29a23",
  4470. "configuration": {
  4471. "scheduleTime": "2018-06-21T18:34:11.060Z",
  4472. "transactionMode": "NOT_SUPPORTED",
  4473. "retryCount": 0,
  4474. "synchronous": true,
  4475. "incrementalDelay": true,
  4476. "maxRetryCount": 5,
  4477. "type": "TIMED",
  4478. "removeOnSuccess": true,
  4479. "executionContext": "DEFAULT",
  4480. "persistent": true,
  4481. "continueOrError": false,
  4482. "group": "scheduleViewContentExtraction",
  4483. "maxActive": 5
  4484. },
  4485. "context": {
  4486. "instanceId": "emf:e78e2b29-57a4-4a98-a04d-7df5654de187"
  4487. },
  4488. "action": "scheduleViewContentExtraction",
  4489. "status": "RUNNING"
  4490. },
  4491. {
  4492. "identifier": "ca235031-2336-4fe5-8c48-5e0bf1926e38",
  4493. "configuration": {
  4494. "scheduleTime": "2018-06-21T18:34:42.528Z",
  4495. "transactionMode": "NOT_SUPPORTED",
  4496. "retryCount": 0,
  4497. "synchronous": true,
  4498. "incrementalDelay": true,
  4499. "maxRetryCount": 5,
  4500. "type": "TIMED",
  4501. "removeOnSuccess": true,
  4502. "executionContext": "DEFAULT",
  4503. "persistent": true,
  4504. "continueOrError": false,
  4505. "group": "scheduleViewContentExtraction",
  4506. "maxActive": 5
  4507. },
  4508. "context": {
  4509. "instanceId": "emf:eb57708a-3c1e-4298-a501-5f0b13c8fbcd"
  4510. },
  4511. "action": "scheduleViewContentExtraction",
  4512. "status": "RUNNING"
  4513. },
  4514. {
  4515. "identifier": "f13d72d6-6ad9-4a63-9077-1cce2c5f7c57",
  4516. "configuration": {
  4517. "scheduleTime": "2018-06-21T18:34:41.361Z",
  4518. "transactionMode": "NOT_SUPPORTED",
  4519. "retryCount": 0,
  4520. "synchronous": true,
  4521. "incrementalDelay": true,
  4522. "maxRetryCount": 5,
  4523. "type": "TIMED",
  4524. "removeOnSuccess": true,
  4525. "executionContext": "DEFAULT",
  4526. "persistent": true,
  4527. "continueOrError": false,
  4528. "group": "scheduleViewContentExtraction",
  4529. "maxActive": 5
  4530. },
  4531. "context": {
  4532. "instanceId": "emf:0f26a7d6-e427-4489-b094-23fe92864a43"
  4533. },
  4534. "action": "scheduleViewContentExtraction",
  4535. "status": "RUNNING"
  4536. },
  4537. {
  4538. "identifier": "8def4022-d163-469a-a0fe-b8db7cbc5283",
  4539. "configuration": {
  4540. "scheduleTime": "2018-06-21T11:45:11.020Z",
  4541. "transactionMode": "NOT_SUPPORTED",
  4542. "retryCount": 0,
  4543. "synchronous": true,
  4544. "incrementalDelay": true,
  4545. "maxRetryCount": 5,
  4546. "type": "TIMED",
  4547. "removeOnSuccess": true,
  4548. "executionContext": "DEFAULT",
  4549. "persistent": true,
  4550. "continueOrError": false,
  4551. "group": "scheduleViewContentExtraction",
  4552. "maxActive": 5
  4553. },
  4554. "context": {
  4555. "instanceId": "emf:a9961240-0815-4e35-aa53-5d8aba12c4f9"
  4556. },
  4557. "action": "scheduleViewContentExtraction",
  4558. "status": "RUNNING"
  4559. },
  4560. {
  4561. "identifier": "3a897196-cbb1-422c-930c-ba8c0238a7fb",
  4562. "configuration": {
  4563. "scheduleTime": "2018-06-21T11:12:53.615Z",
  4564. "transactionMode": "NOT_SUPPORTED",
  4565. "retryCount": 0,
  4566. "synchronous": true,
  4567. "incrementalDelay": true,
  4568. "maxRetryCount": 5,
  4569. "type": "TIMED",
  4570. "removeOnSuccess": true,
  4571. "executionContext": "DEFAULT",
  4572. "persistent": true,
  4573. "continueOrError": false,
  4574. "group": "scheduleViewContentExtraction",
  4575. "maxActive": 5
  4576. },
  4577. "context": {
  4578. "instanceId": "emf:5f0f95d4-74f9-4ad5-bdd1-26cb72188604"
  4579. },
  4580. "action": "scheduleViewContentExtraction",
  4581. "status": "RUNNING"
  4582. },
  4583. {
  4584. "identifier": "1f2efb92-f7fc-42e7-b066-a50a95fa4230",
  4585. "configuration": {
  4586. "scheduleTime": "2018-06-21T18:34:38.261Z",
  4587. "transactionMode": "REQUIRED",
  4588. "retryCount": 0,
  4589. "synchronous": true,
  4590. "incrementalDelay": true,
  4591. "maxRetryCount": 5,
  4592. "type": "TIMED",
  4593. "removeOnSuccess": true,
  4594. "executionContext": "DEFAULT",
  4595. "persistent": true,
  4596. "continueOrError": false,
  4597. "group": "scheduleVersionContentCreate",
  4598. "maxActive": 5
  4599. },
  4600. "context": {
  4601. "versionCreatedOn": "2018-06-21T18:34:35.927Z",
  4602. "processWidgets": true,
  4603. "versionInstanceId": "emf:7d4dde64-6c99-4385-a76c-daa5f30f0747-v1.2",
  4604. "originalInstanceId": "emf:7d4dde64-6c99-4385-a76c-daa5f30f0747"
  4605. },
  4606. "action": "scheduleVersionContentCreate",
  4607. "status": "RUNNING"
  4608. },
  4609. {
  4610. "identifier": "fdaaf623-24a5-467d-82c8-3689c71ac128",
  4611. "configuration": {
  4612. "scheduleTime": "2018-06-21T18:34:46.192Z",
  4613. "transactionMode": "REQUIRED",
  4614. "retryCount": 0,
  4615. "synchronous": true,
  4616. "incrementalDelay": true,
  4617. "maxRetryCount": 5,
  4618. "type": "TIMED",
  4619. "removeOnSuccess": true,
  4620. "executionContext": "DEFAULT",
  4621. "persistent": true,
  4622. "continueOrError": false,
  4623. "group": "scheduleVersionContentCreate",
  4624. "maxActive": 5
  4625. },
  4626. "context": {
  4627. "versionCreatedOn": "2018-06-21T18:34:40.922Z",
  4628. "processWidgets": true,
  4629. "versionInstanceId": "emf:eb57708a-3c1e-4298-a501-5f0b13c8fbcd-v1.1",
  4630. "originalInstanceId": "emf:eb57708a-3c1e-4298-a501-5f0b13c8fbcd"
  4631. },
  4632. "action": "scheduleVersionContentCreate",
  4633. "status": "RUNNING"
  4634. },
  4635. {
  4636. "identifier": "6fa9ad35-b9dc-4a74-aac2-224b79ccaefe",
  4637. "configuration": {
  4638. "scheduleTime": "2018-06-21T18:34:47.174Z",
  4639. "transactionMode": "NOT_SUPPORTED",
  4640. "retryCount": 0,
  4641. "synchronous": true,
  4642. "incrementalDelay": true,
  4643. "maxRetryCount": 5,
  4644. "type": "TIMED",
  4645. "removeOnSuccess": true,
  4646. "executionContext": "DEFAULT",
  4647. "persistent": true,
  4648. "continueOrError": false,
  4649. "group": "scheduleViewContentExtraction",
  4650. "maxActive": 5
  4651. },
  4652. "context": {
  4653. "instanceId": "emf:c731ebf1-43d0-46f1-9af7-86cddeaed3c5"
  4654. },
  4655. "action": "scheduleViewContentExtraction",
  4656. "status": "RUNNING"
  4657. },
  4658. {
  4659. "identifier": "98abed07-cf1f-4896-9cb1-9303c76a862b",
  4660. "configuration": {
  4661. "scheduleTime": "2018-06-21T18:34:46.652Z",
  4662. "transactionMode": "REQUIRED",
  4663. "retryCount": 0,
  4664. "synchronous": true,
  4665. "incrementalDelay": true,
  4666. "maxRetryCount": 5,
  4667. "type": "TIMED",
  4668. "removeOnSuccess": true,
  4669. "executionContext": "DEFAULT",
  4670. "persistent": true,
  4671. "continueOrError": false,
  4672. "group": "scheduleVersionContentCreate",
  4673. "maxActive": 5
  4674. },
  4675. "context": {
  4676. "versionCreatedOn": "2018-06-21T18:34:44.201Z",
  4677. "processWidgets": true,
  4678. "versionInstanceId": "emf:e24ad2ee-ca9e-41b9-a08b-7cef014e00e3-v1.2",
  4679. "originalInstanceId": "emf:e24ad2ee-ca9e-41b9-a08b-7cef014e00e3"
  4680. },
  4681. "action": "scheduleVersionContentCreate",
  4682. "status": "RUNNING"
  4683. },
  4684. {
  4685. "identifier": "7591ba54-ca8c-4e1e-9f13-9884547219ed",
  4686. "configuration": {
  4687. "scheduleTime": "2018-06-21T18:33:11.822Z",
  4688. "transactionMode": "NOT_SUPPORTED",
  4689. "retryCount": 0,
  4690. "synchronous": true,
  4691. "incrementalDelay": true,
  4692. "maxRetryCount": 5,
  4693. "type": "TIMED",
  4694. "removeOnSuccess": true,
  4695. "executionContext": "DEFAULT",
  4696. "persistent": true,
  4697. "continueOrError": false,
  4698. "group": "scheduleViewContentExtraction",
  4699. "maxActive": 5
  4700. },
  4701. "context": {
  4702. "instanceId": "emf:52bd04f7-26fa-419a-830e-06e1e7fcc756"
  4703. },
  4704. "action": "scheduleViewContentExtraction",
  4705. "status": "RUNNING"
  4706. },
  4707. {
  4708. "identifier": "501085c4-7049-4260-a4a0-9fbc5a1fc598",
  4709. "configuration": {
  4710. "scheduleTime": "2018-06-21T18:33:13.594Z",
  4711. "transactionMode": "NOT_SUPPORTED",
  4712. "retryCount": 0,
  4713. "synchronous": true,
  4714. "incrementalDelay": true,
  4715. "maxRetryCount": 5,
  4716. "type": "TIMED",
  4717. "removeOnSuccess": true,
  4718. "executionContext": "DEFAULT",
  4719. "persistent": true,
  4720. "continueOrError": false,
  4721. "group": "scheduleViewContentExtraction",
  4722. "maxActive": 5
  4723. },
  4724. "context": {
  4725. "instanceId": "emf:52bd04f7-26fa-419a-830e-06e1e7fcc756"
  4726. },
  4727. "action": "scheduleViewContentExtraction",
  4728. "status": "RUNNING"
  4729. },
  4730. {
  4731. "identifier": "2af4875a-0c19-4548-a8ab-f06f36f2529a",
  4732. "configuration": {
  4733. "scheduleTime": "2018-06-21T18:34:47.917Z",
  4734. "transactionMode": "NOT_SUPPORTED",
  4735. "retryCount": 0,
  4736. "synchronous": true,
  4737. "incrementalDelay": true,
  4738. "maxRetryCount": 5,
  4739. "type": "TIMED",
  4740. "removeOnSuccess": true,
  4741. "executionContext": "DEFAULT",
  4742. "persistent": true,
  4743. "continueOrError": false,
  4744. "group": "scheduleViewContentExtraction",
  4745. "maxActive": 5
  4746. },
  4747. "context": {
  4748. "instanceId": "emf:99bc7eb8-ee48-445b-abba-ec2f223fd14a"
  4749. },
  4750. "action": "scheduleViewContentExtraction",
  4751. "status": "RUNNING"
  4752. },
  4753. {
  4754. "identifier": "b3aaeb4c-ddc5-476d-8546-f8bbb3c6cb08",
  4755. "configuration": {
  4756. "scheduleTime": "2018-06-21T18:34:52.438Z",
  4757. "transactionMode": "REQUIRED",
  4758. "retryCount": 0,
  4759. "synchronous": true,
  4760. "incrementalDelay": true,
  4761. "maxRetryCount": 5,
  4762. "type": "TIMED",
  4763. "removeOnSuccess": true,
  4764. "executionContext": "DEFAULT",
  4765. "persistent": true,
  4766. "continueOrError": false,
  4767. "group": "scheduleVersionContentCreate",
  4768. "maxActive": 5
  4769. },
  4770. "context": {
  4771. "versionCreatedOn": "2018-06-21T18:34:47.084Z",
  4772. "processWidgets": true,
  4773. "versionInstanceId": "emf:1fc88b60-87ee-4fd4-a051-2b4889f9a4fc-v1.1",
  4774. "originalInstanceId": "emf:1fc88b60-87ee-4fd4-a051-2b4889f9a4fc"
  4775. },
  4776. "action": "scheduleVersionContentCreate",
  4777. "status": "RUNNING"
  4778. },
  4779. {
  4780. "identifier": "dcba30d6-e396-4c41-9d38-360438c8b385",
  4781. "configuration": {
  4782. "scheduleTime": "2018-06-21T18:34:55.004Z",
  4783. "transactionMode": "NOT_SUPPORTED",
  4784. "retryCount": 0,
  4785. "synchronous": true,
  4786. "incrementalDelay": true,
  4787. "maxRetryCount": 5,
  4788. "type": "TIMED",
  4789. "removeOnSuccess": true,
  4790. "executionContext": "DEFAULT",
  4791. "persistent": true,
  4792. "continueOrError": false,
  4793. "group": "scheduleViewContentExtraction",
  4794. "maxActive": 5
  4795. },
  4796. "context": {
  4797. "instanceId": "emf:c6d9539d-2b1f-48c2-83e6-b2dc03c702ec"
  4798. },
  4799. "action": "scheduleViewContentExtraction",
  4800. "status": "RUNNING"
  4801. },
  4802. {
  4803. "identifier": "7fe7a38d-e1ba-4fd8-8f16-7bdaeeb2337b",
  4804. "configuration": {
  4805. "scheduleTime": "2018-06-21T18:34:55.013Z",
  4806. "transactionMode": "NOT_SUPPORTED",
  4807. "retryCount": 0,
  4808. "synchronous": true,
  4809. "incrementalDelay": true,
  4810. "maxRetryCount": 5,
  4811. "type": "TIMED",
  4812. "removeOnSuccess": true,
  4813. "executionContext": "DEFAULT",
  4814. "persistent": true,
  4815. "continueOrError": false,
  4816. "group": "scheduleViewContentExtraction",
  4817. "maxActive": 5
  4818. },
  4819. "context": {
  4820. "instanceId": "emf:f6dfc9f6-7bc5-4d5d-a91c-503e346e6b55"
  4821. },
  4822. "action": "scheduleViewContentExtraction",
  4823. "status": "RUNNING"
  4824. },
  4825. {
  4826. "identifier": "0ffc1aba-7086-4ae4-9fe9-bdb66968a187",
  4827. "configuration": {
  4828. "scheduleTime": "2018-06-21T18:34:34.050Z",
  4829. "transactionMode": "REQUIRED",
  4830. "retryCount": 0,
  4831. "synchronous": true,
  4832. "incrementalDelay": true,
  4833. "maxRetryCount": 5,
  4834. "type": "TIMED",
  4835. "removeOnSuccess": true,
  4836. "executionContext": "DEFAULT",
  4837. "persistent": true,
  4838. "continueOrError": false,
  4839. "group": "scheduleVersionContentCreate",
  4840. "maxActive": 5
  4841. },
  4842. "context": {
  4843. "versionCreatedOn": "2018-06-21T18:34:28.585Z",
  4844. "processWidgets": true,
  4845. "versionInstanceId": "emf:0d993466-2bed-42d0-9d5d-930b4ffae03f-v1.1",
  4846. "originalInstanceId": "emf:0d993466-2bed-42d0-9d5d-930b4ffae03f"
  4847. },
  4848. "action": "scheduleVersionContentCreate",
  4849. "status": "RUNNING"
  4850. },
  4851. {
  4852. "identifier": "4fd8e585-6c1e-4109-bf7c-158461e6a93a",
  4853. "configuration": {
  4854. "scheduleTime": "2018-06-21T18:34:34.094Z",
  4855. "transactionMode": "REQUIRED",
  4856. "retryCount": 0,
  4857. "synchronous": true,
  4858. "incrementalDelay": true,
  4859. "maxRetryCount": 5,
  4860. "type": "TIMED",
  4861. "removeOnSuccess": true,
  4862. "executionContext": "DEFAULT",
  4863. "persistent": true,
  4864. "continueOrError": false,
  4865. "group": "scheduleVersionContentCreate",
  4866. "maxActive": 5
  4867. },
  4868. "context": {
  4869. "versionCreatedOn": "2018-06-21T18:34:28.603Z",
  4870. "processWidgets": true,
  4871. "versionInstanceId": "emf:8e4101c0-074e-47d8-a383-0521c4f1465e-v1.1",
  4872. "originalInstanceId": "emf:8e4101c0-074e-47d8-a383-0521c4f1465e"
  4873. },
  4874. "action": "scheduleVersionContentCreate",
  4875. "status": "RUNNING"
  4876. },
  4877. {
  4878. "identifier": "98419d62-9d01-4efc-9367-eacc8c679522",
  4879. "configuration": {
  4880. "scheduleTime": "2018-06-21T18:34:34.144Z",
  4881. "transactionMode": "REQUIRED",
  4882. "retryCount": 0,
  4883. "synchronous": true,
  4884. "incrementalDelay": true,
  4885. "maxRetryCount": 5,
  4886. "type": "TIMED",
  4887. "removeOnSuccess": true,
  4888. "executionContext": "DEFAULT",
  4889. "persistent": true,
  4890. "continueOrError": false,
  4891. "group": "scheduleVersionContentCreate",
  4892. "maxActive": 5
  4893. },
  4894. "context": {
  4895. "versionCreatedOn": "2018-06-21T18:34:32.007Z",
  4896. "processWidgets": true,
  4897. "versionInstanceId": "emf:f0721226-a61f-454e-9ca4-7376975c0156-v1.2",
  4898. "originalInstanceId": "emf:f0721226-a61f-454e-9ca4-7376975c0156"
  4899. },
  4900. "action": "scheduleVersionContentCreate",
  4901. "status": "RUNNING"
  4902. },
  4903. {
  4904. "identifier": "68982804-1c8e-46ed-80b9-a77e34581bce",
  4905. "configuration": {
  4906. "scheduleTime": "2018-06-21T18:34:34.456Z",
  4907. "transactionMode": "REQUIRED",
  4908. "retryCount": 0,
  4909. "synchronous": true,
  4910. "incrementalDelay": true,
  4911. "maxRetryCount": 5,
  4912. "type": "TIMED",
  4913. "removeOnSuccess": true,
  4914. "executionContext": "DEFAULT",
  4915. "persistent": true,
  4916. "continueOrError": false,
  4917. "group": "scheduleVersionContentCreate",
  4918. "maxActive": 5
  4919. },
  4920. "context": {
  4921. "versionCreatedOn": "2018-06-21T18:34:30.297Z",
  4922. "processWidgets": true,
  4923. "versionInstanceId": "emf:f0721226-a61f-454e-9ca4-7376975c0156-v1.1",
  4924. "originalInstanceId": "emf:f0721226-a61f-454e-9ca4-7376975c0156"
  4925. },
  4926. "action": "scheduleVersionContentCreate",
  4927. "status": "RUNNING"
  4928. },
  4929. {
  4930. "identifier": "f255cac7-8682-412c-8f6b-453740ac9d5a",
  4931. "configuration": {
  4932. "scheduleTime": "2018-06-21T18:34:48.321Z",
  4933. "transactionMode": "REQUIRED",
  4934. "retryCount": 0,
  4935. "synchronous": true,
  4936. "incrementalDelay": true,
  4937. "maxRetryCount": 5,
  4938. "type": "TIMED",
  4939. "removeOnSuccess": true,
  4940. "executionContext": "DEFAULT",
  4941. "persistent": true,
  4942. "continueOrError": false,
  4943. "group": "scheduleVersionContentCreate",
  4944. "maxActive": 5
  4945. },
  4946. "context": {
  4947. "versionCreatedOn": "2018-06-21T18:34:42.283Z",
  4948. "processWidgets": true,
  4949. "versionInstanceId": "emf:e24ad2ee-ca9e-41b9-a08b-7cef014e00e3-v1.1",
  4950. "originalInstanceId": "emf:e24ad2ee-ca9e-41b9-a08b-7cef014e00e3"
  4951. },
  4952. "action": "scheduleVersionContentCreate",
  4953. "status": "RUNNING"
  4954. },
  4955. {
  4956. "identifier": "076e5dd8-1e68-4cc6-908a-b02211745ced",
  4957. "configuration": {
  4958. "scheduleTime": "2018-06-21T18:34:48.573Z",
  4959. "transactionMode": "REQUIRED",
  4960. "retryCount": 0,
  4961. "synchronous": true,
  4962. "incrementalDelay": true,
  4963. "maxRetryCount": 5,
  4964. "type": "TIMED",
  4965. "removeOnSuccess": true,
  4966. "executionContext": "DEFAULT",
  4967. "persistent": true,
  4968. "continueOrError": false,
  4969. "group": "scheduleVersionContentCreate",
  4970. "maxActive": 5
  4971. },
  4972. "context": {
  4973. "versionCreatedOn": "2018-06-21T18:34:46.475Z",
  4974. "processWidgets": true,
  4975. "versionInstanceId": "emf:c731ebf1-43d0-46f1-9af7-86cddeaed3c5-v1.2",
  4976. "originalInstanceId": "emf:c731ebf1-43d0-46f1-9af7-86cddeaed3c5"
  4977. },
  4978. "action": "scheduleVersionContentCreate",
  4979. "status": "RUNNING"
  4980. },
  4981. {
  4982. "identifier": "59e6bbbf-fc3a-4821-a199-4c544c833d6e",
  4983. "configuration": {
  4984. "scheduleTime": "2018-06-21T18:34:47.398Z",
  4985. "transactionMode": "NOT_SUPPORTED",
  4986. "retryCount": 0,
  4987. "synchronous": true,
  4988. "incrementalDelay": true,
  4989. "maxRetryCount": 5,
  4990. "type": "TIMED",
  4991. "removeOnSuccess": true,
  4992. "executionContext": "DEFAULT",
  4993. "persistent": true,
  4994. "continueOrError": false,
  4995. "group": "scheduleViewContentExtraction",
  4996. "maxActive": 5
  4997. },
  4998. "context": {
  4999. "instanceId": "emf:1fc88b60-87ee-4fd4-a051-2b4889f9a4fc"
  5000. },
  5001. "action": "scheduleViewContentExtraction",
  5002. "status": "RUNNING"
  5003. },
  5004. {
  5005. "identifier": "bcafdea6-4da5-4512-866e-fc9452c09bf2",
  5006. "configuration": {
  5007. "scheduleTime": "2018-06-21T18:34:48.646Z",
  5008. "transactionMode": "NOT_SUPPORTED",
  5009. "retryCount": 0,
  5010. "synchronous": true,
  5011. "incrementalDelay": true,
  5012. "maxRetryCount": 5,
  5013. "type": "TIMED",
  5014. "removeOnSuccess": true,
  5015. "executionContext": "DEFAULT",
  5016. "persistent": true,
  5017. "continueOrError": false,
  5018. "group": "scheduleViewContentExtraction",
  5019. "maxActive": 5
  5020. },
  5021. "context": {
  5022. "instanceId": "emf:1fc88b60-87ee-4fd4-a051-2b4889f9a4fc"
  5023. },
  5024. "action": "scheduleViewContentExtraction",
  5025. "status": "RUNNING"
  5026. },
  5027. {
  5028. "identifier": "52eed315-5180-4703-a023-bc4baf7a852f",
  5029. "configuration": {
  5030. "scheduleTime": "2018-06-21T18:34:48.860Z",
  5031. "transactionMode": "NOT_SUPPORTED",
  5032. "retryCount": 0,
  5033. "synchronous": true,
  5034. "incrementalDelay": true,
  5035. "maxRetryCount": 5,
  5036. "type": "TIMED",
  5037. "removeOnSuccess": true,
  5038. "executionContext": "DEFAULT",
  5039. "persistent": true,
  5040. "continueOrError": false,
  5041. "group": "scheduleViewContentExtraction",
  5042. "maxActive": 5
  5043. },
  5044. "context": {
  5045. "instanceId": "emf:99bc7eb8-ee48-445b-abba-ec2f223fd14a"
  5046. },
  5047. "action": "scheduleViewContentExtraction",
  5048. "status": "RUNNING"
  5049. },
  5050. {
  5051. "identifier": "376ea20e-5dbc-4bcf-81fc-4863326bb99a",
  5052. "configuration": {
  5053. "scheduleTime": "2018-06-21T08:37:03.617Z",
  5054. "transactionMode": "NOT_SUPPORTED",
  5055. "retryCount": 0,
  5056. "synchronous": true,
  5057. "incrementalDelay": true,
  5058. "maxRetryCount": 5,
  5059. "type": "TIMED",
  5060. "removeOnSuccess": true,
  5061. "executionContext": "DEFAULT",
  5062. "persistent": true,
  5063. "continueOrError": false,
  5064. "group": "scheduleViewContentExtraction",
  5065. "maxActive": 5
  5066. },
  5067. "context": {
  5068. "instanceId": "emf:31a9aa6d-2943-4961-b043-afae13fe718a"
  5069. },
  5070. "action": "scheduleViewContentExtraction",
  5071. "status": "RUNNING"
  5072. },
  5073. {
  5074. "identifier": "c04e9fe7-b039-4d8a-98e8-eb72c8851518",
  5075. "configuration": {
  5076. "scheduleTime": "2018-06-21T11:43:52.809Z",
  5077. "transactionMode": "REQUIRED",
  5078. "retryCount": 0,
  5079. "synchronous": true,
  5080. "incrementalDelay": true,
  5081. "maxRetryCount": 5,
  5082. "type": "TIMED",
  5083. "removeOnSuccess": true,
  5084. "executionContext": "DEFAULT",
  5085. "persistent": true,
  5086. "continueOrError": false,
  5087. "group": "scheduleVersionContentCreate",
  5088. "maxActive": 5
  5089. },
  5090. "context": {
  5091. "versionCreatedOn": "2018-06-21T11:43:48.507Z",
  5092. "processWidgets": true,
  5093. "versionInstanceId": "emf:f2dfb6bb-99ce-4221-b035-27b672c4f233-v1.1",
  5094. "originalInstanceId": "emf:f2dfb6bb-99ce-4221-b035-27b672c4f233"
  5095. },
  5096. "action": "scheduleVersionContentCreate",
  5097. "status": "RUNNING"
  5098. },
  5099. {
  5100. "identifier": "ec1f0418-8e29-43e2-908b-fffae6459cea",
  5101. "configuration": {
  5102. "scheduleTime": "2018-06-21T10:37:12.066Z",
  5103. "transactionMode": "NOT_SUPPORTED",
  5104. "retryCount": 0,
  5105. "synchronous": true,
  5106. "incrementalDelay": true,
  5107. "maxRetryCount": 5,
  5108. "type": "TIMED",
  5109. "removeOnSuccess": true,
  5110. "executionContext": "DEFAULT",
  5111. "persistent": true,
  5112. "continueOrError": false,
  5113. "group": "scheduleViewContentExtraction",
  5114. "maxActive": 5
  5115. },
  5116. "context": {
  5117. "instanceId": "emf:d05bbb02-f91c-458c-bc08-889941932c19"
  5118. },
  5119. "action": "scheduleViewContentExtraction",
  5120. "status": "RUNNING"
  5121. },
  5122. {
  5123. "identifier": "5aa2ebff-2195-40fd-b2dc-313904050a84",
  5124. "configuration": {
  5125. "scheduleTime": "2018-06-21T16:31:10.116Z",
  5126. "transactionMode": "NOT_SUPPORTED",
  5127. "retryCount": 0,
  5128. "synchronous": true,
  5129. "incrementalDelay": true,
  5130. "maxRetryCount": 5,
  5131. "type": "TIMED",
  5132. "removeOnSuccess": true,
  5133. "executionContext": "DEFAULT",
  5134. "persistent": true,
  5135. "continueOrError": false,
  5136. "group": "scheduleViewContentExtraction",
  5137. "maxActive": 5
  5138. },
  5139. "context": {
  5140. "instanceId": "emf:50c218cd-7abb-4dd0-9d95-c697e16be28f"
  5141. },
  5142. "action": "scheduleViewContentExtraction",
  5143. "status": "RUNNING"
  5144. },
  5145. {
  5146. "identifier": "a27a06fe-b3d0-49e5-899e-1558e2f5d4a8",
  5147. "configuration": {
  5148. "scheduleTime": "2018-06-21T07:29:05.407Z",
  5149. "transactionMode": "NOT_SUPPORTED",
  5150. "retryCount": 0,
  5151. "synchronous": true,
  5152. "incrementalDelay": true,
  5153. "maxRetryCount": 5,
  5154. "type": "TIMED",
  5155. "removeOnSuccess": true,
  5156. "executionContext": "DEFAULT",
  5157. "persistent": true,
  5158. "continueOrError": false,
  5159. "group": "scheduleViewContentExtraction",
  5160. "maxActive": 5
  5161. },
  5162. "context": {
  5163. "instanceId": "emf:b1fdae90-4189-4d18-9b6c-d58aaac1e382"
  5164. },
  5165. "action": "scheduleViewContentExtraction",
  5166. "status": "RUNNING"
  5167. },
  5168. {
  5169. "identifier": "a823ada5-e339-48cc-825d-8b3e2eac1245",
  5170. "configuration": {
  5171. "scheduleTime": "2018-06-21T11:09:56.683Z",
  5172. "transactionMode": "NOT_SUPPORTED",
  5173. "retryCount": 0,
  5174. "synchronous": true,
  5175. "incrementalDelay": true,
  5176. "maxRetryCount": 5,
  5177. "type": "TIMED",
  5178. "removeOnSuccess": true,
  5179. "executionContext": "DEFAULT",
  5180. "persistent": true,
  5181. "continueOrError": false,
  5182. "group": "scheduleViewContentExtraction",
  5183. "maxActive": 5
  5184. },
  5185. "context": {
  5186. "instanceId": "emf:65ff8dbc-bb46-4ee9-b9d2-2f58860e6c2f"
  5187. },
  5188. "action": "scheduleViewContentExtraction",
  5189. "status": "RUNNING"
  5190. },
  5191. {
  5192. "identifier": "e523ae70-d09b-436e-9074-0463bc8355a2",
  5193. "configuration": {
  5194. "scheduleTime": "2018-06-21T07:29:42.559Z",
  5195. "transactionMode": "NOT_SUPPORTED",
  5196. "retryCount": 0,
  5197. "synchronous": true,
  5198. "incrementalDelay": true,
  5199. "maxRetryCount": 5,
  5200. "type": "TIMED",
  5201. "removeOnSuccess": true,
  5202. "executionContext": "DEFAULT",
  5203. "persistent": true,
  5204. "continueOrError": false,
  5205. "group": "scheduleViewContentExtraction",
  5206. "maxActive": 5
  5207. },
  5208. "context": {
  5209. "instanceId": "emf:283a7d49-0202-4b84-b54c-beec228c2caf"
  5210. },
  5211. "action": "scheduleViewContentExtraction",
  5212. "status": "RUNNING"
  5213. },
  5214. {
  5215. "identifier": "356b2590-2a4d-4c66-a54e-3e7bacf6eaf1",
  5216. "configuration": {
  5217. "scheduleTime": "2018-06-21T09:44:19.214Z",
  5218. "transactionMode": "NOT_SUPPORTED",
  5219. "retryCount": 0,
  5220. "synchronous": true,
  5221. "incrementalDelay": true,
  5222. "maxRetryCount": 5,
  5223. "type": "TIMED",
  5224. "removeOnSuccess": true,
  5225. "executionContext": "DEFAULT",
  5226. "persistent": true,
  5227. "continueOrError": false,
  5228. "group": "scheduleViewContentExtraction",
  5229. "maxActive": 5
  5230. },
  5231. "context": {
  5232. "instanceId": "emf:9c4a7ec2-312b-4a09-b256-cf57faa1fb26"
  5233. },
  5234. "action": "scheduleViewContentExtraction",
  5235. "status": "RUNNING"
  5236. },
  5237. {
  5238. "identifier": "2a59cd1d-0ff1-4d3a-b8b8-570597087109",
  5239. "configuration": {
  5240. "scheduleTime": "2018-06-21T08:37:23.875Z",
  5241. "transactionMode": "NOT_SUPPORTED",
  5242. "retryCount": 0,
  5243. "synchronous": true,
  5244. "incrementalDelay": true,
  5245. "maxRetryCount": 5,
  5246. "type": "TIMED",
  5247. "removeOnSuccess": true,
  5248. "executionContext": "DEFAULT",
  5249. "persistent": true,
  5250. "continueOrError": false,
  5251. "group": "scheduleViewContentExtraction",
  5252. "maxActive": 5
  5253. },
  5254. "context": {
  5255. "instanceId": "emf:24c23880-7152-497d-93be-2d95bf7964ba"
  5256. },
  5257. "action": "scheduleViewContentExtraction",
  5258. "status": "RUNNING"
  5259. },
  5260. {
  5261. "identifier": "ccfc4870-98e7-423c-9782-eca48ab7f1e1",
  5262. "configuration": {
  5263. "scheduleTime": "2018-06-21T08:40:08.846Z",
  5264. "transactionMode": "NOT_SUPPORTED",
  5265. "retryCount": 0,
  5266. "synchronous": true,
  5267. "incrementalDelay": true,
  5268. "maxRetryCount": 5,
  5269. "type": "TIMED",
  5270. "removeOnSuccess": true,
  5271. "executionContext": "DEFAULT",
  5272. "persistent": true,
  5273. "continueOrError": false,
  5274. "group": "scheduleViewContentExtraction",
  5275. "maxActive": 5
  5276. },
  5277. "context": {
  5278. "instanceId": "emf:29e3f31b-59d2-42be-9200-7dfa64f8dd02"
  5279. },
  5280. "action": "scheduleViewContentExtraction",
  5281. "status": "RUNNING"
  5282. },
  5283. {
  5284. "identifier": "8d9d3eca-0074-4045-a57c-3dc8a5943245",
  5285. "configuration": {
  5286. "scheduleTime": "2018-06-21T09:41:41.242Z",
  5287. "transactionMode": "NOT_SUPPORTED",
  5288. "retryCount": 0,
  5289. "synchronous": true,
  5290. "incrementalDelay": true,
  5291. "maxRetryCount": 5,
  5292. "type": "TIMED",
  5293. "removeOnSuccess": true,
  5294. "executionContext": "DEFAULT",
  5295. "persistent": true,
  5296. "continueOrError": false,
  5297. "group": "scheduleViewContentExtraction",
  5298. "maxActive": 5
  5299. },
  5300. "context": {
  5301. "instanceId": "emf:0236274b-e6ad-41ed-8063-92a7401c1391"
  5302. },
  5303. "action": "scheduleViewContentExtraction",
  5304. "status": "RUNNING"
  5305. },
  5306. {
  5307. "identifier": "9fbaf283-4d6b-48ad-a86c-64de8ae19b14",
  5308. "configuration": {
  5309. "scheduleTime": "2018-06-21T08:40:27.332Z",
  5310. "transactionMode": "NOT_SUPPORTED",
  5311. "retryCount": 0,
  5312. "synchronous": true,
  5313. "incrementalDelay": true,
  5314. "maxRetryCount": 5,
  5315. "type": "TIMED",
  5316. "removeOnSuccess": true,
  5317. "executionContext": "DEFAULT",
  5318. "persistent": true,
  5319. "continueOrError": false,
  5320. "group": "scheduleViewContentExtraction",
  5321. "maxActive": 5
  5322. },
  5323. "context": {
  5324. "instanceId": "emf:9e125633-34c0-43a8-a629-cb9cc02ee92b"
  5325. },
  5326. "action": "scheduleViewContentExtraction",
  5327. "status": "RUNNING"
  5328. },
  5329. {
  5330. "identifier": "4bb4104f-88f5-4108-be6d-53c40e7f41b3",
  5331. "configuration": {
  5332. "scheduleTime": "2018-06-21T07:29:54.832Z",
  5333. "transactionMode": "NOT_SUPPORTED",
  5334. "retryCount": 0,
  5335. "synchronous": true,
  5336. "incrementalDelay": true,
  5337. "maxRetryCount": 5,
  5338. "type": "TIMED",
  5339. "removeOnSuccess": true,
  5340. "executionContext": "DEFAULT",
  5341. "persistent": true,
  5342. "continueOrError": false,
  5343. "group": "scheduleViewContentExtraction",
  5344. "maxActive": 5
  5345. },
  5346. "context": {
  5347. "instanceId": "emf:b09f69a3-a5c3-4445-bd0e-735ca6f6e564"
  5348. },
  5349. "action": "scheduleViewContentExtraction",
  5350. "status": "RUNNING"
  5351. },
  5352. {
  5353. "identifier": "653d7cba-eead-4e36-a5f8-2a34c580fefc",
  5354. "configuration": {
  5355. "scheduleTime": "2018-06-21T09:44:19.789Z",
  5356. "transactionMode": "NOT_SUPPORTED",
  5357. "retryCount": 0,
  5358. "synchronous": true,
  5359. "incrementalDelay": true,
  5360. "maxRetryCount": 5,
  5361. "type": "TIMED",
  5362. "removeOnSuccess": true,
  5363. "executionContext": "DEFAULT",
  5364. "persistent": true,
  5365. "continueOrError": false,
  5366. "group": "scheduleViewContentExtraction",
  5367. "maxActive": 5
  5368. },
  5369. "context": {
  5370. "instanceId": "emf:4aeb2255-bf71-4439-aa8d-82438d5aabf0"
  5371. },
  5372. "action": "scheduleViewContentExtraction",
  5373. "status": "RUNNING"
  5374. },
  5375. {
  5376. "identifier": "aba83a36-5c90-4bbe-968e-04082b987f10",
  5377. "configuration": {
  5378. "scheduleTime": "2018-06-21T08:35:33.785Z",
  5379. "transactionMode": "NOT_SUPPORTED",
  5380. "retryCount": 0,
  5381. "synchronous": true,
  5382. "incrementalDelay": true,
  5383. "maxRetryCount": 5,
  5384. "type": "TIMED",
  5385. "removeOnSuccess": true,
  5386. "executionContext": "DEFAULT",
  5387. "persistent": true,
  5388. "continueOrError": false,
  5389. "group": "scheduleViewContentExtraction",
  5390. "maxActive": 5
  5391. },
  5392. "context": {
  5393. "instanceId": "emf:5b5a5774-f74a-4d89-adae-0ed38a4a5751"
  5394. },
  5395. "action": "scheduleViewContentExtraction",
  5396. "status": "RUNNING"
  5397. },
  5398. {
  5399. "identifier": "212600a3-fd39-4337-9635-8cb778d904cf",
  5400. "configuration": {
  5401. "scheduleTime": "2018-06-21T14:05:05.847Z",
  5402. "transactionMode": "NOT_SUPPORTED",
  5403. "retryCount": 0,
  5404. "synchronous": true,
  5405. "incrementalDelay": true,
  5406. "maxRetryCount": 5,
  5407. "type": "TIMED",
  5408. "removeOnSuccess": true,
  5409. "executionContext": "DEFAULT",
  5410. "persistent": true,
  5411. "continueOrError": false,
  5412. "group": "scheduleViewContentExtraction",
  5413. "maxActive": 5
  5414. },
  5415. "context": {
  5416. "instanceId": "emf:67491209-bae7-4a54-a003-bc9051eddabb"
  5417. },
  5418. "action": "scheduleViewContentExtraction",
  5419. "status": "RUNNING"
  5420. },
  5421. {
  5422. "identifier": "59594aba-f511-48cd-9e10-8ba96b830f8c",
  5423. "configuration": {
  5424. "scheduleTime": "2018-06-21T14:02:05.958Z",
  5425. "transactionMode": "NOT_SUPPORTED",
  5426. "retryCount": 0,
  5427. "synchronous": true,
  5428. "incrementalDelay": true,
  5429. "maxRetryCount": 5,
  5430. "type": "TIMED",
  5431. "removeOnSuccess": true,
  5432. "executionContext": "DEFAULT",
  5433. "persistent": true,
  5434. "continueOrError": false,
  5435. "group": "scheduleViewContentExtraction",
  5436. "maxActive": 5
  5437. },
  5438. "context": {
  5439. "instanceId": "emf:9467e03d-1c2a-4745-8dc8-bc1b6966d0ed"
  5440. },
  5441. "action": "scheduleViewContentExtraction",
  5442. "status": "RUNNING"
  5443. },
  5444. {
  5445. "identifier": "d956d149-dac1-456b-afc0-f589afebd663",
  5446. "configuration": {
  5447. "scheduleTime": "2018-06-21T07:30:31.976Z",
  5448. "transactionMode": "NOT_SUPPORTED",
  5449. "retryCount": 0,
  5450. "synchronous": true,
  5451. "incrementalDelay": true,
  5452. "maxRetryCount": 5,
  5453. "type": "TIMED",
  5454. "removeOnSuccess": true,
  5455. "executionContext": "DEFAULT",
  5456. "persistent": true,
  5457. "continueOrError": false,
  5458. "group": "scheduleViewContentExtraction",
  5459. "maxActive": 5
  5460. },
  5461. "context": {
  5462. "instanceId": "emf:a674f258-f20a-4676-b616-dfeb2a099be9"
  5463. },
  5464. "action": "scheduleViewContentExtraction",
  5465. "status": "RUNNING"
  5466. },
  5467. {
  5468. "identifier": "af8e79be-a1eb-4929-9d98-58b9d58b4e90",
  5469. "configuration": {
  5470. "scheduleTime": "2018-06-21T09:13:20.781Z",
  5471. "transactionMode": "NOT_SUPPORTED",
  5472. "retryCount": 0,
  5473. "synchronous": true,
  5474. "incrementalDelay": true,
  5475. "maxRetryCount": 5,
  5476. "type": "TIMED",
  5477. "removeOnSuccess": true,
  5478. "executionContext": "DEFAULT",
  5479. "persistent": true,
  5480. "continueOrError": false,
  5481. "group": "scheduleViewContentExtraction",
  5482. "maxActive": 5
  5483. },
  5484. "context": {
  5485. "instanceId": "emf:fc42eb07-dddf-4be9-8ac7-0e915f027133"
  5486. },
  5487. "action": "scheduleViewContentExtraction",
  5488. "status": "RUNNING"
  5489. },
  5490. {
  5491. "identifier": "175dbb7d-a9a6-4ff8-88e4-6b8d9eb73676",
  5492. "configuration": {
  5493. "scheduleTime": "2018-06-21T11:47:29.885Z",
  5494. "transactionMode": "NOT_SUPPORTED",
  5495. "retryCount": 0,
  5496. "synchronous": true,
  5497. "incrementalDelay": true,
  5498. "maxRetryCount": 5,
  5499. "type": "TIMED",
  5500. "removeOnSuccess": true,
  5501. "executionContext": "DEFAULT",
  5502. "persistent": true,
  5503. "continueOrError": false,
  5504. "group": "scheduleViewContentExtraction",
  5505. "maxActive": 5
  5506. },
  5507. "context": {
  5508. "instanceId": "emf:c02f5bd7-28e4-494b-8d3e-aeb4216b33a3"
  5509. },
  5510. "action": "scheduleViewContentExtraction",
  5511. "status": "RUNNING"
  5512. },
  5513. {
  5514. "identifier": "845cf004-31c5-4861-833a-dc9fb1a9a7cf",
  5515. "configuration": {
  5516. "scheduleTime": "2018-06-21T10:41:10.520Z",
  5517. "transactionMode": "NOT_SUPPORTED",
  5518. "retryCount": 0,
  5519. "synchronous": true,
  5520. "incrementalDelay": true,
  5521. "maxRetryCount": 5,
  5522. "type": "TIMED",
  5523. "removeOnSuccess": true,
  5524. "executionContext": "DEFAULT",
  5525. "persistent": true,
  5526. "continueOrError": false,
  5527. "group": "scheduleViewContentExtraction",
  5528. "maxActive": 5
  5529. },
  5530. "context": {
  5531. "instanceId": "emf:7c40ea67-7694-407d-af4c-44a895c2e6b4"
  5532. },
  5533. "action": "scheduleViewContentExtraction",
  5534. "status": "RUNNING"
  5535. },
  5536. {
  5537. "identifier": "68ac7f0f-7e59-4793-8b3b-8682fb4c0e6e",
  5538. "configuration": {
  5539. "scheduleTime": "2018-06-21T09:13:14.387Z",
  5540. "transactionMode": "NOT_SUPPORTED",
  5541. "retryCount": 0,
  5542. "synchronous": true,
  5543. "incrementalDelay": true,
  5544. "maxRetryCount": 5,
  5545. "type": "TIMED",
  5546. "removeOnSuccess": true,
  5547. "executionContext": "DEFAULT",
  5548. "persistent": true,
  5549. "continueOrError": false,
  5550. "group": "scheduleViewContentExtraction",
  5551. "maxActive": 5
  5552. },
  5553. "context": {
  5554. "instanceId": "emf:90064c66-8497-4f0d-a2b8-1a605ef5d1b2"
  5555. },
  5556. "action": "scheduleViewContentExtraction",
  5557. "status": "RUNNING"
  5558. },
  5559. {
  5560. "identifier": "ba2dd3ae-3e10-43c2-80de-fa7b28579ebb",
  5561. "configuration": {
  5562. "scheduleTime": "2018-06-21T08:38:21.622Z",
  5563. "transactionMode": "NOT_SUPPORTED",
  5564. "retryCount": 0,
  5565. "synchronous": true,
  5566. "incrementalDelay": true,
  5567. "maxRetryCount": 5,
  5568. "type": "TIMED",
  5569. "removeOnSuccess": true,
  5570. "executionContext": "DEFAULT",
  5571. "persistent": true,
  5572. "continueOrError": false,
  5573. "group": "scheduleViewContentExtraction",
  5574. "maxActive": 5
  5575. },
  5576. "context": {
  5577. "instanceId": "emf:98b08b1f-a154-46db-b0f2-72f0c0451197"
  5578. },
  5579. "action": "scheduleViewContentExtraction",
  5580. "status": "RUNNING"
  5581. },
  5582. {
  5583. "identifier": "17860ef9-e4e4-4af3-a868-0f1a6a6ef62a",
  5584. "configuration": {
  5585. "scheduleTime": "2018-06-21T18:40:42.033Z",
  5586. "transactionMode": "NOT_SUPPORTED",
  5587. "retryCount": 0,
  5588. "synchronous": true,
  5589. "incrementalDelay": true,
  5590. "maxRetryCount": 5,
  5591. "type": "TIMED",
  5592. "removeOnSuccess": true,
  5593. "executionContext": "DEFAULT",
  5594. "persistent": true,
  5595. "continueOrError": false,
  5596. "group": "scheduleViewContentExtraction",
  5597. "maxActive": 5
  5598. },
  5599. "context": {
  5600. "instanceId": "emf:3c3ffc99-f3b3-4ddd-a697-c0c13e156ba3"
  5601. },
  5602. "action": "scheduleViewContentExtraction",
  5603. "status": "RUNNING"
  5604. },
  5605. {
  5606. "identifier": "d9874eff-0e6e-4eb6-be47-ceb26046de61",
  5607. "configuration": {
  5608. "scheduleTime": "2018-06-21T08:39:48.666Z",
  5609. "transactionMode": "NOT_SUPPORTED",
  5610. "retryCount": 0,
  5611. "synchronous": true,
  5612. "incrementalDelay": true,
  5613. "maxRetryCount": 5,
  5614. "type": "TIMED",
  5615. "removeOnSuccess": true,
  5616. "executionContext": "DEFAULT",
  5617. "persistent": true,
  5618. "continueOrError": false,
  5619. "group": "scheduleViewContentExtraction",
  5620. "maxActive": 5
  5621. },
  5622. "context": {
  5623. "instanceId": "emf:1854b22d-03aa-4e02-b346-54b690d1ce42"
  5624. },
  5625. "action": "scheduleViewContentExtraction",
  5626. "status": "RUNNING"
  5627. },
  5628. {
  5629. "identifier": "79559cbf-30e3-4ac0-b51e-859a73c6a7bb",
  5630. "configuration": {
  5631. "scheduleTime": "2018-06-21T11:14:12.609Z",
  5632. "transactionMode": "NOT_SUPPORTED",
  5633. "retryCount": 0,
  5634. "synchronous": true,
  5635. "incrementalDelay": true,
  5636. "maxRetryCount": 5,
  5637. "type": "TIMED",
  5638. "removeOnSuccess": true,
  5639. "executionContext": "DEFAULT",
  5640. "persistent": true,
  5641. "continueOrError": false,
  5642. "group": "scheduleViewContentExtraction",
  5643. "maxActive": 5
  5644. },
  5645. "context": {
  5646. "instanceId": "emf:6418e4d8-8de3-44e4-b2af-0ffb38d4fc23"
  5647. },
  5648. "action": "scheduleViewContentExtraction",
  5649. "status": "RUNNING"
  5650. },
  5651. {
  5652. "identifier": "8e6863a8-c632-4bc5-8ce6-d31d8c51dfe2",
  5653. "configuration": {
  5654. "scheduleTime": "2018-06-21T16:32:43.013Z",
  5655. "transactionMode": "NOT_SUPPORTED",
  5656. "retryCount": 0,
  5657. "synchronous": true,
  5658. "incrementalDelay": true,
  5659. "maxRetryCount": 5,
  5660. "type": "TIMED",
  5661. "removeOnSuccess": true,
  5662. "executionContext": "DEFAULT",
  5663. "persistent": true,
  5664. "continueOrError": false,
  5665. "group": "scheduleViewContentExtraction",
  5666. "maxActive": 5
  5667. },
  5668. "context": {
  5669. "instanceId": "emf:ce3df940-f332-42b0-aa56-43eff405a506"
  5670. },
  5671. "action": "scheduleViewContentExtraction",
  5672. "status": "RUNNING"
  5673. },
  5674. {
  5675. "identifier": "945ca9c1-a3e9-43ba-a6fd-00d1f8809494",
  5676. "configuration": {
  5677. "scheduleTime": "2018-06-21T07:36:15.743Z",
  5678. "transactionMode": "NOT_SUPPORTED",
  5679. "retryCount": 0,
  5680. "synchronous": true,
  5681. "incrementalDelay": true,
  5682. "maxRetryCount": 5,
  5683. "type": "TIMED",
  5684. "removeOnSuccess": true,
  5685. "executionContext": "DEFAULT",
  5686. "persistent": true,
  5687. "continueOrError": false,
  5688. "group": "scheduleViewContentExtraction",
  5689. "maxActive": 5
  5690. },
  5691. "context": {
  5692. "instanceId": "emf:7a294e9b-a1b0-4834-8093-61b194873607"
  5693. },
  5694. "action": "scheduleViewContentExtraction",
  5695. "status": "RUNNING"
  5696. },
  5697. {
  5698. "identifier": "6b748843-b0a3-431b-a692-681678f675d6",
  5699. "configuration": {
  5700. "scheduleTime": "2018-06-21T07:36:01.273Z",
  5701. "transactionMode": "NOT_SUPPORTED",
  5702. "retryCount": 0,
  5703. "synchronous": true,
  5704. "incrementalDelay": true,
  5705. "maxRetryCount": 5,
  5706. "type": "TIMED",
  5707. "removeOnSuccess": true,
  5708. "executionContext": "DEFAULT",
  5709. "persistent": true,
  5710. "continueOrError": false,
  5711. "group": "scheduleViewContentExtraction",
  5712. "maxActive": 5
  5713. },
  5714. "context": {
  5715. "instanceId": "emf:f4e516d2-f4a7-4acb-86a2-70b891b5e3b6"
  5716. },
  5717. "action": "scheduleViewContentExtraction",
  5718. "status": "RUNNING"
  5719. },
  5720. {
  5721. "identifier": "8b292c55-fd18-44eb-83bb-b3cfbc3e10f6",
  5722. "configuration": {
  5723. "scheduleTime": "2018-06-21T18:43:38.109Z",
  5724. "transactionMode": "NOT_SUPPORTED",
  5725. "retryCount": 0,
  5726. "synchronous": true,
  5727. "incrementalDelay": true,
  5728. "maxRetryCount": 5,
  5729. "type": "TIMED",
  5730. "removeOnSuccess": true,
  5731. "executionContext": "DEFAULT",
  5732. "persistent": true,
  5733. "continueOrError": false,
  5734. "group": "scheduleViewContentExtraction",
  5735. "maxActive": 5
  5736. },
  5737. "context": {
  5738. "instanceId": "emf:443facc4-a382-4bb6-a1ef-41b6c7db40d5"
  5739. },
  5740. "action": "scheduleViewContentExtraction",
  5741. "status": "RUNNING"
  5742. },
  5743. {
  5744. "identifier": "3a6f7997-e5d5-41e6-ab11-0c5392428177",
  5745. "configuration": {
  5746. "scheduleTime": "2018-06-21T18:44:04.140Z",
  5747. "transactionMode": "NOT_SUPPORTED",
  5748. "retryCount": 0,
  5749. "synchronous": true,
  5750. "incrementalDelay": true,
  5751. "maxRetryCount": 5,
  5752. "type": "TIMED",
  5753. "removeOnSuccess": true,
  5754. "executionContext": "DEFAULT",
  5755. "persistent": true,
  5756. "continueOrError": false,
  5757. "group": "scheduleViewContentExtraction",
  5758. "maxActive": 5
  5759. },
  5760. "context": {
  5761. "instanceId": "emf:60ed324b-1504-48b6-a876-71d6d1eb1735"
  5762. },
  5763. "action": "scheduleViewContentExtraction",
  5764. "status": "RUNNING"
  5765. },
  5766. {
  5767. "identifier": "1fcd7469-7512-46a6-8c67-9e435861b08d",
  5768. "configuration": {
  5769. "scheduleTime": "2018-06-21T14:12:33.586Z",
  5770. "transactionMode": "NOT_SUPPORTED",
  5771. "retryCount": 0,
  5772. "synchronous": true,
  5773. "incrementalDelay": true,
  5774. "maxRetryCount": 5,
  5775. "type": "TIMED",
  5776. "removeOnSuccess": true,
  5777. "executionContext": "DEFAULT",
  5778. "persistent": true,
  5779. "continueOrError": false,
  5780. "group": "scheduleViewContentExtraction",
  5781. "maxActive": 5
  5782. },
  5783. "context": {
  5784. "instanceId": "emf:1395cbe3-10fe-4825-bdda-cb1f04bf4e2b"
  5785. },
  5786. "action": "scheduleViewContentExtraction",
  5787. "status": "RUNNING"
  5788. },
  5789. {
  5790. "identifier": "f4ea3dff-e03f-41a4-9d63-89003e2e5633",
  5791. "configuration": {
  5792. "scheduleTime": "2018-06-21T18:44:10.747Z",
  5793. "transactionMode": "NOT_SUPPORTED",
  5794. "retryCount": 0,
  5795. "synchronous": true,
  5796. "incrementalDelay": true,
  5797. "maxRetryCount": 5,
  5798. "type": "TIMED",
  5799. "removeOnSuccess": true,
  5800. "executionContext": "DEFAULT",
  5801. "persistent": true,
  5802. "continueOrError": false,
  5803. "group": "scheduleViewContentExtraction",
  5804. "maxActive": 5
  5805. },
  5806. "context": {
  5807. "instanceId": "emf:5510b764-e52f-4454-9712-cb89e0ba6114"
  5808. },
  5809. "action": "scheduleViewContentExtraction",
  5810. "status": "RUNNING"
  5811. },
  5812. {
  5813. "identifier": "061a959e-6d38-4413-a9d5-051be825c44c",
  5814. "configuration": {
  5815. "scheduleTime": "2018-06-21T11:55:00.815Z",
  5816. "transactionMode": "NOT_SUPPORTED",
  5817. "retryCount": 0,
  5818. "synchronous": true,
  5819. "incrementalDelay": true,
  5820. "maxRetryCount": 5,
  5821. "type": "TIMED",
  5822. "removeOnSuccess": true,
  5823. "executionContext": "DEFAULT",
  5824. "persistent": true,
  5825. "continueOrError": false,
  5826. "group": "scheduleViewContentExtraction",
  5827. "maxActive": 5
  5828. },
  5829. "context": {
  5830. "instanceId": "emf:f3970245-f400-435d-982c-320aae7e3db7"
  5831. },
  5832. "action": "scheduleViewContentExtraction",
  5833. "status": "RUNNING"
  5834. },
  5835. {
  5836. "identifier": "094b9b33-80b0-4fb0-a15c-1461aaaf16ca",
  5837. "configuration": {
  5838. "scheduleTime": "2018-06-21T18:57:46.567Z",
  5839. "transactionMode": "NOT_SUPPORTED",
  5840. "retryCount": 0,
  5841. "synchronous": true,
  5842. "incrementalDelay": true,
  5843. "maxRetryCount": 5,
  5844. "type": "TIMED",
  5845. "removeOnSuccess": true,
  5846. "executionContext": "DEFAULT",
  5847. "persistent": true,
  5848. "continueOrError": false,
  5849. "group": "scheduleViewContentExtraction",
  5850. "maxActive": 5
  5851. },
  5852. "context": {
  5853. "instanceId": "emf:5f014da4-bd5e-4d89-a44b-240cc6e50502"
  5854. },
  5855. "action": "scheduleViewContentExtraction",
  5856. "status": "RUNNING"
  5857. }
  5858. ]
  5859. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement