n_message_flows {understandBPMN}R Documentation

Number of message flows

Description

Number of message flows. Message flows are used for communication between processes and link message events

Usage

n_message_flows(file_path, signavio = FALSE)

Arguments

file_path

document object created using the create_internal_document function

signavio

boolean which indicates whether the file stems from signavio

Value

an integer indicating the number of message flows

Examples


n_message_flows(file_path)

[Package understandBPMN version 1.1.1 Index]