Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.05 KB

File metadata and controls

36 lines (25 loc) · 1.05 KB
title description author ms.author ms.date ms.reviewer ms.topic applies_to search.audienceType contributors
getActiveProcess (Client API reference) in model-driven apps| MicrosoftDocs
Includes description and supported parameters for the getActiveProcess method.
HemantGaur
hemantg
03/12/2022
jdaly
reference
Dynamics 365 (online)
developer
JimDaly

getActiveProcess (Client API reference)

[!INCLUDE./includes/getActiveProcess-description.md]

Syntax

var activeProcess = formContext.data.process.getActiveProcess();

Return Value

Type: Process | null

Description: The currently active process or null if there is no active process. See Process methods for the methods to access the properties of the process returned.

Related articles

setActiveProcess
formContext.data.process

[!INCLUDEfooter-include]