We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b5c79 commit 15f2161Copy full SHA for 15f2161
2 files changed
extension/src/client/command/RunAction.ts
@@ -287,13 +287,6 @@ class ActionRunner {
287
value: {
288
string: { value: fileContent }
289
}
290
- },
291
- {
292
- name: "printInOutput",
293
- type: "boolean",
294
- value: {
295
- boolean: { value: true }
296
- }
297
298
]
299
packages/node/vrdt-common/src/rest/VroRestClient.ts
@@ -321,7 +321,7 @@ export class VroRestClient {
321
"GET",
322
`workflows/${workflowId}/executions/${executionId}/syslogs` +
323
`?conditions=severity=${severity}` +
324
- `&conditions=timestamp${encodeURIComponent(">")}${timestamp}` // + "&conditions=type=system"
+ `&conditions=timestamp${encodeURIComponent(">")}${timestamp}`
325
)
326
327
const messages: LogMessage[] = []
0 commit comments