Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 960 Bytes

InvitationStage.md

File metadata and controls

17 lines (13 loc) · 960 Bytes

InvitationStage

Properties

Name Type Description Notes
pk UUID [readonly]
name String
component String Get object type so that we know how to edit the object [readonly]
verboseName String Return object's verbose_name [readonly]
verboseNamePlural String Return object's plural verbose_name [readonly]
metaModelName String Return internal model name [readonly]
flowSet [FlowSet] [optional]
continueFlowWithoutInvitation Bool If this flag is set, this Stage will jump to the next Stage when no Invitation is given. By default this Stage will cancel the Flow when no invitation is given. [optional]

[Back to Model list] [Back to API list] [Back to README]