Codeunit "Workflow Webhook Notification"

ID 1545
Namespace: System.Automation

Properties

Name Value
EventSubscriberInstance Manual
Permissions TableData "Workflow Webhook Notification" = rimd

Methods

Initialize

procedure Initialize(RetryCount: Integer, WaitTimeInMs: Integer)

Parameters

Name Type Description
RetryCount Integer
WaitTimeInMs Integer

StartNotification

procedure StartNotification(WorkflowStepInstanceID: Guid)

Parameters

Name Type Description
WorkflowStepInstanceID Guid

GetCurrentRetryCounter

procedure GetCurrentRetryCounter(): Integer

Returns

Type Description
Integer

ShouldRetry

procedure ShouldRetry(StatusCode: Integer, StatusDescription: Text): Boolean

Parameters

Name Type Description
StatusCode Integer
StatusDescription Text

Returns

Type Description
Boolean

See also