workflowHandle
inline fun <Res> Client.workflowHandle(workflowName: String, workflowId: String): Client.WorkflowHandle<Res>
Create a new Client.WorkflowHandle for the provided workflow name and identifier.
Return
the workflow handle
Parameters
workflowName
the workflow name
workflowId
the workflow identifier