Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forms and Flows implementation #1055

Merged
merged 6 commits into from
Nov 12, 2024
Merged

Forms and Flows implementation #1055

merged 6 commits into from
Nov 12, 2024

Conversation

tusharpandey13
Copy link
Contributor

Changes

Added FlowsManager manager added that exposes the following methods:

/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

References

Forms API Docs
Flows API Docs

Testing

Test Suites: 43 passed, 43 total
Tests:       1396 passed, 1396 total
Snapshots:   0 total
Time:        7.005 s
Ran all test suites.
  • This change adds unit test coverage
  • This change adds integration test coverage

Checklist

@tusharpandey13 tusharpandey13 requested a review from a team as a code owner November 11, 2024 10:19
@tusharpandey13
Copy link
Contributor Author

We will be releasing release specific examples for this feature shortly.

@tusharpandey13 tusharpandey13 merged commit b61e478 into master Nov 12, 2024
4 checks passed
@tusharpandey13 tusharpandey13 deleted the feature/forms branch November 12, 2024 03:59
@tusharpandey13 tusharpandey13 mentioned this pull request Nov 12, 2024
@tusharpandey13 tusharpandey13 changed the title Feature/forms Forms Nov 12, 2024
@tusharpandey13 tusharpandey13 changed the title Forms Forms and Flows implementation Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants