Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 587 Bytes

GroupAttributes.md

File metadata and controls

25 lines (15 loc) · 587 Bytes

ProcessMakerApi.GroupAttributes

Properties

Name Type Description Notes
code String
title String
description String [optional]
status String [optional] [default to 'ACTIVE']
users [String] User ID's array [optional]
createdAt String [optional]
updatedAt String [optional]

Enum: StatusEnum

  • ACTIVE (value: "ACTIVE")

  • INACTIVE (value: "INACTIVE")