padv.builtin.query.GetIterationArtifact Class
Namespace: padv.builtin.query
Superclasses: padv.Query
Query for getting current task iteration artifact
Description
The padv.builtin.query.GetIterationArtifact
class provides a query that can
return the current task iteration artifact.
You can use this query in your process model to find artifacts for your task to use as
inputs. For example, if a task iterates over the models in the project, you can use the
GetIterationArtifact
query as an input query for the task to use the models
in the project as inputs to the task.
The padv.builtin.query.GetIterationArtifact
class is a handle
class.
Creation
Description
creates a query for getting the current task iteration artifact.query
= padv.builtin.query.GetIterationArtifact()
Properties
Methods
Examples
Capabilities and Limitations
This table identifies functionality that is supported by the query.
Functionality | Supported? |
---|---|
Input query for task | Yes. |
Iteration query for task | No. |