Method: Beez::Client#deploy_process

Defined in:
lib/beez/client.rb

#deploy_process(params = {}) ⇒ Object



39
40
41
42
43
44
# File 'lib/beez/client.rb', line 39

def deploy_process(params = {})
  run(
    :deploy_process,
    ::Zeebe::Client::GatewayProtocol::DeployProcessRequest.new(params)
  )
end