• Lee Hildebrand 6
  • NEWBIE
  • 15 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
Salesforce Dev needed at HCA. FTE role on ACTUALLY agile team. Check out description (http:// https://hca.taleo.net/careersection/10147/jobdetail.ftl?job=10207-30313⟨=en) to come work on DevOps compliant, SFDX driven, life-saving apps.
I saw diagrams for a new Salesforce feature about a week ago. It was a new Flow Action that called to an external system and brought data from that system back into the flow. Once built, it can be used as an element in many flows offering point-and-click access to API data. Now I can't find it. Does anyone else know what feature that was and where its info is published (I've tried sorting Ideas by Pilot, but its not there)?
Tried doing a callout from an execute method in a queueable class and go the @future error -
Callout not allowed from this future method. Please enable callout by annotating the future method. eg: @Future(callout=true)
07:13:51.752 (8701449752265601)|SYSTEM_METHOD_EXIT|[1263]|System.Http.send(ANY)
Is there a way to annotate the execute with "(callout=true)".

I sounds like what i want to do may be doable if there's just some syntax to get the annotation.