We have a WF4 workflow with a Sequence of Activities as a WCF Service.
CalculateTaxesActivity
CreateOrderActivity
CreditCardAuthorizationActivity
etc.....
Our Admin is using AppFabric to manage it and resume, cancel, terminate the Workflows if needed. But we need to delegate the task of management to the warehouse and we don't want to give access to the servers that are running AppFabric for them to do that.
Is there a way of managing the workflows by using an API or Classes available in the Framework? We want the Warehouse personnel to Track and Resume the workflows if any of them faulted etc...