How to obtain idWorkItem

<< Click to Display Table of Contents >>

Navigation:  Low-code Process Automation > Studio Cloud - Authoring environment > Bizagi Studio > How To´s > Useful how-to's > How to obtain Bizagi parameters >

How to obtain idWorkItem

Overview

When working with Bizagi Web Parts or using Bizagi API, you may have a parameter named idWorkItem. This section shows you how to obtain this value.

 

What you need to do

These are the steps you need to follow to obtain the idWorkItem parameter.

 

Obtaining idWorkItem through SOAP services

You will need to use the web method QueryCases from QuerySOA.

 

Invoke this method, in this example we'll be querying the active case number 101.

 

howto_param_idworkitem01

 

The service will return a node named TaskTable under Tables. Inside this node you will find in Rows the column idWorkItem with the parameter, along with the column with the case number, as shown below.

 

howto_param_idworkitem02


Last Updated 1/6/2022 5:19:59 PM