Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 2.13 KB

EiffelActivityStartedEvent.md

File metadata and controls

48 lines (38 loc) · 2.13 KB

EiffelActivityStartedEvent (ActS)

The EiffelActivityStartedEvent declares that a previously triggered activity (declared by EiffelActivityTriggeredEvent) has started.

Data Members

data.executionUri

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.

data.liveLogs

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.

data.liveLogs.name

Type: String
Required: Yes
Description: The name of the log file.

data.liveLogs.uri

Type: String
Required: Yes
Description: The URI at which the log can be retrieved.

Version History

Version Introduced in Changes
1.0.0 edition-bordeaux Initial version.

Examples