-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Implement the display name of the workflow instance #14276
Comments
related : #14275 |
@hyzx86 adding |
I am trying to do a user-driven workflow that contains a to-do list, for example the process instance name that the user will see will be shown as |
I see. Maybe a PR with new option on the workflow that a user can change. By default it would be something like this |
Yes, it is. |
I would say configurable title is something we can bring to OC. Not sure other field will. If you are using Liquid, you can freely access any property from the workflow and other things like HttpContext. If you need custom data like roles or fields, maybe access the HttpContext.User via liquid. Feel free to submit a new PR to change the title. I don't think this will be a problem |
I would suggest to add the title template property to |
Currently, the display name of our workflow instance directly uses the instance Id, which is very unfriendly to users
I tried to implement this in my project, but found that there was no extension field Properties in WorkflowType
Can we make
WorkflowType
inherit from 'Entity' and only need one change to achieve unlimited expansion? It should be great.In the figure below, I added a last execution time with the extended information for the workflow instance.
For the process title, however, it should be a user-defined expression, like 'TitilePart', or specified directly by the script node.
The text was updated successfully, but these errors were encountered: