Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Concepts/Workflow"

m (Category changed)
 
Line 1: Line 1:
{{ScoutPage|cat=Server}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
Workflows are server concept.
+
 
+
== Workflow Service ==
+
* implements: {{ScoutJavadoc|IWorkflowService<T>|I}}
+
* extends: {{ScoutJavadoc|AbstractWorkflowService<T>|C}}
+
 
+
{{note|TODO|Add a description}}
+
 
+
== Workflow Step ==
+
* implements: {{ScoutJavadoc|IWorkflowStep<T>|I}}
+
* extends: {{ScoutJavadoc|AbstractWorkflowStep<T>|C}}
+
 
+
{{note|TODO|Add a description}}
+
 
+
== Representation in the client ==
+
Workflows can be represented in the client with {{ScoutLink|Concepts|Wizard|Wizard}}
+
 
+
== See Also ==
+
* {{ScoutLink|Concepts|Wizard|Wizard}}
+
* {{ScoutLink|Concepts|Server Plug-In|Server Plug-In}}
+

Latest revision as of 05:56, 14 March 2024

The Scout documentation has been moved to https://eclipsescout.github.io/.

Back to the top