Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Action name

WorkflowActivityReader

Class name

com.cdrator.workflow.action.WorkflowActivityReader

Available from core version

8.7

Description

Retrieves a workflow activity based on configurable parameters.

Return value

PersistentObject: Retrieves the a persistent object based on the constraints from the properties and parameters.

Properties

  1. attributeName1: Attribute 1
  2. attributeName2: Attribute 2
  3. attributeName3: Attribute 3

Parameters

  1. Object: constraint1
  2. Object: constraint2
  3. Object: constraint3

StartNewWorkflowWithFullContext

Action name

StartNewWorkflowWithFullContext

Class name

com.cdrator.workflow.action.StartNewWorkflowWithFullContext

Available from core version

8.7

Description

Action to start a new workflow with the full context of the parent workflow

Return value

HookpointResult: Returns the hookpointResult from the new workflow.

Properties

 

Parameters

  1. String: hookpointKey
  2. Context: existingContext

WfWorkflowReader

Action name

WfWorkflowReader

Class name

com.cdrator.workflow.action.WfWorkflowReader

Available from core version

8.7

Description

Retrieves a workflow activity based on configurable parameters.

Return value

PersistentObject: Retrieves the a persistent object based on the constraints from the properties and parameters.

Properties

  1. attributeName1: Attribute 1
  2. attributeName2: Attribute 2
  3. attributeName3: Attribute 3

Parameters

  1. Object: constraint1
  2. Object: constraint2
  3. Object: constraint3

...

Action name

SetBillingGroupCreditDays

Class name

com.cdrator.billing.financial.billing.action.SetBillingGroupCreditDays

Available from core version

8.7

Description

This action sets the credit days on a billing group.

Return value

void: No return value.

Properties

 

Parameters

  1. BillingGroup: billingGroup
  2. long: creditDays

BillingGroupRefundRequestSetter

Action name

BillingGroupRefundRequestSetter

Class name

com.cdrator.billing.financial.billing.action.BillingGroupRefundRequestSetter

Available from core version

8.7

Description

Sets an attribute of BillingGroupRefundRequest.

Return value

void: Sets an attribute of a persistent object

Properties

  1. attributeName: Attribute that should be set on the persistent object
  2. savePersistentObject: Check if the persistent object should be saved after updating it. Default is true.

Parameters

  1. PersistentObject: persistentObject
  2. Object: value

MakeInvoicePaymentOnInvoicesInBatch

...