<< Click to Display Table of Contents >> 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.
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.
Last Updated 1/6/2022 5:19:59 PM