Skip to content

tCamundaExtTaskFetchAndLock

Jan Lolling edited this page Sep 13, 2018 · 5 revisions

Purpose

This component fetches locks tasks. This is the component calls the Camunda API frequently and fetch tasks. While fetching task Camunda locks the tasks for a duration time. The component can fetch multiple tasks at once.

2 different modes:

Mode Description
Simple mode The component delivers every task as one row in the output flow
Bulk mode The component delivers the fetched task (in the last fetch call) at once and delivers them as one JSON array of tasks

In the simple mode every variable is a column in the schema.

Clone this wiki locally