Skip to content

Bots From Extension: camunda

Camunda - Process management bots for Camunda

This extension provides 4 bots.





Bot @camunda:execute-process

Bot Position In Pipeline: Source Sink

Execute Process - For variables pass variable_name, variable_value, variable_type as input to this bot

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
id* Text Process ID to execute







Bot *camunda:list-active-processes

Bot Position In Pipeline: Source

List all active processes

This bot expects a Full CFXQL.

Bot applies the Query on the data that is already loaded from previous bot or from a source.







Bot *camunda:process-definitions

Bot Position In Pipeline: Source

Get Process Definitions

This bot expects a Full CFXQL.

Bot applies the Query on the data that is already loaded from previous bot or from a source.







Bot @camunda:update-variable

Bot Position In Pipeline: Source Sink

Update Variable of an existing process

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
instance_id* Text Process Instance ID
name* Text Name of the variable to update
value* Text Value of the variable to update
type Text String Type of the variable to update