from sailpoint.workflows.models.create_workflow_v1_request import CreateWorkflowV1Request
create_workflow_v1_request = CreateWorkflowV1Request(
name='Send Email',
owner=sailpoint.workflows.models.workflowbody_owner.workflowbody_owner(
type = 'IDENTITY',
id = '2c91808568c529c60168cca6f90c1313',
name = 'William Wilson', ),
description='Send an email to the identity who's attributes changed.',
definition=sailpoint.workflows.models.workflowdefinition.workflowdefinition(
start = 'Send Email Test',
steps = {"Send Email":{"actionId":"sp:send-email","attributes":{"body":"This is a test","from":"sailpoint@sailpoint.com","recipientId.$":"$.identity.id","subject":"test"},"nextStep":"success","selectResult":null,"type":"ACTION"},"success":{"type":"success"}}, ),
enabled=False,
trigger=sailpoint.workflows.models.workflowtrigger.workflowtrigger(
type = 'EVENT',
display_name = '',
attributes = sailpoint.workflows.models.attributes.attributes(), )
)