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

Users can view the process model for a task #17645

Closed
8 tasks
Tracked by #17643
douglasbouttell-camunda opened this issue Apr 22, 2024 · 0 comments · Fixed by #18460
Closed
8 tasks
Tracked by #17643

Users can view the process model for a task #17645

douglasbouttell-camunda opened this issue Apr 22, 2024 · 0 comments · Fixed by #18460
Assignees
Labels
component/tasklist Related to the Tasklist component/team

Comments

@douglasbouttell-camunda
Copy link
Contributor

douglasbouttell-camunda commented Apr 22, 2024

Acceptance Criteria

  • Tasklist MUST have a view which shows the associated process model for a task
  • Tasklist MUST highlight the element in the process model which the task relates to
  • Tasklist MUST show the name of the process in the process view
  • Tasklist MUST show the version of the process in the process view
  • Tasklist MUST show the process model in the process view
  • Tasklist MUST NOT allow the user to access the process view if the user does not have permissions to view the process model
    • Do not show the tab if the user does not have permission or the model cannot be found
  • Tasklist MUST NOT show the process when the task is completed
  • Tasklist MUST emit a tracking event when the process view is selected

Additional information

UX

Figma

image

image

@douglasbouttell-camunda douglasbouttell-camunda added the component/tasklist Related to the Tasklist component/team label Apr 22, 2024
github-merge-queue bot pushed a commit that referenced this issue May 13, 2024
## Description

Provide a view which allows users to view the associated process model.
Highlight the activity associated with the current task. This requires
using bpmn.js.

## Related issues

progresses #17645
github-merge-queue bot pushed a commit that referenced this issue May 28, 2024
## Description

Allow users to view the associated process for a task. Highlight the
activity which relates to the task.

This allows users to have increased visibility and context for a task.

## Related issues

closes #17645 , #18706
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/tasklist Related to the Tasklist component/team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants