02-24-2021 09:31 AM
Hello all
Is it possible to run a XMC Workflow or tasks from external via API? I didn’t find anythin in the API swagger.
The only idea I have is to register the external client as a Syslog client. On the client i would initiate a syslogmessage and then create an alarm for a syslog message that triggers a task.
02-24-2021 05:27 PM
Hi Mig,
is me have written the XMC_NBI which is not directly supporting kick workflow. Currently I working on a enhanced version supporting WF, but isn’t finalized jet.
But you can call the NBI like this by your self
Cheers
Markus
02-24-2021 10:37 AM
ok, thanks a lot. I will try it
02-24-2021 10:10 AM
Yes,
You can make an NBI call that will start the workflow.
Use this package: XMC_NBI from
You can easily get the code for what you want to do.
Mig
02-24-2021 09:44 AM
Hi Mig
So I do an API call with the NBI?
02-24-2021 09:42 AM
Hi Michael,
Here in the NBI:
Mig