Questions tagged [orchestration-step]

5 questions
1
vote
1 answer

How to display error returned from custom REST API endpoint in a subsequent orchestration step?

Based on this question... the REST API endpoint is validating the external IDP email and is correclty returning an error back in the case the email is not valid. return Content(HttpStatusCode.Conflict, new CustomResponseContent { Version =…
0
votes
0 answers

Implementation of validation and Cancel Validation Flows in Business Process using bpm (BonitaBpm)

I am currently working on a business process that involves orchestrating steps with validation and cancel validation requirements. I need to have the ability to validate a step and pass to next task(s) or cancel its validation (undo the next task(s)…
0
votes
0 answers

In B2C Custom Policies, how do I pass a specific Readonly ClaimType into a TechnicalProfile?

Below are my 2 step Orchestration steps, Technicalprofiles, ClaimTransformation and ClaimType. In Step 1 of the Orchestration Step, the User sees a TextBox to enter their username. After entering their username, they can press the Continue button to…
0
votes
0 answers

Orchestration pyspark scripts in aws step functions

My spark job(we are processing 100 GB of data) taking one hour to complete.in step functions i am using lambda to submit our job through Livy!! and created one more lambda function to get the job status. issue here is , after 15 mins the step…
0
votes
1 answer

How to pass and validate the signInEmail claim during External IDP login using Azure B2C custom policy?

This question is related to this one. What we'd like to do is: at the moment the user clicks the button like Facebook OR Microsoft account OR Corporate AD in the Sign in page, call a validation technical profile to validate the email address the…