Documentation ¶
Overview ¶
Package recorder records the association name of the last executed association to avoid duplicate execution
Index ¶
Constants ¶
View Source
const AssociatedDocumentName = "InstanceDocument.json"
AssociatedDocumentName represents file recording the name of the last associated document
Variables ¶
This section is empty.
Functions ¶
func HasExecuted ¶
HasExecuted returns if given document has been executed
func UpdateAssociatedDocument ¶
UpdateAssociatedDocument persist last executed association name
Types ¶
type AssociatedDocument ¶
type AssociatedDocument struct {
AssociationID string
}
AssociatedDocument contains the association name
Click to show internal directories.
Click to hide internal directories.