This library provides Griptape Nodes for interacting with AWS Deadline Cloud APIs and services.
IMPORTANT: To use these nodes, you will need AWS Credentials.
To configure your settings within the Griptape Nodes IDE:
- Open the Settings menu.
- Navigate to the Engine Settings panel.
- Configure your:
- Default Farm ID
- Default Queue ID
- Monitor URL
- Region name
- Profile name
- Default Storage profile ID (optional)
If you haven't already installed your Griptape Nodes engine, follow the installation steps from the griptape-nodes README. After you've completed those and you have your engine up and running:
- Copy the path to your
library.json
. Right click on the file, andCopy Path
(NotCopy Relative Path
) - Start up the engine!
- Navigate to settings
- Open your settings and go to the App Events tab. Add an item in Libraries to Register
- Paste your copied
library.json
path from earlier into the new item - Exit out of Settings. It will save automatically!
- Open up the Libraries dropdown on the left sidebar
- Your newly registered library should appear! Drag and drop nodes to use them!
After configuring your Deadline Cloud settings and defaults, you can publish workflows to Deadline Cloud:
- Author a Workflow in the GUI Editor, using:
- A Deadline Cloud Start Flow node to expose the input Parameters to your Workflow
- Also specify any Deadline Cloud Job configuration you desire on this node
- A Deadline Cloud End Flow node to expose the output Parameters of your Workflow
- A Deadline Cloud Start Flow node to expose the input Parameters to your Workflow
- Click the 'Publish' button in the top right of the Editor (rocket ship icon)
- Choose the AWS Deadline Cloud Library target for publishing to
- (Optional) Enter a name for the new workflow file which will be generated as a result of publishing
- (Optional) Unselect
Execute workflow immediately after publishing
if you wish to run the published workflow from the Editor
- Open the newly generated workflow file in the Editor from the publish operation
- Click the
Run Workflow
button in the Editor to run the published workflow on Deadline Cloud as a Job