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

[FEATURE] Validate a process flow graph #18

Closed
dbwiddis opened this issue Sep 6, 2023 · 1 comment
Closed

[FEATURE] Validate a process flow graph #18

dbwiddis opened this issue Sep 6, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@dbwiddis
Copy link
Member

dbwiddis commented Sep 6, 2023

Is your feature request related to a problem?

The result of #17 will be an ordered collection of nodes. However, there may be invalid connections in this sequence.

What solution would you like?

Perform error-handling to identify these invalid connections, throwing verbose exceptions explaining the reason. Validation checks should include:

  • Type-checking of output vs. input at at least a high level (text vs. binary data)
  • Type-checking of output vs. input at a more detailed level if available (required attributes)
  • All nodes have a predecessor and dependent node

Do you have any additional context?

The type checking would ideally tie into Java inheritance concepts.

@minalsha
Copy link
Collaborator

This will be covered as part of #88.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants