Uses of Interface
io.automatiko.engine.api.workflow.Tag
-
Packages that use Tag Package Description io.automatiko.engine.api.runtime.process The process runtime classes.io.automatiko.engine.api.workflow -
-
Uses of Tag in io.automatiko.engine.api.runtime.process
Methods in io.automatiko.engine.api.runtime.process that return types with arguments of type Tag Modifier and Type Method Description Collection<Tag>WorkflowProcessInstance. evaluateTags()Evaluates all tags to apply any changes of the variablesCollection<Tag>WorkflowProcessInstance. getTags()Returns current collection of tags. -
Uses of Tag in io.automatiko.engine.api.workflow
Methods in io.automatiko.engine.api.workflow that return Tag Modifier and Type Method Description TagTags. get(String id)Retrieves tag with given id or null if no tag with given id existsMethods in io.automatiko.engine.api.workflow that return types with arguments of type Tag Modifier and Type Method Description Collection<Tag>Tags. get()Returns current collection of tags.
-