File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
extension/src/client/command
packages/node/vrdt-common/src/rest Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -287,13 +287,6 @@ class ActionRunner {
287287 value : {
288288 string : { value : fileContent }
289289 }
290- } ,
291- {
292- name : "printInOutput" ,
293- type : "boolean" ,
294- value : {
295- boolean : { value : true }
296- }
297290 }
298291 ]
299292
Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ export class VroRestClient {
321321 "GET" ,
322322 `workflows/${ workflowId } /executions/${ executionId } /syslogs` +
323323 `?conditions=severity=${ severity } ` +
324- `&conditions=timestamp${ encodeURIComponent ( ">" ) } ${ timestamp } ` // + "&conditions=type=system"
324+ `&conditions=timestamp${ encodeURIComponent ( ">" ) } ${ timestamp } `
325325 )
326326
327327 const messages : LogMessage [ ] = [ ]
You can’t perform that action at this time.
0 commit comments