DM Job From Business Rule Initiated by Button Locks System Until DM Finished

Tom_R
New Contributor III

For context, we have a button on a dashboard that triggers a function held in the workspace assemblies (specifically as Dashboard Extender).  That function starts a data management sequence.  When the user presses the button OS just stops.  You can't check status, you can't navigate anywhere else in the instance.  The button remains depressed seizing hold of your instance until the DM sequence is complete. The issue is this sequence takes up to 30 minutes to complete.  You can open a new instance and move on, but that is highly inconvenient.  Is there a way to set it up in the assembly dashboard extender that the DM sequence runs as a background job, and the button doesn't need to stay active until complete?

Thanks,

1 ACCEPTED SOLUTION

DanielWillis
Contributor III

Check out https://onestreamsoftware.service-now.com/support?sys_kb_id=2e2745b81b6f4a542673ed776e4bcb5c&id=kb_a...

Guessing you need to use StartDataMgmtSequence instead of ExecuteDataMgmtSequence

View solution in original post

2 REPLIES 2

DanielWillis
Contributor III

Check out https://onestreamsoftware.service-now.com/support?sys_kb_id=2e2745b81b6f4a542673ed776e4bcb5c&id=kb_a...

Guessing you need to use StartDataMgmtSequence instead of ExecuteDataMgmtSequence

Tom_R
New Contributor III

Thank so much.  I was looking for documentation about that, but was having trouble finding it.