Description
Qualibrate allows you to access runtime context data and resolve object attributes on different levels of the flow:
Data sets
Object properties
Custom steps
Data that could be useful in such contexts:
Name | Context Variable Name | Notes | Example |
---|---|---|---|
Data Set ID | ${datasetId} | Only in NON-Default datasets | |
Data Set Name | ${datasetName} | ||
Flow ID | ${flowId} | ||
Flow Name | ${flowName} | ||
Loop Index | ${loopIndex} | Starts at 0. | |
Parameter Name | ${parameterName} | ||
Parameter Value | ${parameterValue} | ||
Scenario Flow Instance Index | ${scenerioFlowInstanceIndex} | Only In scenarios | |
Scenario ID | ${scenarioId} | Only In scenarios | |
Scenario Name | ${scenarioName} | Only In scenarios | |
Step ID | ${stepId} | ||
Step Index | ${stepIndex} | Starts at 0. | |
Step Name | ${stepName} | ||
Step Number | ${stepNumber} | Starts at 1. | |
Task Index | ${taskIndex} | Starts at 0. | |
Task Name | ${taskName} | ||
Task Number | ${taskNumber} | Starts at 1. |
NOTE: If one of the properties has variable, you can not use the Inspect function from the Maintenance window. When inspecting the object the new properties will not overwrite the variable and will not be saved.
Comments
0 comments
Please sign in to leave a comment.