origin property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? origin
getter/setter pair

The origin that indicates where this integration is coming from.

Optional. Possible string values are:

  • "UNSPECIFIED"
  • "UI" : Workflow is being created via event bus UI.
  • "PIPER_V2" : User checked in this workflow in Piper as v2 textproto format and we synced it into spanner.
  • "PIPER_V3" : User checked in this workflow in piper as v3 textproto format and we synced it into spanner.
  • "APPLICATION_IP_PROVISIONING" : Workflow is being created via Standalone IP Provisioning
  • "TEST_CASE" : Workflow is being created via Test Case.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? origin;