-
Notifications
You must be signed in to change notification settings - Fork 160
workflow.id and workflow.key is duplicate #742
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
Comments
hi, i think the community member use case for this was that id is generated by some third party tool like a cms system so it would not be in the workflow definition (thus exclusive). |
If id is generated by a cms system and not in workflow definition, why we must use another property named As we keep both id and key property, there is some problem:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The way I see and use it,
On a side note, there are many problems with naming conventions, as discussed in related issue #671 , which breaks expression functions, for example |
If this is the use case,so user cannot provide it (because runtime will always rewrite it). |
did we come to some consensus if we wanna remove this or not? |
I'm not sure! Let's wait next community meeting if that's ok |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
See #817 (comment) |
@ricardozanini Working on this one, can you update the status label? |
Id is removed. Name remains mandatory and is clarified that should be unique. Key description is updated and becomes optional in all cases. Version is assumed to be latest if not specified Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
Id is removed. Name remains mandatory and is clarified that should be unique. Key description is updated and becomes optional in all cases. Version is assumed to be latest if not specified Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
Id is removed. Name remains mandatory and is clarified that should be unique. Key description is updated and becomes optional in all cases. Version is assumed to be latest if not specified Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
Id is removed. Name remains mandatory and is clarified that should be unique. Key description is updated and becomes optional in all cases. Version is assumed to be latest if not specified Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
Id is removed. Name remains mandatory and is clarified that should be unique. Key description is updated and becomes optional in all cases. Version is assumed to be latest if not specified Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
[Fix #742] Id, key and name refactor
Uh oh!
There was an error while loading. Please reload this page.
What would you like to be added:
Only keep one of id or key property in workflow.
Why is this needed:
As the description:
The id & key property is exclusive,we can only have one of them, but when id is auto-generated (which means it have an value), we cannot define the key property, so the use case is wrong.
The text was updated successfully, but these errors were encountered: