Table of Contents

LifecycleWorkflows-Workflow.Activate

Allows the app to run workflows on-demand on behalf of a signed-in user.

Merill's Note

For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the LifecycleWorkflows-Workflow.Activate permission.

If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the Export-MsIdAppConsentGrantReport command. See How To: Run a quick OAuth app audit of your tenant

Category Application Delegated
Identifier 3a87a643-13d2-47aa-8d6a-b0a8377cb03b df1c25b3-072c-45cd-8403-c63441e4cca1
DisplayText Run workflows on-demand in Lifecycle workflows Run workflows on-demand in Lifecycle workflows
Description Allows the app run workflows on-demand without a signed-in user. Allows the app to run workflows on-demand on behalf of a signed-in user.
AdminConsentRequired Yes Yes

Graph Methods

Resources

Granting this permission allows the calling application to access (and/or update) the following information in your tenant.

Graph reference: awaitedWorkflowProcessingResult

Property Type Description
processingStatus microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus The processing status of the workflow execution.
statusReasons String collection A collection of reasons for the current processing status. May be empty.
subject microsoft.graph.identityGovernance.workflowSubject The subject that was processed by the workflow.