You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. The first thing you need to do is register your domain, workflow, and activities. This can be done either through the AWS console or using the PHP SDK. Using the SDK, see code in FirstStep.php
2. Second step is to create a decider. This is the script that acts as the coordinating node for your activity (worker) nodes. (SecondStep.php)
3. Third step is to create the activity workers.
(ThirdStep.php)
4. The final step is to glue everything together and launch the workflow process.