com.atlassian.jira.functest.framework.admin.ViewWorkflows |
![]() |
Represents operations on the 'Workflows' page in administration.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ViewWorkflows.WorkflowItem | |||||||||||
ViewWorkflows.WorkflowItemsList | |||||||||||
ViewWorkflows.WorkflowState |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Add new workflow with given name and description.
| |||||||||||
Cope workflow with given nameToCopy as a new workflow named newWorkflowName.
| |||||||||||
Go to 'Workflows' page.
| |||||||||||
Whether the import workflow from xml operation is available.
| |||||||||||
This method is deprecated.
Now the edit button always takes you to the workflow designer.
Use
edit(String) instead
| |||||||||||
Going to "Edit workflow designer", which is necessary step to manually browse edit "Create" transition page.
| |||||||||||
Go to 'Workflow steps' page for given workflow
|
Add new workflow with given name and description.
name | name of the new workflow |
---|---|
description | description of the new workflow |
Cope workflow with given nameToCopy as a new workflow named newWorkflowName.
nameToCopy | name of the workflow to copy (must exist) |
---|---|
newWorkflowName | name of the new workflow |
Whether the import workflow from xml operation is available.
This method is deprecated.
Now the edit button always takes you to the workflow designer.
Use edit(String)
instead
Launch the Workflow Designer for the given workflow
workflowName | name of the workflow |
---|
Going to "Edit workflow designer", which is necessary step to manually browse edit "Create" transition page.
Go to 'Workflow steps' page for given workflow
workflowName | name of the workflow |
---|