Top Method Summary
Options Name Purpose
LogStatusTransition (character, character, character) Logs a workflow status transition, resolving the workflow and the status GUIDs through the IWorkflowEngine
LogStatusTransition (character, character, character, character) Logs a workflow status transition into the SmartDB


Method Detail
Top

LogStatusTransition (character, character, character)

Purpose: Logs a workflow status transition, resolving the workflow and the status
GUIDs through the IWorkflowEngine
Notes: The WorkflowGuid is looked up from the WorkflowInstanceGuid; the previous
and new status are resolved from either a WorkflowStatusGuid or a
WorkflowStatusName. An empty previous status is passed through unchanged
(initial launch).

Parameters:
pcWorkflowInstanceGuid CHARACTER
The GUID of the workflow instance whose status changed
pcPreviousWorkflowStatusGuidOrName CHARACTER
The GUID or name of the workflow status before the transition (empty for an initial launch)
pcNewWorkflowStatusGuidOrName CHARACTER
The GUID or name of the workflow status after the transition
Top

LogStatusTransition (character, character, character, character)

Purpose: Logs a workflow status transition into the SmartDB
Notes: Creates a SmartWorkflowExecutionLog record through the
WorkflowExecutionLogBusinessEntity. The audit fields (timestamp,
user, session) are populated by the Business Entity from the
SessionManager.

Parameters:
pcWorkflowInstanceGuid CHARACTER
The GUID of the workflow instance whose status changed
pcWorkflowGuid CHARACTER
The GUID of the workflow
pcPreviousWorkflowStatusGuid CHARACTER
The GUID of the workflow status before the transition
pcNewWorkflowStatusGuid CHARACTER
The GUID of the workflow status after the transition


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       06.07.2026 14:36:17