You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/commands/completion.ts
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ _c8ctl_completions() {
25
25
# Resources by verb
26
26
local list_resources="process-instances process-instance pi user-tasks user-task ut incidents incident inc jobs profiles profile plugins plugin"
27
27
local search_resources="process-instances process-instance pi process-definitions process-definition pd user-tasks user-task ut incidents incident inc jobs variables variable"
28
-
local get_resources="process-instance pi process-definition pd topology"
28
+
local get_resources="process-instance pi process-definition pd incident inc topology"
logger.error(`Failed to fetch variables for process instance ${key}. The process instance was found, but variables could not be retrieved.`,varErrorasError);
98
+
process.exit(1);
99
+
}
100
+
}else{
101
+
logger.json(result);
102
+
}
75
103
}catch(error){
76
104
logger.error(`Failed to get process instance ${key}`,errorasError);
0 commit comments