Enhancement for Instance Service's Reference implementation #489
johannesheucher-gip
started this conversation in
Ideas
Replies: 1 comment
-
A button to create a new Workflow with the correct signature next to the "Open" button could be a nice addition. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now
Implementing a reference Workflow requires the user to model the complete signature (including throws) inside the "Abstract" section, before he can see the desired Workflow options inside the dropdown.
Problems
Proposal
The dropdown offers all Workflows that have the owning data type as its first input (regardless of output and throws signature).
Having selected a Workflow also establishes this Service's signature (must be displayed - readonly).
We also need an "Open" button besides the dropdown to open the reference Workflow.
Sub Types
For an overridden Service, it is not possible to change the signature except for the following cases:
For example, this has an effect for the provided reference Workflows.
Beta Was this translation helpful? Give feedback.
All reactions