Interface WorkflowTemplate
- All Known Implementing Classes:
WorkflowTemplateImpl
@PublicApi
public interface WorkflowTemplate
A workflow template used for Project Template configuration.
- Since:
- 7.0
-
Method Summary
-
Method Details
-
key
String key()Returns the template key of the workflow.- Returns:
- the key of the workflow
-
name
String name()Returns the name of the workflow.- Returns:
- the name
-
bundlePath
String bundlePath()Returns the path of the workflow bundle.- Returns:
- path of the workflow bundle
-
bundleUrl
URL bundleUrl()Returns the path of the workflow bundle as a URL.- Returns:
- url of the workflow bundle
-