abstract_temporal_profile
Takes a temporal profile ID and returns a human-readable explanation of the time constraints between activity pairs in the event log.
Instructions
Natural-language description of a discovered temporal profile.
Takes the handle returned by discover_temporal_profile. Wraps
tempprofile_to_descr.apply. The profile dict is keyed by
Tuple[str, str] activity pairs; the descriptor internally formats
these and never surfaces the raw tuples to JSON serialization.
No MAX_LEN parameter; full profile is described.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| temporal_profile_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||