UnlockCredential

Estimated reading: 2 minutes 2108 views

This activity helps unlock a credential that was locked in RobilityManager during the execution of the workflow.

Properties

INPUT

ApplicationDetails:* Specify the variable in which the input has been stored. This parameter helps you to “unlock” the credentials using the “ApplicationDetails”. The input must be a “JsonString” which consists of the concatenated “Application details”.(Refer Tips). This field accepts only “String” datatype.

UserName:* Specify the “Username” or provide the variable in which the input username has been stored. This parameter helps you to “unlock” the credentials using the “Username”. This field accepts only “String” datatype.

MISC

DisplayName: Displays the name of the activity. It can also be customized to help in troubleshooting.

SkipOnError: It specifies whether to continue executing the workflow even if it throws an error. This supports only Boolean value “True or False”. By default, it is set to “False.”
True: Continues the workflow to the next step
False: The workflow aborts if it throws any error.
None: If the option is specified as blank, by default the activity will perform as “False” action.
Version: It specifies the version of the Robility Manager feature in use.

OUTPUT

Manager: It helps to view the output of activity in a “String” datatype in case an error occurs during the process of unlocking the credential.

Result: It helps to view the execution state of the activity. It returns the values in Boolean format.
True: It indicates the activity has been executed successfully without any error.
False: It indicates that the activity has been faulted due to some unexceptional error thrown.

Status: This facilitates to provide the output of the “Unlock” status in a “Boolean” datatype.
Success: It indicates that the “Credential” has been unlocked successfully.
Failure: It indicates that the “Credential” has not unlocked due to some unexceptional error thrown. The error message can be viewed in the “Message” field in the output if a variable has been declared.

* Represents mandatory fields to execute the workflow

Share this Doc

UnlockCredential

Or copy link

CONTENTS