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

It should be possible to pass the case definition into StartCase #18

Closed
4 tasks
tpetter opened this issue Dec 18, 2019 · 1 comment
Closed
4 tasks

It should be possible to pass the case definition into StartCase #18

tpetter opened this issue Dec 18, 2019 · 1 comment

Comments

@tpetter
Copy link
Member

tpetter commented Dec 18, 2019

Currently, when invoking StartCase command, it requires a reference to a case definitions document.
It should be possible to also pass the definition as an input to the StartCase itself, thereby shifting the deployment of case definitions outside of the engine.
Note that when this is implemented also the RepositoryRoute must be revisited, especially reviewing the relevance of the following APIs:

  • /repository/list

  • /repository/deploy

  • /repository/load

  • /repository/validate is still interesting, since this can be used as an end point from the IDE to do validation of the definitions file.

@tpetter
Copy link
Member Author

tpetter commented Jan 3, 2020

Design consideration: interpret the definition parameter as a URL from which the definition will be loaded upon StartCase. RepositoryRoute might then be proxied to the same (base) url?

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

No branches or pull requests

1 participant