lightning-component-apex-continuation
lightning-component-apex-continuation copied to clipboard
Sample app showing how to invoke an Apex Continuation from a Lightning Component
Calling an Apex Continuation from a Lightning Component
Read this blog post to learn more about the examples in this repository.
Installation Instructions
-
Authenticate with your hub org (if not already done):
sfdx force:auth:web:login -d -a myhuborg -
Clone the repository:
git clone https://github.com/ccoenraets/lightning-component-apex-continuation cd lightning-component-apex-continuation -
Create a scratch org and provide it with an alias (continuations):
sfdx force:org:create -s -f config/project-scratch-def.json -a continuations -
Push the app to your scratch org:
sfdx force:source:push -
Assign the
continuationpermission set to the default user:sfdx force:user:permset:assign -n continuation -
Open the scratch org:
sfdx force:org:open -
Open the Continuation sample app in the App Launcher