appFlowItemLocation

Represents location information for various application flow items, including executor, source, and resource link.

Examples

type AppFlowItemLocation {
  runBy: String
  foundBy: String
  foundIn: String
  link: String
}

Fields

Field
Description
Supported fields

runBy String

Entity that executed or initiated the process

foundBy String

Source from which the item was found

foundIn String

Context or component where the item was identified

link String

Link to the relevant resource or location

References

Fields with this object:

Last updated