function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sagar MauryaSagar Maurya 

calling @future annotated method from visual flow

By any chance can we call @future annotated method from visual flow?
Best Answer chosen by Sagar Maurya
Vladimir SaturaVladimir Satura

Not directly. InvocableMethods cannot be marked as future.
Your invocable method can however call future method:
http://www.infallibletechie.com/2016/05/how-to-call-future-methods-from-process.html