Smoke test workflow for SDK setup verification
Input: check | Timeout: 60s
Output: result
sdk_test_task
SdkTestWorker (sdk_test_task): Simple worker for the SDK setup smoke test.
Reads check. Outputs result.
result:${sdk_test_task_ref.output.result}
sdk_test_task: check = ${workflow.input.check}
5 tests cover valid inputs, boundary values, null handling, and error paths.
mvn testName: sdk_setup_test | Tasks: 1 | Workers: 1
Run this example: see RUNNING.md for setup, build, and CLI instructions.