Programs
Program timeline
Display a Program Timeline based on configuration and allow user to dispatch the data while clicking on timeline
Attributes
tile=programstitleaction: [Objects]action: post | form.opts: [Objects] Provide a Dispatches Options if action is Posttracker: Provide a tracker I'duser: Provide a user Idswimlane: Provide a swimlane I'detc...If Action is form then Provide a below optionsid: valid layout id to display the layout in dispatch formcloseBehavior: confirmstyles: styles for popupdata: shared data
query: Valid programs query
Example
{
"tile": "programs",
"title": "program tile Test",
"query": "current user, programs starting from -6 to +12 months with [active, completed, graduated]",
"action": {
"action": "post",
"opts": {
"tracker": "7ba9a7b5-c5c8-420e-8c49-58e2c962205d"
}
}
}
Example1
{
"tile": "programs",
"title": "program tile Test",
"query": "current user, programs starting from -6 to +12 months with [active, completed, graduated]",
"action": {
"action": "form",
"opts": {
"id": "c10737cd-a506-4afb-beeb-5111c08994ea"
}
}
}