The Workflows API collection has been released in beta. This API collection can be used to programmatically create and manage workflows in IdentityNow.
To sign up for the Workflows beta program, please fill out this Smartsheet form. You must be a customer or partner in order to participate in the beta program.
Hi Colin, thank you for the API reference on Workflows!
Currently weâre not seeing the âVisual Builderâ in our IDN Beta as mentioned in the documentation.
Will the Visual Builder be launched in the coming days?
@BartCoolsUpright, please reach out to your Customer Success Manager or Account Executive to check the status of your request. It likely has been approved but not activated yet, and one of those two persons should be able to move it along.
Is there a place to get more updates on Workflows other than the documentation page? Our tenant has the beta but I am trying to find more information or examples of how to use the various triggers and actions.
I tried setting up a certification campaign to trigger when the userâs division changes. My trigger is working, but I see this error when the workflow tries to run the campaign:
The Workflows Beta team also prefers any feedback inside the tool itself. You should be able to go into the tool and give feedback there as well if you have questions. They have a team monitoring that as well.
@colin_mckibben I was unable to see a way to leave feedback in Tool itself, however I did import one of the examples provided and I get âoutput was not a valid mapâ. Same thing I got when I tried to create my own. Obviously this is a very bad first impression and the message is not even remotely helpful to understanding what this occurred, where to fix. Iâm hopeful others will join the beta in order to encourage SailPoint to put more examples up and enrich the documentation as we want to be activity engaged so that a viable solution is available for us all.
{
âtypeâ: âWorkflowExecutionFailedâ,
âtimestampâ: â2021-11-10T16:12:15.148847016Zâ,
âattributesâ: {
âerrorâ: âoutput was not a valid mapâ
}
}
I was getting that same error for âSend Emailâ until I put a $ into the Templating Context. It would be nice to have a better understanding of how to work with the Templating Context. I understand the JSON path, but how Templating Context should be formatted to be used in the Body, Subject, etc., is what I am missing.
Further, if I include a $ in the Body, rather than getting the JSON object formatted the same as it went in, itâs formatted differently, with a lot of map interspersed throughout. Perhaps thatâs a result of what I put in the Templating Context, but itâs not intuitive.
Some basic examples in the documentation would go a long way, in my opinion.