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 28972b7 commit 114af9fCopy full SHA for 114af9f
configuration/configuration.ts
@@ -11,7 +11,9 @@ export const DEFAULT_ORCHESTRATOR_API_BASE_URL = 'http://localhost:8080/api';
11
export const DEFAULT_ORCHESTRATOR_WEBSOCKET_URL = 'ws://localhost:8080';
12
13
export const ENGINE_STATUS_ENDPOINT = '/settings/status';
14
+export const PROCESS_STATUS_COUNTS_ENDPOINT = '/processes/status-counts';
15
export const PROCESSES_ENDPOINT = '/processes';
16
+export const SUBSCRIPTION_ACTIONS_ENDPOINT = '/subscriptions/workflows';
17
export const SUBSCRIPTION_PROCESSES_ENDPOINT =
18
'/processes/process-subscriptions-by-subscription-id';
19
export const DEFAULT_WORKFLOW_INFORMATION_LINK_URL = 'http://localhost:8080';
0 commit comments