-
Notifications
You must be signed in to change notification settings - Fork 13
Rodan Client Requirements Results
mrbannon edited this page May 16, 2013
·
1 revision
- Workflow.name
- number of associated WokflowRun (maybe)
- populates 'Runs' view with associated WorkflowRuns for the Workflow
- populates 'Action' view with associated actions for the Workflow
- none selected
- WorkflowRun.name
- WorkflowRun.status (not yet in ERD)
- populates the 'Pages' view with associated Pages
- populates the 'Action' view with associated actions for the WorkflowRun
- none selected
- Page.name
- current Job.name associated with Page
- current RunJob.status associated with Page
- populates 'Results' view with associated RunJob Result
- populates 'Action' view with associated actions
- none selected
Context-sensitive area that displays buttons (or "actions") based on (1) which of 'Workflows', 'Runs', or 'Pages' is selected and (2) which element in the respective view is selected.
Type | Name | Action/Data | Availability |
---|---|---|---|
Button | Run Workflow | Creates new WorkflowRun for associated Workflow. | Always available. |
Info | Status | WorkflowRun.status | NA |
Info | Creation date | Workflow.created | NA |
Info | Description | Workflow.description | NA |
Type | Name | Action/Data | Availability |
---|---|---|---|
Button | Stop | Stops the WorkflowRun. | Available only if associated WorkflowRun.status is running/active. |
Button | Stop | Continues the WorkflowRun. | Available only if associated WorkflowRun.status is stopped/inactive. |
Info | Status | WorkflowRun.status | NA |
Info | Creation date | WorkflowRun.created | NA |
Type | Name | Action/Data | Availability |
---|---|---|---|
Button | Work | Launches interactive session. | Available only if associated RunJob.needs_input is TRUE. |
- nothing
- Repository Structure
- Working on Rodan
- Testing Production Locally
- Working on Interactive Classifier
- Job Queues
- Testing New Docker Images
- Set up Environment Variables
- Set up SSL with Certbot
- Set up SSH with GitHub
- Deploying on Staging
- Deploying on Production
- Import Previous Data