AssignmentProperty Class

The AssignmentProperty class is used to define participant resolution, which is who should get work items that are assigned when a workflow element is executed.

Namespace:  Microsoft.Dynamics.AX.Framework.Workflow.Model
Assembly:  Microsoft.Dynamics.AX.Framework.Workflow.Model (in Microsoft.Dynamics.AX.Framework.Workflow.Model.dll)

No code example is currently available or this language may not be supported.

The resolution can be done one of the following ways:

Role based.

A number of predefined roles that the workflow execution knows about and tokens returned from a participant provider implementing the WorkflowParticipantProvider interface.

Hierarchy based.

A list of tokens returned from a hierarchy provider implementing the WorkflowHierarchyProvider interface.

User based.

A list of users.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Community Additions

ADD
Show: