submit

suspend fun <Req, Res> WorkflowRequest<Req, Res>.submit(client: Client, delay: Duration? = null): SendResponse<Res>

Shorthand for submitSuspend

Return

the send response

Parameters

client

the client to use for submission

delay

optional execution delay