Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This workflow will be executed each time, after a a new representation was created. The representations are created in the state Pending by default, so you can account for the confirmation process in this workflow.

Available from version

7.0

Workflow Type Name (Id)

AfterRepresentationCreate, 26

Configured on

Core identity type

Description

Whenever a core identity representation is created

Data structure

Code Block
"Data": {
  id : uint,
  displayName : string,
  typeName : string,
  inviter: uint,
  comment: string,
  representationId: uint
}

Example

Code Block
"Data": {
          "Comment": null,
          "Inviter": 13,
          "RepresentationId": 5,
          "Id": 13,
          "DisplayName": "Wiwoldi Wawrinka",
          "TypeName": "iTsense.Moving.Backend.Services.DmcoreService.Adapters.NHibernate.Servicedmcore.CoreIdentity"
}

C# class name

AfterRepresentationCreateWorkflowInput