Advertisement
pierissimo

Untitled

Jun 23rd, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 25.93 KB | None | 0 0
  1. "workqueue": {
  2.     "workqueues": [],
  3.     "isFetching": false,
  4.     "workqueue": {
  5.       "command": "execute",
  6.       "createdAt": "2017-06-22T19:09:05.577Z",
  7.       "data": {
  8.         "__v": 0,
  9.         "_id": "594c15d1b4ae0801001c0e06",
  10.         "appId": "593e789e30848201007aa49f",
  11.         "created": "2017-06-22T19:09:05.762Z",
  12.         "description": "Flow 30a99b08-f9db-42ef-91b3-c6e859966308",
  13.         "errorTasks": [],
  14.         "firstTasks": [
  15.           "594c15d1b4ae0801001c0e09"
  16.         ],
  17.         "initialState": {
  18.           "inputs": {
  19.             "MY File": "http://www.pdf995.com/samples/pdf.pdf"
  20.           }
  21.         },
  22.         "name": "Preflight and Post",
  23.         "started": "2017-06-22T19:09:05.918Z",
  24.         "state": {
  25.           "inputs": {
  26.             "MY File": "http://www.pdf995.com/samples/pdf.pdf"
  27.           }
  28.         },
  29.         "status": "started",
  30.         "tags": [
  31.           "ppPlanId:30a99b08-f9db-42ef-91b3-c6e859966308",
  32.           "ppQueueId:93c620be-bcaf-4c0c-833a-e8b3b6a8ffaf"
  33.         ],
  34.         "updated": "2017-06-22T19:09:05.927Z"
  35.       },
  36.       "flow": {
  37.         "createdAt": "2017-06-22T19:08:46.839Z",
  38.         "id": "30a99b08-f9db-42ef-91b3-c6e859966308",
  39.         "name": "Preflight and Post",
  40.         "nodes": [
  41.           {
  42.             "displayName": "Inputs",
  43.             "id": 0,
  44.             "inputs": [
  45.               {
  46.                 "key": "MY File",
  47.                 "type": "file",
  48.                 "value": ""
  49.               }
  50.             ],
  51.             "name": "inputs",
  52.             "next": [
  53.               2
  54.             ],
  55.             "type": "input"
  56.           },
  57.           {
  58.             "displayName": "End",
  59.             "id": 1,
  60.             "inputs": {},
  61.             "name": "end",
  62.             "next": [],
  63.             "outputs": [],
  64.             "type": "end"
  65.           },
  66.           {
  67.             "displayName": "Fetch File (URL)",
  68.             "id": 2,
  69.             "inputs": {
  70.               "url": {
  71.                 "values": [
  72.                   {
  73.                     "field": "MY File",
  74.                     "nodeName": "inputs",
  75.                     "taskDisplayName": "Inputs",
  76.                     "type": "ref"
  77.                   }
  78.                 ]
  79.               }
  80.             },
  81.             "name": "fetchfileurl-0",
  82.             "next": [
  83.               3
  84.             ],
  85.             "task": {
  86.               "category": "File",
  87.               "description": "Fetch a file from a URL and save it in the flow.",
  88.               "displayName": "Fetch File (URL)",
  89.               "form": {
  90.                 "url": {
  91.                   "description": "The URL of the file to fetch",
  92.                   "displayName": "URL",
  93.                   "key": "url",
  94.                   "type": "file",
  95.                   "validation": {
  96.                     "required": true
  97.                   }
  98.                 }
  99.               },
  100.               "inputs": {
  101.                 "url": {
  102.                   "isPayload": true,
  103.                   "key": "url",
  104.                   "type": "file"
  105.                 }
  106.               },
  107.               "name": "fetchFileURL",
  108.               "outputs": {
  109.                 "contentType": {
  110.                   "FormType": "select",
  111.                   "description": "The File type of the fetched file",
  112.                   "displayName": "File Type",
  113.                   "isPayload": false,
  114.                   "key": "contentType",
  115.                   "options": [
  116.                     {
  117.                       "label": ".pdf",
  118.                       "value": "application/pdf"
  119.                     },
  120.                     {
  121.                       "label": ".zpl",
  122.                       "value": "application/zpl"
  123.                     },
  124.                     {
  125.                       "label": ".jpeg",
  126.                       "value": "image/jpeg"
  127.                     },
  128.                     {
  129.                       "label": ".png",
  130.                       "value": "image/png"
  131.                     },
  132.                     {
  133.                       "label": ".bmp",
  134.                       "value": "image/bmp"
  135.                     },
  136.                     {
  137.                       "label": ".gif",
  138.                       "value": "image/gif"
  139.                     },
  140.                     {
  141.                       "label": ".tiff",
  142.                       "value": "image/tiff"
  143.                     },
  144.                     {
  145.                       "label": "File",
  146.                       "value": "application/vnd.hp-hpgl"
  147.                     },
  148.                     {
  149.                       "label": ".dll",
  150.                       "value": "application/x-msdownload"
  151.                     },
  152.                     {
  153.                       "label": ".zip",
  154.                       "value": "application/zip"
  155.                     },
  156.                     {
  157.                       "label": ".7zip",
  158.                       "value": "application/x-7z-compressed"
  159.                     },
  160.                     {
  161.                       "label": ".rar",
  162.                       "value": "application/x-rar-compressed"
  163.                     },
  164.                     {
  165.                       "label": ".sit",
  166.                       "value": "application/x-stuffit"
  167.                     },
  168.                     {
  169.                       "label": ".gmc",
  170.                       "value": "application/gmc+xml"
  171.                     },
  172.                     {
  173.                       "label": ".jdf",
  174.                       "value": "application/vnd.cip4-jdf+xml"
  175.                     },
  176.                     {
  177.                       "label": ".jmf",
  178.                       "value": "application/vnd.cip4-jmf+xml"
  179.                     },
  180.                     {
  181.                       "label": ".xml",
  182.                       "value": "application/xml"
  183.                     }
  184.                   ],
  185.                   "type": "string"
  186.                 },
  187.                 "fileSize": {
  188.                   "FormType": "fileSize",
  189.                   "description": "The File size of the fetched file",
  190.                   "displayName": "File Size",
  191.                   "isPayload": false,
  192.                   "key": "fileSize",
  193.                   "type": "number"
  194.                 },
  195.                 "url": {
  196.                   "FormType": "file",
  197.                   "description": "The outgoing file for the next task",
  198.                   "displayName": "FetchedFile",
  199.                   "isPayload": true,
  200.                   "key": "url",
  201.                   "type": "file"
  202.                 }
  203.               },
  204.               "type": "task",
  205.               "workerType": "workforce.task.file.fetch"
  206.             },
  207.             "type": "task"
  208.           },
  209.           {
  210.             "displayName": "PDF Preflight (Callas)",
  211.             "id": 3,
  212.             "inputs": {
  213.               "analyzeOnly": {
  214.                 "values": [
  215.                   {
  216.                     "type": "custom",
  217.                     "value": "true"
  218.                   }
  219.                 ]
  220.               },
  221.               "profile": {
  222.                 "values": [
  223.                   {
  224.                     "type": "custom",
  225.                     "value": "pdfx3"
  226.                   }
  227.                 ]
  228.               },
  229.               "reportTypes": {
  230.                 "values": [
  231.                   {
  232.                     "value": "SUMMARY"
  233.                   }
  234.                 ]
  235.               },
  236.               "url": {
  237.                 "values": [
  238.                   {
  239.                     "field": "url",
  240.                     "nodeName": "fetchfileurl-0",
  241.                     "taskDisplayName": "Fetch File (URL)",
  242.                     "type": "ref"
  243.                   }
  244.                 ]
  245.               }
  246.             },
  247.             "name": "pdfpreflightcallas-1",
  248.             "next": [
  249.               4
  250.             ],
  251.             "task": {
  252.               "category": "PDF/Tools",
  253.               "description": "Preflight a PDF using the PDF Toolbox engine.",
  254.               "displayName": "PDF Preflight (Callas)",
  255.               "form": {
  256.                 "checksOnly": {
  257.                   "description": "Do not modify the pdf",
  258.                   "displayName": "Checks Only",
  259.                   "key": "analyzeOnly",
  260.                   "type": "checkbox",
  261.                   "validation": {
  262.                     "required": true
  263.                   }
  264.                 },
  265.                 "file": {
  266.                   "description": "The PDF File to preflight",
  267.                   "displayName": "File",
  268.                   "key": "url",
  269.                   "type": "file",
  270.                   "validation": {
  271.                     "required": true
  272.                   }
  273.                 },
  274.                 "profile": {
  275.                   "description": "The Profile to check the PDF against",
  276.                   "displayName": "Profile",
  277.                   "key": "profile",
  278.                   "options": [
  279.                     {
  280.                       "label": "PDF X1A",
  281.                       "value": "pdfx1a"
  282.                     },
  283.                     {
  284.                       "label": "PDF X3",
  285.                       "value": "pdfx3"
  286.                     },
  287.                     {
  288.                       "label": "PDF X4",
  289.                       "value": "pdfx4"
  290.                     }
  291.                   ],
  292.                   "type": "select",
  293.                   "validation": {
  294.                     "required": true
  295.                   }
  296.                 },
  297.                 "reportType": {
  298.                   "description": "The type of report to generate from the preflight actions",
  299.                   "displayName": "Report Type",
  300.                   "key": "reportTypes",
  301.                   "options": [
  302.                     {
  303.                       "label": "Summary only",
  304.                       "value": "SUMMARY"
  305.                     },
  306.                     {
  307.                       "label": "Full PDF inventory",
  308.                       "value": "INVENTORY"
  309.                     },
  310.                     {
  311.                       "label": "Markup (fixes annotated)",
  312.                       "value": "COMMENT,overview"
  313.                     },
  314.                     {
  315.                       "label": "Markup (fixes on a mask)",
  316.                       "value": "MASK,overview"
  317.                     },
  318.                     {
  319.                       "label": "Markup (fixes on a layer)",
  320.                       "value": "LAYER,overview"
  321.                     },
  322.                     {
  323.                       "label": "Before/after comparison",
  324.                       "value": "COMPARE"
  325.                     }
  326.                   ],
  327.                   "type": "select",
  328.                   "validation": {
  329.                     "required": true
  330.                   }
  331.                 }
  332.               },
  333.               "inputs": {
  334.                 "analyzeOnly": {
  335.                   "isPayload": false,
  336.                   "key": "analyzeOnly",
  337.                   "type": "bool"
  338.                 },
  339.                 "profile": {
  340.                   "defaultValue": "pdfx4",
  341.                   "isPayload": false,
  342.                   "key": "profile",
  343.                   "type": "string"
  344.                 },
  345.                 "reportTypes": {
  346.                   "defaultValue": "SUMMARY",
  347.                   "isPayload": false,
  348.                   "key": "reportTypes",
  349.                   "type": "string"
  350.                 },
  351.                 "url": {
  352.                   "isPayload": true,
  353.                   "key": "url",
  354.                   "type": "file"
  355.                 }
  356.               },
  357.               "name": "pdfPreflightCallas",
  358.               "outputs": {
  359.                 "annotatedUrl": {
  360.                   "FormType": "file",
  361.                   "description": "A PDF report of the preflight changres",
  362.                   "displayName": "PDF Report",
  363.                   "isPayload": false,
  364.                   "key": "annotatedUrl",
  365.                   "type": "file"
  366.                 },
  367.                 "reportUrl": {
  368.                   "FormType": "file",
  369.                   "description": "An XML report of the preflight changes",
  370.                   "displayName": "XML Report",
  371.                   "isPayload": false,
  372.                   "key": "reportUrl",
  373.                   "type": "file"
  374.                 },
  375.                 "result": {
  376.                   "FormType": "checkbox",
  377.                   "description": "The result of the preflight",
  378.                   "displayName": "Result",
  379.                   "isPayload": false,
  380.                   "key": "result",
  381.                   "type": "bool"
  382.                 },
  383.                 "url": {
  384.                   "FormType": "file",
  385.                   "description": "The outgoing file for the next task",
  386.                   "displayName": "Preflighted File",
  387.                   "isPayload": true,
  388.                   "key": "url",
  389.                   "type": "file"
  390.                 }
  391.               },
  392.               "type": "task",
  393.               "workerMapping": {
  394.                 "analyzeOnly": "{{analyzeOnly}}",
  395.                 "nonPdfCompatibleFileSkip": "true",
  396.                 "outputOriginalOnError": "true",
  397.                 "profile": "{{profile}}",
  398.                 "reportTypes": [
  399.                   "{{reportTypes}}",
  400.                   "XML"
  401.                 ],
  402.                 "url": "{{url}}"
  403.               },
  404.               "workerType": "workforce.task.file.preflight"
  405.             },
  406.             "type": "task"
  407.           },
  408.           {
  409.             "displayName": "HTTP Request",
  410.             "id": 4,
  411.             "inputs": {
  412.               "body": {
  413.                 "values": [
  414.                   {
  415.                     "field": "reportUrl",
  416.                     "nodeName": "pdfpreflightcallas-1",
  417.                     "taskDisplayName": "PDF Preflight (Callas)",
  418.                     "type": "ref"
  419.                   }
  420.                 ]
  421.               },
  422.               "expectedStatusCodes": {
  423.                 "values": [
  424.                   {
  425.                     "value": "200"
  426.                   }
  427.                 ]
  428.               },
  429.               "method": {
  430.                 "values": [
  431.                   {
  432.                     "value": "POST"
  433.                   }
  434.                 ]
  435.               },
  436.               "timeout": {
  437.                 "values": [
  438.                   {
  439.                     "value": "20000"
  440.                   }
  441.                 ]
  442.               },
  443.               "url": {
  444.                 "values": [
  445.                   {
  446.                     "type": "custom",
  447.                     "value": "https://requestb.in/zbki3qzb"
  448.                   }
  449.                 ]
  450.               }
  451.             },
  452.             "name": "httprequest-2",
  453.             "next": [
  454.               1
  455.             ],
  456.             "task": {
  457.               "category": "Communication",
  458.               "description": "Make an Http request.",
  459.               "displayName": "HTTP Request",
  460.               "form": {
  461.                 "address": {
  462.                   "description": "The HTTP endpoint to send the request to",
  463.                   "displayName": "Address",
  464.                   "key": "url",
  465.                   "type": "text",
  466.                   "validation": {
  467.                     "example": "http://www.mywebaddress.com",
  468.                     "hint": "Enter a web address, with http:// and a domain",
  469.                     "match": "https?:\\/\\/(www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{2,256}\\.[a-z]{2,6}\\b([-a-zA-Z0-9@:%_+.~#?&//=]*)",
  470.                     "required": true
  471.                   }
  472.                 },
  473.                 "body": {
  474.                   "description": "The Body of the HTTP Post",
  475.                   "displayName": "Body",
  476.                   "key": "body",
  477.                   "type": "textarea",
  478.                   "validation": {
  479.                     "required": false
  480.                   }
  481.                 },
  482.                 "method": {
  483.                   "description": "The HTTP method to use in the request.",
  484.                   "displayName": "Method",
  485.                   "key": "method",
  486.                   "options": [
  487.                     {
  488.                       "label": "PUT",
  489.                       "value": "PUT"
  490.                     },
  491.                     {
  492.                       "label": "GET",
  493.                       "value": "GET"
  494.                     },
  495.                     {
  496.                       "label": "POST",
  497.                       "value": "POST"
  498.                     },
  499.                     {
  500.                       "label": "DELETE",
  501.                       "value": "DELETE"
  502.                     }
  503.                   ],
  504.                   "type": "select",
  505.                   "validation": {
  506.                     "required": true
  507.                   }
  508.                 },
  509.                 "statusCodes": {
  510.                   "description": "Accepted status codes for the response",
  511.                   "displayName": "Status Codes",
  512.                   "key": "expectedStatusCodes",
  513.                   "type": "text",
  514.                   "validation": {
  515.                     "required": true
  516.                   }
  517.                 },
  518.                 "timeout": {
  519.                   "description": "How long to wait for a response before timing out",
  520.                   "displayName": "Timeout",
  521.                   "key": "timeout",
  522.                   "type": "integer",
  523.                   "validation": {
  524.                     "required": true
  525.                   }
  526.                 }
  527.               },
  528.               "inputs": {
  529.                 "body": {
  530.                   "isPayload": false,
  531.                   "key": "body",
  532.                   "type": "string"
  533.                 },
  534.                 "expectedStatusCodes": {
  535.                   "defaultValue": "200",
  536.                   "isPayload": false,
  537.                   "key": "expectedStatusCodes",
  538.                   "type": "string"
  539.                 },
  540.                 "method": {
  541.                   "defaultValue": "POST",
  542.                   "isPayload": false,
  543.                   "key": "method",
  544.                   "type": "string"
  545.                 },
  546.                 "timeout": {
  547.                   "defaultValue": "20000",
  548.                   "isPayload": false,
  549.                   "key": "timeout",
  550.                   "type": "number"
  551.                 },
  552.                 "url": {
  553.                   "isPayload": true,
  554.                   "key": "url",
  555.                   "type": "string"
  556.                 }
  557.               },
  558.               "name": "httpRequest",
  559.               "outputs": {
  560.                 "body": {
  561.                   "FormType": "textarea",
  562.                   "description": "The body of the HTTP response",
  563.                   "displayName": "Body",
  564.                   "isPayload": true,
  565.                   "key": "body",
  566.                   "type": "string"
  567.                 },
  568.                 "statusCode": {
  569.                   "FormType": "text",
  570.                   "description": "The code of the HTTP response",
  571.                   "displayName": "Status Code",
  572.                   "isPayload": false,
  573.                   "key": "statusCode",
  574.                   "type": "string"
  575.                 }
  576.               },
  577.               "type": "task",
  578.               "workerType": "workforce.task.http"
  579.             },
  580.             "type": "task"
  581.           }
  582.         ],
  583.         "updatedAt": "2017-06-22T19:08:46.840Z"
  584.       },
  585.       "id": "93c620be-bcaf-4c0c-833a-e8b3b6a8ffaf",
  586.       "initialState": {
  587.         "MY File": "http://www.pdf995.com/samples/pdf.pdf"
  588.       },
  589.       "links": {},
  590.       "tasks": [
  591.         {
  592.           "_id": "594c15d1b4ae0801001c0e09",
  593.           "depends": [],
  594.           "duration": 1206,
  595.           "endUrl": "https://workforce-api.oneflowcloud.com/api/workqueues/token/430f2010-577e-11e7-ad59-43a702548875/end?signature=ed3b316a4097b2280f6ee9b1d402546e7919479c93d95d17d914814cf16ec6be",
  596.           "ended": "2017-06-22T19:09:07.326Z",
  597.           "inputs": {
  598.             "url": "$state.inputs.MY File"
  599.           },
  600.           "logs": [
  601.             {
  602.               "_id": "594c15d3f6c5d301003b91e9",
  603.               "level": "info",
  604.               "message": "Set Credentials and BucketName",
  605.               "timestamp": "2017-06-22T19:09:05.385Z"
  606.             },
  607.             {
  608.               "_id": "594c15d3f6c5d301003b91e7",
  609.               "level": "info",
  610.               "message": "Generating temporary directory",
  611.               "timestamp": "2017-06-22T19:09:05.385Z"
  612.             },
  613.             {
  614.               "_id": "594c15d3f6c5d301003b91e6",
  615.               "level": "info",
  616.               "message": "Downloading http://www.pdf995.com/samples/pdf.pdf",
  617.               "timestamp": "2017-06-22T19:09:05.385Z"
  618.             },
  619.             {
  620.               "_id": "594c15d3f6c5d301003b91e8",
  621.               "level": "info",
  622.               "message": "accountId or fileVersionId was missing, skipping OneFlow API updates",
  623.               "timestamp": "2017-06-22T19:09:05.385Z"
  624.             },
  625.             {
  626.               "_id": "594c15d3f6c5d301003b91e5",
  627.               "level": "info",
  628.               "message": "Resolved content-type to application/pdf",
  629.               "timestamp": "2017-06-22T19:09:06.508Z"
  630.             },
  631.             {
  632.               "_id": "594c15d3f6c5d301003b91e4",
  633.               "level": "info",
  634.               "message": "Generating S3 Path",
  635.               "timestamp": "2017-06-22T19:09:06.508Z"
  636.             },
  637.             {
  638.               "_id": "594c15d3f6c5d301003b91e3",
  639.               "level": "info",
  640.               "message": "Updating File Properties",
  641.               "timestamp": "2017-06-22T19:09:06.508Z"
  642.             },
  643.             {
  644.               "_id": "594c15d3f6c5d301003b91e2",
  645.               "level": "info",
  646.               "message": "Uploading to live-workforce-files/task.oneflow.fetch/2017-06-22/594c15d1b4ae0801001c0e06/594c15d1b4ae0801001c0e09/f5d8c7e6-2711-4274-925d-014936982362.pdf",
  647.               "timestamp": "2017-06-22T19:09:06.508Z"
  648.             },
  649.             {
  650.               "_id": "594c15d3f6c5d301003b91e1",
  651.               "level": "info",
  652.               "message": "Update File S3 Path",
  653.               "timestamp": "2017-06-22T19:09:06.590Z"
  654.             },
  655.             {
  656.               "_id": "594c15d3f6c5d301003b91e0",
  657.               "level": "info",
  658.               "message": "Update outputs",
  659.               "timestamp": "2017-06-22T19:09:06.590Z"
  660.             },
  661.             {
  662.               "_id": "594c15d3f6c5d301003b91df",
  663.               "level": "info",
  664.               "message": "Fetch was successful",
  665.               "timestamp": "2017-06-22T19:09:06.591Z"
  666.             }
  667.           ],
  668.           "name": "fetchfileurl-0",
  669.           "outputs": {
  670.             "url": "$state.fetchfileurl-0.url"
  671.           },
  672.           "queued": "2017-06-22T19:09:06.065Z",
  673.           "retries": 0,
  674.           "started": "2017-06-22T19:09:06.097Z",
  675.           "status": "ended",
  676.           "token": "430f2010-577e-11e7-ad59-43a702548875",
  677.           "type": "workforce.task.file.fetch",
  678.           "wait": 32
  679.         },
  680.         {
  681.           "_id": "594c15d1b4ae0801001c0e08",
  682.           "depends": [
  683.             "594c15d1b4ae0801001c0e09"
  684.           ],
  685.           "endUrl": "https://workforce-api.oneflowcloud.com/api/workqueues/token/441aeac0-577e-11e7-aef3-9f3fc99bf821/end?signature=88dfb01f14dcf817830e17a6186b7acb583ae254b0a5e53fa96945a80317c0f7",
  686.           "inputs": {
  687.             "analyzeOnly": "true",
  688.             "nonPdfCompatibleFileSkip": "true",
  689.             "outputOriginalOnError": "true",
  690.             "profile": "pdfx3",
  691.             "reportTypes": [
  692.               {
  693.                 "?": {
  694.                   "or": [
  695.                     {
  696.                       "value": "SUMMARY"
  697.                     }
  698.                   ]
  699.                 }
  700.               },
  701.               "XML"
  702.             ],
  703.             "url": "$state.fetchfileurl-0.url"
  704.           },
  705.           "logs": [],
  706.           "name": "pdfpreflightcallas-1",
  707.           "outputs": {
  708.             "reportUrl": "$state.pdfpreflightcallas-1.reportUrl"
  709.           },
  710.           "queued": "2017-06-22T19:09:07.820Z",
  711.           "retries": 0,
  712.           "status": "queued",
  713.           "token": "441aeac0-577e-11e7-aef3-9f3fc99bf821",
  714.           "type": "workforce.task.file.preflight"
  715.         },
  716.         {
  717.           "_id": "594c15d1b4ae0801001c0e07",
  718.           "depends": [
  719.             "594c15d1b4ae0801001c0e08"
  720.           ],
  721.           "inputs": {
  722.             "body": "$state.pdfpreflightcallas-1.reportUrl",
  723.             "expectedStatusCodes": {
  724.               "?": {
  725.                 "or": [
  726.                   {
  727.                     "value": "200"
  728.                   }
  729.                 ]
  730.               }
  731.             },
  732.             "method": {
  733.               "?": {
  734.                 "or": [
  735.                   {
  736.                     "value": "POST"
  737.                   }
  738.                 ]
  739.               }
  740.             },
  741.             "timeout": {
  742.               "?": {
  743.                 "or": [
  744.                   {
  745.                     "value": "20000"
  746.                   }
  747.                 ]
  748.               }
  749.             },
  750.             "url": "https://requestb.in/zbki3qzb"
  751.           },
  752.           "logs": [],
  753.           "name": "httprequest-2",
  754.           "outputs": {
  755.             "body": "$state.httprequest-2.body",
  756.             "statusCode": "$state.httprequest-2.statusCode"
  757.           },
  758.           "retries": 0,
  759.           "status": "notstarted",
  760.           "type": "workforce.task.http"
  761.         }
  762.       ],
  763.       "updatedAt": "2017-06-22T19:09:05.758Z",
  764.       "workforceId": "594c15d1b4ae0801001c0e06"
  765.     },
  766.     "isFetchingItem": false,
  767.     "isCreating": false,
  768.     "isUpdating": false,
  769.     "isDeleting": false,
  770.     "listPreferences": {
  771.       "viewType": "tableView",
  772.       "gridView": {
  773.         "limit": 18,
  774.         "currentPage": 1
  775.       },
  776.       "tableView": {
  777.         "limit": 10,
  778.         "currentPage": 1
  779.       },
  780.       "filters": {}
  781.     },
  782.     "runningWorkqueueModal": {
  783.       "isOpen": false,
  784.       "workqueue": null
  785.     },
  786.     "workqueuesObserveData": {
  787.       "channel": "bf30a713-9d45-4109-bb32-51d0d340636e"
  788.     },
  789.     "workqueueObserveData": {
  790.       "channel": "f65116b7-3f8b-43b3-8d92-846dd850b5e9"
  791.     }
  792.   },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement