• Ben Beisswenger 4
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hi! I'm trying very hard to figure out how to make this Apex Action run directly from a Lightning Component. We used to run it from a VF page but it's ugly.

Does anyone know how to do this? I @AuraEnabled the method within the Apex class, and Identified the controller in the header. But it says there's an "Uncaught Unknown controller action 'getkickoffworkflow'"

 
Hi! I'm trying very hard to figure out how to make this Apex Action run directly from a Lightning Component. We used to run it from a VF page but it's ugly.

Does anyone know how to do this? I @AuraEnabled the method within the Apex class, and Identified the controller in the header. But it says there's an "Uncaught Unknown controller action 'getkickoffworkflow'"