Skip to content

Rodan Client Requirements Results

mrbannon edited this page May 16, 2013 · 1 revision

Rodan Client - Result pane

Workflows

Populated by:

  • Workflow.name
  • number of associated WokflowRun (maybe)

Events:

Row selection:
  • populates 'Runs' view with associated WorkflowRuns for the Workflow
  • populates 'Action' view with associated actions for the Workflow

Default:

  • none selected

Runs

Populated by:

  • WorkflowRun.name
  • WorkflowRun.status (not yet in ERD)

Events:

Row selection:
  • populates the 'Pages' view with associated Pages
  • populates the 'Action' view with associated actions for the WorkflowRun

Default:

  • none selected

Pages

Populated by:

  • Page.name
  • current Job.name associated with Page
  • current RunJob.status associated with Page

Events:

Row selection
  • populates 'Results' view with associated RunJob Result
  • populates 'Action' view with associated actions

Default:

  • none selected

Actions

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.

Workflows

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

Runs

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

Pages

Type Name Action/Data Availability
Button Work Launches interactive session. Available only if associated RunJob.needs_input is TRUE.

Default:

  • nothing
Clone this wiki locally