Table of Contents |
---|
...
SageBio Workflow Examples
Hello World
This currently assumes you have already followed the instructions in aws-java-sdk-1.3.3/samples/AwsFlowFramework/README.html to set up AWS_SWF_SAMPLES_CONFIG TODO: Nicole should port it to synapse configuration.
Make sure you can run the HelloWorld workflow https://sagebionetworks.jira.com/source/browse/PLFM/trunk/lib/lib-workflow
...
This can happen when the activity or workflow code throws a runtime exception such as a NullPointerException. Unfortunately the unit testing framework provided by SWF does not log them.
"java.lang.IllegalStateException",{"cause":null,"message":"not ready","localizedMessage":"not ready"
Promise Variables were used Incorrectly
...