CallbackInfo
¶
Represents information of a callback operation.
- CallbackInfo.CallbackId¶
=
CallbackId
The unique identifier of the callback operation.
- CallbackInfo.CallbackUrl¶
=
CallbackUrl
The URL that is used to perform the actual callback.
- CallbackInfo.ScheduledAt¶
=
ScheduledAt
Timestamp when the operation was scheduled.
- CallbackInfo.UpdatedAt¶
=
UpdatedAt
Timestamp when the operation status was updated most recently.
- CallbackInfo.CallbackAt¶
=
CallbackAt
Timestamp of the most recent attempt to call back the endpoint which was registered with this callback operation.
- CallbackInfo.RetryCounter¶
=
RetryCounter
The number of times a callback was made but either the callback timed out, the host was not available or the endpoint did not return a status code of 200 OK.
- CallbackInfo.CallbackStatusCode¶
=
CallbackStatusCode
The most recent status code that was returned by the web server during the most recent attempt to callback the endpoint that was registered with this callback operation.
- CallbackInfo.ProcessName¶
=
ProcessName
The name of the process that is currently being executed.
- CallbackInfo.State¶
=
State
Current state in which the execution of the callback operation is.
See also
CallbackState for more information about the callback state.
- CallbackInfo.WorkflowName¶
=
WorkflowName
The name of the workflow that is executed as part of this callback operation.
- CallbackInfo.WorkflowState¶
=
WorkflowState
The internal current state a workflow is currently in if a workflow is executed as part of this callback operation.
- CallbackInfo.WorkflowStorage¶
=
WorkflowStorage
List of key/value pairs representing storage data that is stored alongside a workflow that is currently or has been executing as part of this callback operation.
- CallbackInfo.Aborted¶
=
Aborted
true
, if the callback operation has been aborted. An aborted callback operation is still dispatched back to the calling client server - if possible.
- CallbackInfo.ErrorMessage¶
=
ErrorMessage
May contain an error message why the callback operation has been aborted.