mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[AAE-7856] Show process variables in table (#7630)
* [AAE-7856] Show variables in table
* Exclude flaky tests
* Revert "Exclude flaky tests"
This reverts commit 6ac24cc14a
.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { ProcessInstanceVariable } from '../../../models/process-instance-variable.model';
|
||||
export interface ProcessInstanceCloud {
|
||||
appName?: string;
|
||||
id?: string;
|
||||
@@ -28,4 +29,5 @@ export interface ProcessInstanceCloud {
|
||||
processDefinitionId?: string;
|
||||
processDefinitionKey?: string;
|
||||
processDefinitionName?: string;
|
||||
variables?: ProcessInstanceVariable[];
|
||||
}
|
||||
|
Reference in New Issue
Block a user