EnterpriseCrmEventbusProtoTaskMetadata class

TaskMetadata are attributes that are associated to every common Task we have.

Constructors

EnterpriseCrmEventbusProtoTaskMetadata({String? activeTaskName, List<EnterpriseCrmEventbusProtoTaskMetadataAdmin>? admins, String? category, String? codeSearchLink, String? defaultJsonValidationOption, String? defaultSpec, String? description, String? descriptiveName, String? docMarkdown, String? externalCategory, int? externalCategorySequence, String? externalDocHtml, String? externalDocLink, String? externalDocMarkdown, String? g3DocLink, String? iconLink, bool? isDeprecated, String? name, String? standaloneExternalDocHtml, String? status, String? system, List<String>? tags})
EnterpriseCrmEventbusProtoTaskMetadata.fromJson(Map json_)

Properties

activeTaskName String?
The new task name to replace the current task if it is deprecated.
getter/setter pair
admins List<EnterpriseCrmEventbusProtoTaskMetadataAdmin>?
getter/setter pair
category String?
Possible string values are:
getter/setter pair
The Code Search link to the Task Java file.
getter/setter pair
defaultJsonValidationOption String?
Controls whether JSON workflow parameters are validated against provided schemas before and/or after this task's execution. Possible string values are:
getter/setter pair
defaultSpec String?
Contains the initial configuration of the task with default values set.
getter/setter pair
description String?
In a few sentences, describe the purpose and usage of the task.
getter/setter pair
descriptiveName String?
The string name to show on the task list on the Workflow editor screen.
getter/setter pair
docMarkdown String?
Snippet of markdown documentation to embed in the RHP for this task.
getter/setter pair
externalCategory String?
Possible string values are:
getter/setter pair
externalCategorySequence int?
Sequence with which the task in specific category to be displayed in task discovery panel for external users.
getter/setter pair
externalDocHtml String?
External-facing documention embedded in the RHP for this task.
getter/setter pair
Doc link for external-facing documentation (separate from g3doc).
getter/setter pair
externalDocMarkdown String?
DEPRECATED: Use external_doc_html.
getter/setter pair
URL to the associated G3 Doc for the task if available
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
URL to gstatic image icon for this task.
getter/setter pair
isDeprecated bool?
The deprecation status of the current task.
getter/setter pair
name String?
The actual class name or the annotated name of the task.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
standaloneExternalDocHtml String?
External-facing documention for standalone IP in pantheon embedded in the RHP for this task.
getter/setter pair
status String?
Allows author to indicate if the task is ready to use or not.
getter/setter pair
system String?
Possible string values are:
getter/setter pair
tags List<String>?
A set of tags that pertain to a particular task.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited