Hi,
I try to understand the idea behind these supported lists from the new release:
- All Inactive workflows – Workflow admin
- My Workflow Inactive user tasks
- All Inactive user tasks
Only, the more I search, to more unclear it gets; Does anybody have a clear answer on the below comment:
=============
Are we talking "template" workflows here or the instances of the template? The templates can indeed be made (in)active and you can filter on it in runtime under the 'Workflow templates' node (for workflow admins). From a workflow instances point of view it is required to create a 'List' BB on the related 'DynamicWorkflows' entity, but the states follow the states of a running lifecycle (see the CIM!) which don't include (active|inactive).
How about 'My workflow'? Are these the workflows "assigned" to you from the corresponding BB and can contain tasks where the user is made inactive? Or do I get a result of tasks (of inactive users) where the workflow is assigned to me? Is this a 'List' BB we can create ourselves?
There is an "old" artifact 'Inactive Users Tasks'...Are we talking about this? Or do we need to add a 'List' BB to the 'LifecycleTask' where we filter on 'Task.State'?
And…Have these 2 expressions any relation with it?
`$(deletedUsersWithTasks())` and `$(disabledUsersWithTasks())`
=============
Thx, Antal