WorkflowGoal
No description
type WorkflowGoal {
id: ID!
name: String!
description: String
segment: Segment!
actions: [Action!]
conditional_actions: [ConditionalAction!]
created_at: DateTime!
created_by: User
updated_at: DateTime!
updated_by: User
}
Fields
WorkflowGoal.id ● ID! non-null scalar
WorkflowGoal.name ● String! non-null scalar
WorkflowGoal.description ● String scalar
WorkflowGoal.segment ● Segment! non-null object
WorkflowGoal.actions ● [Action!] list object
WorkflowGoal.conditional_actions ● [ConditionalAction!] list object
WorkflowGoal.created_at ● DateTime! non-null scalar
WorkflowGoal.created_by ● User object
WorkflowGoal.updated_at ● DateTime! non-null scalar
WorkflowGoal.updated_by ● User object
Member Of
Workflow object
Implemented By
Sourceable union


