Jump to content

Recommended Posts

Posted

Hi

We have a custom button to flag any request as a security incident, which fires off an autotask.

Is it possible to report on or produce a list of requests where the custom button has been used?

We do add an entry to the timeline when it has been used.

Thanks

Posted

You would not be able to report against the timeline entry for an Auto Task.
The correct way to do this would be to store a known value in one of the Request's Custom Variables and report against that.

  • Thanks 1
Posted

@Steve Giller thank you. Would that be a manual task which an analyst would need to do if they clicked the custom button?  Or can the known value be added to the request's custom variables  automatically?

Posted

@Estie Unless I've missed something, you could just report on h_bpm_instance. Reporting on the custom field wouldn't technically show the number of times the button was pressed, just the number of requests where the button was pressed at least once.

h_bpm_instance contains a list of all invocations of a workflow or auto-task. You can filter with h_name = the name of your auto task. h_id for autotasks will start with AT and BPM for workflows.

Can provide more detail if you need. There is also some more info here which might help: 

 

 

  • Like 1
  • 3 months later...
Posted

You could also add an update to the timeline when the autotask is used and then run a report on the requests that have that update to the timeline

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...