Separator for multiple activities?

Confluence User - 14 Nov, 2017

I'm building a process that kicks off multiple async subflows, each of which has steps where the process stops and waits for some event to occur.  As a result, the process can have multiple assignments/activities pending at a time. When I view the record in a Datalist, it's hard to distinguish one activity from the other since there isn't a separator.  Is there a way to get a separator (i.e. a pipe | ) added between each one?

 

In this example, there are 3 pending activities.  1) Extract Blood, 2) Wait for Tumor, 3) Awaiting Specimen Processing

Thanks

datalists;assignments;activity;jogetv6

2


15 Nov, 2017
confluenceUser
1
confluenceUser

Hi, yes hopefully this is fixed in the next release. Currently I have used some custom CSS like below in my userview to add a border

td.column_inboxAction a
    padding-left: 5px;
    padding-right: 5px;
    border-left: solid 1px black;
}
td.column_inboxAction a:first-child
    border-left: none;
}
15 Nov, 2017
confluenceUser
confluenceUser

That's perfect, thanks.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print