tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > ActivityInstancesQueryProps

ActivityInstancesQueryProps interface

Signature:

export interface ActivityInstancesQueryProps

Properties

Property Modifiers Type Description
activityStates?   ReadonlyArray<ActivityState> (Optional) If specified, only Activity Instances which have one of the given Activity States will be returned.
assigneeId?   ItemUri (Optional) If specified, inly Activity Instances assigned to a given User will be returned.
forAllUsers?   boolean <p>(Optional) When set to false, the results will be filtered on Assignee or Owner depending on the activity instance state: - Activity Instances in Assigned State are returned if they are assigned to the Current User or any groups of the Current User. - Activity Instances in other Activity States are returned if they are owned by the Current User</p><p>When set to true, the results are filtered by security instead. Only the Activity Instances on which the current user has Workflow Management rights (or system administration privileges) are returned.</p>
ownerId?   ItemUri (Optional) If specified, inly Activity Instances created by given User will be returned.
processDefinitionId?   ItemUri (Optional) If specified, only Activity Instances based on the given Process Definition will be returned.