ActivityFunctionsUpdateRecipientInLog Method

Update SmartPost recipient message log with current shipment state

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 UpdateRecipientInLog(
	ODataService ctx,
	string instanceId,
	string recordId,
	string dispatcherId,
	string externalMessageId,
	MessageShipmentProcessState state,
	string errorMessage = null,
	bool massDispatchLog = false
)

Parameters

ctx  ODataService
OData context
instanceId  String
Workflow instance id
recordId  String
Record id of message document
dispatcherId  String
Dispatcher identifier
externalMessageId  String
External system message iddentifier
state  MessageShipmentProcessState
State to set
errorMessage  String  (Optional)
Optional error message
massDispatchLog  Boolean  (Optional)
true if mass shipment is performed.

See Also