ActivityFunctionsUpdateRecipientHandledManuallyInLog Method

Update SmartPost recipient message log with shipment state and sent by for shipments handled manually

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static void UpdateRecipientHandledManuallyInLog(
	ODataService ctx,
	string instanceId,
	string recipientAddresskey,
	string dispatcherId,
	MessageShipmentProcessState state,
	string errorMessage = null
)

Parameters

ctx  ODataService
OData context
instanceId  String
Workflow instance id
recipientAddresskey  String
Addresskey for recipient
dispatcherId  String
Dispatcher id
state  MessageShipmentProcessState
State to set
errorMessage  String  (Optional)
The error message to be written. Null if the error shall not be updated.

See Also