Skip to content

Commit b4d0b21

Browse files
author
Joe Stubbs
committed
Add readme
1 parent b112e80 commit b4d0b21

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

samples/submit_jobs/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Submit Job Actor Sample ##
2+
# Image: abacosamples/agave_submit_job
3+
4+
This sample demonstrates how to use the agave client to submit a job on to an execution system. This actor
5+
expects a JSON message containing a description of the Agave job to submit, as expected by the Jobs service.
6+
7+
# Example Usage #
8+
9+
```bash
10+
$ curl -H "Content-type: application/json" -H "Authorization: Bearer $tok" -d '{"name": "Abaco-submitted-job", "appId": "wc-0.0.1", "inputs": ["agave://Agave-diagnostics-storage-ds/test.txt"], "archive": false}' $base/actors/v2/$aid/messages
11+
```
12+
13+

0 commit comments

Comments
 (0)