You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the MS backend, program internal lib functions for the user-facing "Task List" to push, display and remove tasks. Other views, e.g. the Process Editor, should be able o push a task into this list, e.g. to remind someone to check and release a process
For pushing tasks into the task list, enable to set variables
The task that are push into the tasklist, should be previously build inside a "Task Editor" view (left side in the navigation panel): same list to manage tasks as within the "Process Editor". But instead of opening a process, the UserTask Editor is opened. Here, it should be possible to create a single task, optionally with variables.
make potentialOwner also some kind of variable, so that a release button can dynamically (at runtime) assign a predefined task to a role, e.g. process manager. the potentialOwner (e.g. process manager role) should not always be predefined inside the Task Editor but assignable at runtime.
add this "Task Editor" view to the permission system, so that not every user is automatically able to see this view
Add a badge at "Your Tasks" with the number of currently open tasks for a logged-in user