Create activity log
activitylog(activitylog, case_id, activity_id, resource_id, lifecycle_ids)
The data object to be used as activity log. This can be a
data.frame
or tbl_df
.
The case classifier of the activity log. A character vector containing variable names of length 1 or more.
The activity classifier of the activity log. A character vector containing variable names of length 1 or more.
The resource identifier of the activity log. A character vector containing variable names of length 1 or more.
The columns with timestamps refering to different lifecycle events. A character vector of 1 or more. These should have one of the folliwing names: "schedule","assign","reassign","start","suspend","resume","abort_activity","abort_case","complete","manualskip","autoskip". These colomns should be of the Date or POSIXct class.