Table of Contents |
---|
...
- Console https://console.aws.amazon.com/swf/home
- Documentation https://aws.amazon.com/documentation/swf/
- be sure to read the AWS Flow Framework Developer Guide
- User forum https://forums.aws.amazon.com/forum.jspa?forumID=133
- AWS Java SDK http://aws.amazon.com/sdkforjava/
- be sure to look at the sample code in
aws-java-sdk-x.y.z/samples/AwsFlowFramework/
- be sure to look at the sample code in
- Make sure you are able to build and run Synapse locally. See Workflow Developer Bootstrap or Developer Bootstrap for instructions.
SageBio Workflow Examples
Hello World
...
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
...