CallbackInfo¶
Represents information of a callback operation.
- CallbackInfo.CallbackId¶
=
CallbackIdThe unique identifier of the callback operation.
- CallbackInfo.CallbackUrl¶
=
CallbackUrlThe URL that is used to perform the actual callback.
- CallbackInfo.ScheduledAt¶
=
ScheduledAtTimestamp when the operation was scheduled.
- CallbackInfo.UpdatedAt¶
=
UpdatedAtTimestamp when the operation status was updated most recently.
- CallbackInfo.CallbackAt¶
=
CallbackAtTimestamp of the most recent attempt to call back the endpoint which was registered with this callback operation.
- CallbackInfo.RetryCounter¶
=
RetryCounterThe 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¶
=
CallbackStatusCodeThe 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¶
=
ProcessNameThe name of the process that is currently being executed.
- CallbackInfo.State¶
=
StateCurrent state in which the execution of the callback operation is.
See also
CallbackState for more information about the callback state.
- CallbackInfo.WorkflowName¶
=
WorkflowNameThe name of the workflow that is executed as part of this callback operation.
- CallbackInfo.WorkflowState¶
=
WorkflowStateThe internal current state a workflow is currently in if a workflow is executed as part of this callback operation.
- CallbackInfo.WorkflowStorage¶
=
WorkflowStorageList 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¶
=
Abortedtrue, if the callback operation has been aborted. An aborted callback operation is still dispatched back to the calling client server - if possible.
- CallbackInfo.ErrorMessage¶
=
ErrorMessageMay contain an error message why the callback operation has been aborted.