sendWorkflowStepState
inline suspend fun TransferClient.sendWorkflowStepState(crossinline block: SendWorkflowStepStateRequest.Builder.() -> Unit): SendWorkflowStepStateResponse
Sends a callback for asynchronous custom steps.
The ExecutionId
, WorkflowId
, and Token
are passed to the target resource during execution of a custom step of a workflow. You must include those with their callback as well as providing a status.