Workflow module.
Data Types | |
| interface | workflow |
| Provides properties and instance methods for the creation, modification, execution and deletion of a workflow. This object is used to execute the various steps involved when benchmarking. More... | |
|
private |
Dispose resources associated with the bound type.
| [in,out] | this | The type bound to the method |
Remarks
Definition at line 162 of file Workflow.f90.
|
private |
Add a step to an existing workflow, described by a workflow object.
| [in,out] | this | The type bound to the method |
| [in] | w | The workflow to be added |
Remarks
Definition at line 89 of file Workflow.f90.
|
private |
Add a step to an existing workflow, described by an action object. The action is a s procedure implementing the work interface.
| [in,out] | this | The type bound to the method |
| [in] | a | The action to be added |
Remarks
Definition at line 112 of file Workflow.f90.
|
private |
Add a step to an existing workflow, described by an action object. The action is a s procedure implementing the work interface.
| [in,out] | this | The type bound to the method |
Remarks
Definition at line 137 of file Workflow.f90.