Please enable JavaScript to view this site.

The manual for the JobRouter developer

Navigation: Webservice > Function and usage > Process management

checkProcessStart

Scroll Prev Top Next More

Query the status of an asynchronously started instance

When a new instance was started asynchronously, the method checkProcessStart checks the current status using the task id that was returned when the instance was started.

The call up returns the current status in form of a process start info objects.

Method reference

Parameters

Data type

Description

taskId

string

Unique identification for asynchronous instance starts (optional); in case no value is handed over, the TaskId will automatically be generated

Return value: ServiceObject_ProcessStartInfo; Process start info object