The EiffelActivityStartedEvent declares that a previously triggered activity (declared by EiffelActivityTriggeredEvent) has started.
Type: String
Required: No
Description: Any URI at which further information about the execution may be found; a typical use case is to link a CI server job execution page.
Type: Object[]
Required: No
Description: An array of live log files available during execution. These shall not be presumed to be stored persistently; in other words, once the activity has finished there is no guarantee that these links are valid. Persistently stored logs shall be (re-)declared by EiffelActivityFinishedEvent.
Type: String
Required: Yes
Description: The name of the log file.
Type: String
Required: Yes
Description: The URI at which the log can be retrieved.
Version | Introduced in | Changes |
---|---|---|
1.0.0 | edition-bordeaux | Initial version. |