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.
2 parents 61e2601 + 7df78d1 commit 001ecf3Copy full SHA for 001ecf3
server/services/workflowsService.js
@@ -14,9 +14,7 @@ const { initMaestroApi } = require('../api');
14
class WorkflowsService {
15
static getWorkflowDefinitions = async args => {
16
const api = initMaestroApi(args.accountId, args.basePath, args.accessToken);
17
- const definitions = await api.getWorkflowDefinitions({
18
- status: 'active',
19
- });
+ const definitions = await api.getWorkflowDefinitions({});
20
21
return definitions;
22
};
0 commit comments