Rank: Member
Joined: 11/5/2003(UTC) Posts: 2,136
Was thanked: 1 time(s) in 1 post(s)
|
Order tasks such as "Shipping Complete" do not run without an OrderTaskContext.
You can easily include OrderTaskContext and ProductTaskContex using the XmlInclude attribute as in:
<WebMethod(), XmlInclude(GetType(BusinessRules.OrderTaskContext))> _
Public Sub BusinessRules_Workflow_RunByName(....)
This one is kind of important to me. When Shipper processes an order I'd like to run the appropriate workflow steps. If I can't my customers are going to be very disappointed in me. |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.