class workflow_default extends workflow_base

Constants

IDNUMBER

Methods

static void
get_name()

Returns the workflow name.

bool
can_link_another_user()

Workflow can link onother user.

bool
can_attached_by()

Returns whether can attached by is enabled.

bool
can_view_responded_internal()

Can view responded_internal.

bool
can_add_responded_internal()

Can add responded_internal.

bool
can_reply_after_request_completion()

Can reply request after completion.

Details

at line 29
static void get_name()

Returns the workflow name.

Return Value

void

Workflow can link onother user.

Return Value

bool

at line 49
bool can_attached_by()

Returns whether can attached by is enabled.

Return Value

bool

at line 59
bool can_view_responded_internal()

Can view responded_internal.

Return Value

bool

at line 69
bool can_add_responded_internal()

Can add responded_internal.

Return Value

bool

at line 79
bool can_reply_after_request_completion()

Can reply request after completion.

Return Value

bool