Hackathon project for the cyan table
mvn compile exec:java -Dexec.mainClass="io.temporal.hackathon.AuctionWorker"mvn compile exec:java -Dexec.mainClass="io.temporal.hackathon.Starter"mvn compile exec:java -Dexec.mainClass="io.temporal.hackathon.CodecStarter"In the temporal UI, click on the codec icon (sunglasses) in the top right corner and put http://localhost:8000 in the Codec Server browser endpoint field in order to view
the decoded values in the UI.
temporal workflow signal --workflow-id 'car' --name 'bid' --input '"tom"' --input '100'This takes the username from the environment:
mvn compile exec:java -Dexec.mainClass="io.temporal.hackathon.AuctionBidder" -Dexec.args="100"