ProcessLaneOfferToRole Property |
When set, the tasks from the lane are offered for assignment to the users with the specified role and the same locality as the process instance. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Role OfferToRole { get; set; }
Public Property OfferToRole As Role
Get
Set
public:
property Role^ OfferToRole {
Role^ get ();
void set (Role^ value);
}
member OfferToRole : Role with get, set
Property Value
Type:
Role
See Also