-
InterfaceDescriptionThis interface will be removed in upcoming versions.This interface will be removed in upcoming versions.
-
MethodDescriptionThis method will be removed in upcoming versions.
We encourage developers to use CQL based searches for retrieving lists of content. Either by using the Confluence CQLSearchService interface or the CQL Search REST API.
You can found the list of available CQL mappings for Comala Workflows in our documentation wiki.useStateApproval.getApprovals()
instead and checkApproval.isApproved()
is true.from 1.4 useWorkflow.State.getDescription()
state assignment is no longer supported.useStateApproval.getApprovals()
instead and checkApproval.isApproved()
is false.State assignment is no longer supported. This attribute will be removed in a future version.This attribute is actually associated with the workflow, not a state activity. This property was previously set correctly when retrieving the current state, but may not be accurate for historic states. From 1.4 to determine if a future state will be taskable useWorkflow.State.isTaskable()
.Since Workflows 4.9 a workflow can be associated with multiple labels, this method will only return the first one. UseWorkflow.getLabelNames()
instead.page assignment is no longer supported in the user interface from Workflows 4.0since 7.0, use methods inDocumentActivityService
instead with an adequate query - filtering by type "state" and subtype "transition" - to obtain the list of states recorded for the page.since 6.17.3 useTaskService.completeTask(ContentEntityObject, String, String)
insteadfrom 1.3 useWorkflowTemplateManager.getWorkflowTemplates()
from 1.3 useWorkflowTemplateManager.getWorkflowTemplates(Space)