Class: Camunda::Operate::FlownodeInstances

Inherits:
API
  • Object
show all
Defined in:
lib/camunda/operate/flownode_instances.rb

Class Method Summary collapse

Methods inherited from API

base_url, oauth_token

Methods inherited from BaseAPI

build_url, get, headers, patch, post

Class Method Details

.find(flownode_id) ⇒ Object



10
11
12
# File 'lib/camunda/operate/flownode_instances.rb', line 10

def self.find(flownode_id)
  get("flownode-instances/#{flownode_id}")
end

.search(params) ⇒ Object



6
7
8
# File 'lib/camunda/operate/flownode_instances.rb', line 6

def self.search(params)
  post('flownode-instances/search', params)
end