• kirellos malak
  • NEWBIE
  • 25 Points
  • Member since 2023

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I want to launch my code as a queueable class, but I need to include a parameter. I have tried doing this but at some point I have to make a call that doesn't include parameters, i.e.

public void execute(QueueableContext context) {...
}

Is there any way round this?
 
I want to launch my code as a queueable class, but I need to include a parameter. I have tried doing this but at some point I have to make a call that doesn't include parameters, i.e.

public void execute(QueueableContext context) {...
}

Is there any way round this?