-
Notifications
You must be signed in to change notification settings - Fork 0
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
Workspace prep demo #1
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Speaking about further process definition improvements:
- Since we have some process logging, we may also demonstrate how to use execution or task listener. We may create a listener that will write a log message like "Task XXX has been started". This listener will be added to each user task.
- We don't demonstrate working with task outcomes in this sample. We could add outcomes to the Check request task, e.g. our favorite Approve - Reject or Complete and Restart (return the process to the beginning).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please create issues for future improvements
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@UiController("WorkspaceRequest.edit") | ||
@UiDescriptor("workspace-request-edit.xml") | ||
@EditedEntityContainer("workspaceRequestDc") | ||
@ProcessForm(allowedProcessKeys = {"workspace-preparation"}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you considered having a separate screen for process form? One screen will be a regular editor that has nothing to do with BPM and the second screen will be used as a process form only.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps it's a good idea. Create an issue for this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finished minor fixes. Let's make other improvements later. |
No description provided.