ActivityFunctionsUpdateRecipientShipmentStateInLog Method
Update SmartPost recipient message log with current shipment state, based on recipient address key
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: 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)
public static void UpdateRecipientShipmentStateInLog(
ODataService ctx,
string instanceId,
string recipientAddressKey,
MessageShipmentProcessState state,
string errorMessage
)
Public Shared Sub UpdateRecipientShipmentStateInLog (
ctx As ODataService,
instanceId As String,
recipientAddressKey As String,
state As MessageShipmentProcessState,
errorMessage As String
)
public:
static void UpdateRecipientShipmentStateInLog(
ODataService^ ctx,
String^ instanceId,
String^ recipientAddressKey,
MessageShipmentProcessState state,
String^ errorMessage
)
static member UpdateRecipientShipmentStateInLog :
ctx : ODataService *
instanceId : string *
recipientAddressKey : string *
state : MessageShipmentProcessState *
errorMessage : string -> unit
Parameters
- ctx ODataService
- OData context
- instanceId String
- Workflow instance id
- recipientAddressKey String
- Address key for recipient
- state MessageShipmentProcessState
- State to set
- errorMessage String
- Error message to set