web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

How to run a real-time workflow manually?

(0) ShareShare
ReportReport
Posted on by

I read a lot of articles on "real-time" workflows. But non-of them tells me how to manually trigger the real-time workflow.

Right now I have a real-time workflow that is triggered after a field is changed or a record is created.

But I just want to fire this workflow without changing anything.

Thank you1

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    pmdci Profile Picture
    1,032 on at

    You must select the workflow to be able to run as an on-demand process under the header "available to run".

  • Community Member Profile Picture
    on at

    Sorry, but I can't find "Run Workflow" button.

  • Community Member Profile Picture
    on at

  • Community Member Profile Picture
    on at

    Thank you Guido, I am able to manually run this workflow for one record at a time.

    But I have millions of records to process.

  • Verified answer
    Royal King Profile Picture
    27,686 on at

    If you have millions of records to run this workflow , one option would be creating console application and triggering this workflow pragmatically on those records.

    here is the sample code to trigger workflow programatically

    ExecuteWorkflowRequest request = new ExecuteWorkflowRequest

       {

           EntityId = a.Id,  // pass record id 

           WorkflowId = workflowId  // pass workflow id

       };

       _sdk.Execute(request);

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
JS-09031509-0 Profile Picture

JS-09031509-0 3

#2
AS-17030037-0 Profile Picture

AS-17030037-0 2

#2
Mark Eckert Profile Picture

Mark Eckert 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans