Closed tusharpandey13 closed 2 weeks ago
Added FlowsManager manager added that exposes the following methods:
FlowsManager
/flows: get: getAll post: create /flows/vault/connections: get: getAllConnections post: createConnection '/flows/vault/connections/{id}': get: getConnection delete: deleteConnection patch: updateConnection '/flows/{flow_id}/executions': get: getAllExecutionsByFlowId '/flows/{flow_id}/executions/{execution_id}': get: getExecution delete: deleteExecution '/flows/{id}': get: get patch: update delete: delete /forms: get: getAll post: create '/forms/{id}': get: get patch: update delete: delete
Also added respective unit tests for FlowsManager
Forms API Docs Flows API Docs
Test Suites: 43 passed, 43 total Tests: 1396 passed, 1396 total Snapshots: 0 total Time: 7.005 s Ran all test suites.
We will be releasing release specific examples for this feature shortly.
Changes
Added
FlowsManager
manager added that exposes the following methods:Also added respective unit tests for
FlowsManager
References
Forms API Docs Flows API Docs
Testing
Checklist